]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/cxgbe
Adjust irdma_prep_for_unregister() definition to avoid clang 15 warning
[FreeBSD/FreeBSD.git] / sys / dev / cxgbe /
2023-02-02 John Baldwincxgbe tom: Force unsigned modulus for queue indices.
2023-02-02 Navdeep Parharcxgbe/cxgbei: Do not validate the hardware iSCSI tag...
2023-02-02 Navdeep Parharcxgbe/tom: Fix assertions in the code that maintains...
2023-02-02 Navdeep Parharcxgbe(4): Add knob to control congestion behavior for...
2023-02-02 Navdeep Parharcxgbe(4): Add another setting to the knob that controls...
2023-02-02 Navdeep Parharcxgbe(4): Specify the ingress queue's type when creatin...
2023-02-02 Navdeep Parharcxgbe(4): Add a knob to request that clocks be gated...
2023-02-02 Navdeep Parharcxgbe(4): Decode and display some more bits in the...
2023-02-02 Navdeep Parharcxgbe(4): Update firmwares to 1.27.0.0.
2023-02-02 Navdeep Parharcxgbe/iw_cxgbe: c4iw_zero_addr should not use IN_ZERONET.
2023-02-02 Navdeep Parharcxgbe/t4_tom: Support for round-robin selection of...
2023-02-02 Navdeep Parharcxgbe(4): Add support for PPOD_EDRAM feature.
2023-02-02 Navdeep Parharcxgbe(4): Fix control flow issues reported by Coverity.
2023-02-02 Navdeep Parharcxgbe/cxgbei: Allow max PDU payload lengths to be chang...
2023-02-02 Navdeep Parharcxgbe(4): Display the number of free PM pages and p...
2023-02-02 Navdeep Parharcxgbe(4): meminfo should get the TLS region's limits...
2023-02-02 Navdeep Parharcxgbe(4): Fix the sorting order of the regions listed...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 John Baldwincxgbe: Various whitespace fixes.
2023-01-14 Gordon Berglingcxgbe(4): Fix a few common typos in source code comments
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-11 John Baldwincxgbe: Use secq(9) to manage the timestamp generations.
2022-11-11 John Baldwincxgbe: Compute timestamps via sbintime_t.
2022-11-11 Navdeep Parharcxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.
2022-11-11 Konstantin Belousovcxgbe: fix kernel build without TCP_OFFLOAD or RATELIMIT
2022-11-11 Mateusz Guzikcxgbe: fix the build after e398922eaf66978b5e556f6b4b09...
2022-11-11 Randall StewartEnable M_TSTMP in Chelsio cxgbe driver by creating...
2022-11-11 John Baldwincxgbe TOE TLS: Simplify a few routines.
2022-11-11 John Baldwincxgbe: Handle requests for TLS key allocations with...
2022-11-11 John Baldwincxgbe: Rename t4_kern_tls.c to t6_kern_tls.c.
2022-11-11 John Baldwincxgbe: De-duplicate some of the code for managing TLS...
2022-11-11 John Baldwincxgbe tom: Remove orphaned function max_imm_tls_space().
2022-11-11 John Baldwincxgbe tom: Remove support for non-KTLS TLS offload.
2022-11-10 John Baldwincxgbei: Return limits for the specific adapter the...
2022-11-10 John Baldwiniscsi: Fetch limits based on a socket rather than assum...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-08-25 John Baldwincxgbe TOE TLS: Fix handling of unusual record types.
2022-08-25 John Baldwincxgbei: Adjust the calculation for the maximum ISO...
2022-08-25 John Baldwincxgbe: Deactivate upper layer drivers (like TOE) during...
2022-07-23 Dimitry AndricAdjust t4_tracer_mod{load,unload}() definitions to...
2022-07-20 Dimitry AndricFix clang 15 warning in cxgbe
2022-07-19 Gordon Berglingcxgbe(4): Fix a typo in a source code comment
2022-07-19 Mark Johnstonktls: Zero out TLS_GET_RECORD control messages
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-23 Mitchell Horneddb: namespacing of struct command
2022-05-11 John Baldwincxgbei: Support unmapped I/O requests.
2022-04-29 John Baldwincxgbe tom: Compile fix for disabled KTR trace.
2022-04-29 John Baldwincxgbe tom: Use VM_PAGE_TO_PHYS().
2022-04-29 John Baldwincxgbe tom: Use be64toh instead of htobe64 to convert...
2022-04-29 John Baldwincxgbe tom: Use vm_paddr_t for physical addresses in...
2022-04-29 John Baldwincxgbe: Move page pods KTR traces under VERBOSE_TRACES.
2022-04-29 John Baldwincxgbei: Replace worker thread pools with per-connection...
2022-04-29 John Baldwincxgbei: Dispatch sent PDUs to the NIC asynchronously.
2022-04-29 John Baldwincxgbei: Rework parsing of pre-offload PDUs.
2022-04-29 John Baldwincxgbei: Parse all PDUs received prior to enabling offlo...
2022-04-29 John Baldwinccr: Use a software OCF session for requests which...
2022-04-29 John Baldwincxgbei: Don't fail task setup if the socket is disconne...
2022-04-29 John Baldwinccr: Replace 'blkcipher' with just 'cipher'.
2022-04-29 John Baldwincrypto: Validate AES-GCM IV length in check_csp().
2022-04-14 Gordon Berglingcxgbe(4): Fix a typo in a source code comment
2022-04-09 Gordon Berglingcxgbe(4): Fix a typo in a source code comment
2022-04-04 Andrew Gallatincxgbe: fix enabling lro & rxtimestamps
2022-04-02 Gordon Berglingcxgbe(4): Fix a typo in a source code comment
2022-04-02 Navdeep Parharcxgbe(4): Handle FORCE_FEC in pcaps correctly.
2022-04-02 Navdeep Parharcxgbe(4): Allow dump_cimla and dump_devlog to sleep.
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-09 Navdeep Parharcxgbe(4): dump_devlog should never fail silently.
2022-03-05 Navdeep Parharcxgbe(4): Dump some more debug registers in cim_dump_regs.
2022-03-02 Navdeep Parharcxgbe(4): Changes to the fatal error handler.
2022-03-02 Navdeep Parharcxgbe(4): Fix build warning for LINT-NOIP.
2022-03-02 Navdeep Parharcxgbe(4): Fix "set but not used [-Wunused-but-set-varia...
2022-02-28 Navdeep Parharcxgbe(4): Fix illegal hardware access in cxgbe_refresh_...
2022-02-28 Navdeep Parharcxgbe(4): Avoid unsafe hardware access in the ifmedia...
2022-02-28 Navdeep Parharcxgbe(4): Fix bad races between sysctl and driver detach.
2022-02-28 Navdeep Parharcxgbe(4): Fix regression in previous attempt to fix...
2022-02-28 Navdeep Parharcxgbe(4): Do not ignore the return value of ifmedia_ioctl.
2022-02-28 Navdeep Parharcxgbe(4): Do not request an FEC that is invalid for...
2022-02-28 Navdeep Parharcxgbe(4): Update firmwares to 1.26.6.0.
2022-02-28 Navdeep Parharcxgbe(4): Fix stats collection for ports with port_id...
2022-02-28 Navdeep Parharcxgbe(4): Fix panic on driver detach after a partially...
2022-02-28 Navdeep Parharcxgbe(4): Update firmwares to 1.26.4.0
2022-02-28 Navdeep Parharcxgbe(4): Change the way t4_shutdown_adapter brings...
2022-02-28 Navdeep Parharcxgbe(4): Keep link configuration compatible with reall...
2022-02-28 Navdeep Parharcxgbe(4): internal knob for flexible control over FEC...
2022-02-28 Navdeep Parharcxgbe(4): separate sysctls for user-requested and in...
2022-02-28 Navdeep Parharcxgbe(4): sysctl to track the last L1_CFG32 requested...
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-23 John BaldwinMove the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>.
2021-11-23 John Baldwincxgbe: Only run ktls_tick when NIC TLS is enabled.
2021-10-29 John Baldwincxgbei: Only convert "plain" TCP connections to ISCSI.
2021-10-29 John Baldwincxgbei: Return early for EBUSY error in icl_cxgbei_conn...
2021-10-29 John Baldwincxgbei: Disable ISO for -SO cards without external...
2021-10-29 John Baldwincxgbei: Handle errors in PDUs.
2021-10-29 John Baldwincxgbei: Add sysctls to report the maximum data segment...
2021-10-29 John Baldwincxgbei: Limit T5 transmit data segments to 15k.
2021-10-29 John Baldwiniscsi: Teach the iSCSI stack about "large" received...
2021-10-29 John Baldwincxgbei: Restrict received PDUs to 4 DDP pages in length.
2021-10-29 John Baldwincxgbei: Only round PDU data segment lengths down by...
2021-10-29 John Baldwincxgbei: Restructure how PDU limits are managed.
next