]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/cxgbe
mlx5: Raise fatal IB event when sys error occurs
[FreeBSD/FreeBSD.git] / sys / dev / cxgbe /
2018-11-29 jhbMake most of the CLIP code conditional on #ifdef INET6.
2018-11-29 jhbMove CLIP table handling out of TOM and into the base...
2018-11-28 vmaffionecxgbe: revert r309725
2018-11-27 jhbAdd read-only sysctls for all tunables in the cxgbe...
2018-11-26 markjCheck for an allocation failure before dereferencing...
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-19 npcxgbe(4): Update T4/5/6 firmwares to 1.22.0.3.
2018-11-16 jhbConsolidate on a single set of constants for SCMD fields.
2018-11-16 jhbRestore the <sys/vmem.h> header to fix build of cxgbe...
2018-11-15 jhbRemove bogus roundup2() of the key programming work...
2018-11-15 jhbChange the quantum for TLS key addresses to 32 bytes.
2018-11-15 jhbMove the TLS key map into the adapter softc so non...
2018-11-15 jhbUse sbsndptr_adv() instead of sbsndptr() for TOE TLS.
2018-11-12 jchcxgbe/netmap: Fix cxgbe netmap when interface is DOWN
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 jhbUse tcp_state_change() in the cxgbe(4) TOE module.
2018-11-06 jhbTreat the memory lengths for CHELSIO_T4_GET_MEM as...
2018-11-06 jhbAdd a facility for transmitting "raw" work requests...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-02 npcxgbe/iw_cxgbe: Suppress spurious "Unexpected streaming...
2018-11-01 jhbCheck cannot_use_txpkts() rather than needs_tso() in...
2018-11-01 jhbAdd support for port unit wiring to cxgbe(4).
2018-11-01 jhbAssert that reclaim_tx_descs() is always making forward...
2018-10-31 npcxgbe(4): Add rate limiting support for UDP.
2018-10-31 npcxgbe(4): Report a reasonable non-zero if_hw_tsomaxsegs...
2018-10-29 npcxgbe/iw_cxgbe: Install the socket upcall before callin...
2018-10-29 jhbAdd support for "plain" (non-HMAC) SHA digests.
2018-10-25 npcxgbe(4): Add a knob to split the rx queues for a netma...
2018-10-25 mmMFV r339640,339641,339644:
2018-10-25 npcxgbe(4): Allow "pass" filters to distribute matching...
2018-10-25 npcxgbe(4): Update the VI's default queue when netmap...
2018-10-25 npcxgbe(4): new sysctl to display the start of the RSS...
2018-10-23 npcxgbe/iw_cxgbe: save the ep in the driver-private provi...
2018-10-23 jhbSupport the SHA224 HMAC algorithm in ccr(4).
2018-10-22 npcxgbe(4): improve the accuracy of various TSO limits...
2018-10-22 npcxgbe(4): Use automatic cidx updates with ofld and...
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-13 npcxgbe(4): Fix a divide-by-zero that occurs when hw...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-09-26 npcxgbe(4): Enable support for per-connection rate limiti...
2018-09-26 npcxgbe(4): Treat base/end of firmware parameters as...
2018-09-25 npcxgbe(4): Link related changes.
2018-09-24 emasteCopy libevent sources to contrib
2018-09-22 npcxgbe(4): Reuse existing "switching" L2T entries when...
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 npcxgbe(4): Enable TXRTLMT by default when the feature...
2018-09-13 npcxgbe(4): Use the correct number of parameters when...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-13 npcxgbe/iw_cxgbe: Fix reported build breakage when the...
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-08-29 npcxgbe/iw_cxgbe: Fix iWARP RDMA + VIMAGE operation by...
2018-08-28 npcxgbe/tom: Unregister shared CPL handlers on module...
2018-08-23 npcxgbe(4): Use fcmpset instead of cmpset when appropriate.
2018-08-23 manudts: Import DTS for arm64
2018-08-23 npcxgbev(4): Updates to the VF driver to cope with recent...
2018-08-21 npcxgbe(4): Be explicit about ignoring the return value...
2018-08-21 npcxgbe/tom: Make sure 'matched' is always initialized...
2018-08-21 npcxgbe(4): Do not leak memory in case of errors during...
2018-08-21 npcxgbe(4): Make it clear that VI_INIT_DONE implies vi...
2018-08-21 npcxgbe(4): Check the RO bit properly before disabling...
2018-08-21 npcxgbe(4): Avoid overflow while calculating channel...
2018-08-20 npcxgbe/tom: Provide the hardware tid in tcp_info.
2018-08-18 npcxgbe(4): Replace T4_PKT_TIMESTAMP with something sligh...
2018-08-17 npcxgbe(4): Adjust ntids to account for nhptids in the...
2018-08-17 npcxgbe/tom: Put the ifnet or VLAN's PCP value in the...
2018-08-15 npcxgbe(4): Use VLAN_TRUNKDEV instead of private cookie...
2018-08-15 npcxgbe(4): Use two hashes instead of a table to keep...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 npWhitespace nit in t4_tom.h
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-12 npRemove unused stuff from iw_cxgbe.h
2018-08-11 kevansMerge libbe(3)/bectl(8) from projects/bectl into head
2018-08-11 npcxgbe(4): Move all control queues to the adapter.
2018-08-11 npcxgbe(4): Create two variants of service_iq, one for...
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-09 npcxgbe(4): Add a sysctl to control the tx credit reclaim...
2018-08-09 npcxgbe(4): Set fl_pktshift to 0 by default.
2018-08-09 npcxgbe(4): Display pkt-size and burst-size in traffic...
2018-08-09 npcxgbe(4): Add support for high priority filters on...
2018-08-08 eadlerfile: update to 5.34
2018-08-07 npcxgbe(4): Allow the driver to specify a burst size...
2018-08-06 npcxgbe(4): Allow user-configured and driver-configured...
2018-08-06 npcxgbe(4): Break up sysctl_bitfield into 8 bit and 16...
2018-08-06 npFix typo in cxgbe/t4_tom.
2018-08-02 npcxgbe(4): Improvements in TID management.
2018-08-02 npcxgbe(4): Use the tx credit limit for ethofld rather...
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-26 npcxgbe(4): Consider rateunit before ratemode when displa...
2018-07-26 npcxgbe(4): Better defaults for all cl-rl rate limiters.
2018-07-25 npcxgbe(4): Remove useless code that crept in with r336718.
2018-07-25 npcxgbe(4): Validate only those parameters that are relev...
2018-07-18 cemOpenCrypto: Convert sessions to opaque handles instead...
2018-07-11 cyMFV r324714:
next