]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/cxgbe/cxgbei
cxgbei: Parse all PDUs received prior to enabling offload mode.
[FreeBSD/FreeBSD.git] / sys / dev / cxgbe / cxgbei /
2022-04-29 John Baldwincxgbei: Parse all PDUs received prior to enabling offlo...
2022-04-29 John Baldwincxgbei: Don't fail task setup if the socket is disconne...
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-02 Navdeep Parharcxgbe(4): Fix "set but not used [-Wunused-but-set-varia...
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-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.
2021-10-29 John Baldwincxgbei: Wait for the final CPL to be received in icl_cx...
2021-10-29 John Baldwincxgbei: Support for ISO (iSCSI segmentation offload).
2021-10-29 John Baldwiniscsi: Remove icl_soft-only fields from struct icl_conn.
2021-10-29 John Baldwincxgbei: Round up the maximum PDU data length by the...
2021-10-29 John Baldwincxgbei: Wait for socket to close in icl_cxgbei_conn_close.
2021-10-29 John Baldwincxgbei: Don't assert F for data completion PDUs.
2021-10-29 John Baldwincxgbei: Remove invalid assertion.
2021-10-29 John Baldwincxgbei: Better handle new tasks and transfers when...
2021-10-29 John Baldwincxgbei: Fix a race between transfer setup and a peer...
2021-10-29 John Baldwincxgbei: Support iSCSI offload on T6.
2021-10-29 John Baldwiniscsi: Move the maximum data segment limits into 'struc...
2021-10-29 John Baldwincxgbei: Add tunable sysctls for the FirstBurstLength...
2021-10-29 John Baldwincxgbei: Remove unused sysctls.
2021-10-29 John Baldwincxgbei: Handle target transfers with excess unsolicited...
2021-10-29 John Baldwincxgbei: Explicitly clear the page pode reservation...
2021-10-29 John Baldwincxgbei: Don't clamp iSCSI PDUs to 8K.
2021-10-29 John Baldwincxgbei: Don't leak resources for an aborted target...
2021-10-29 John Baldwincxgbei: Add support for zero-copy iSCSI target transmis...
2021-10-29 John Baldwincxgbei: Rework the pdu_append_data hook to support...
2021-10-29 John Baldwincxgbei: Support DDP for target I/O S/G lists with more...
2021-10-29 John Baldwincxgbei: Whitespace fixes, comment typo, and rewrap...
2021-10-29 John Baldwincxgbei: Use hardware RX flow control for offloaded...
2021-10-29 John Baldwincxgbe tom: Set the tid in the work requests to program...
2021-10-29 John Baldwincxgbe: Make the TOE ISCSI RX stats per-queue instead...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-04-26 John Baldwincxgbe: Add a struct sge_ofld_txq type.
2021-04-26 John Baldwincxgbei: Enter network epoch and set vnet around t4_push...
2021-04-26 John Baldwincxgbei: Pass ULP submode directly to set_ulp_mode_iscsi().
2021-04-26 John Baldwincxgbei: Move some function prototypes to cxgbei.h.
2021-04-26 John Baldwincxgbei: Set vnet around tcp_drop() in do_rx_iscsi_ddp().
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
next