aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/cxgbei
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* cxgbe: Move send_iscsi_flowc_wr to t4_tom.koJohn Baldwin2025-09-291-43/+1
* cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbeiJohn Baldwin2025-09-291-50/+4
* cxgbe tom: Halve the size of offload transmit software descriptorsJohn Baldwin2025-09-111-0/+2
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-311-1/+1
* cxgbe(4): Stop checking for failures from malloc/mb_alloc_ext_pgs(M_WAITOK)Zhenlei Huang2024-09-031-3/+0
* cxgbe(4): Changes to ULD list management.Navdeep Parhar2024-07-191-5/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* pmap_{un}map_io_transient: Use bool instead of boolean_t.John Baldwin2023-05-041-6/+6
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-072-8/+7
* cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask.Navdeep Parhar2022-10-061-15/+0
* cxgbei: Adjust the calculation for the maximum ISO payload.John Baldwin2022-05-261-2/+4
* cxgbei: Return limits for the specific adapter the socket is on.John Baldwin2022-04-181-2/+64
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-04-181-1/+1
* cxgbe/cxgbei: Allow max PDU payload lengths to be changed with a sysctl.Navdeep Parhar2022-04-131-2/+2
* cxgbei: Support unmapped I/O requests.John Baldwin2022-03-101-58/+286
* cxgbei: Replace worker thread pools with per-connection kthreads.John Baldwin2022-02-083-401/+178
* cxgbei: Dispatch sent PDUs to the NIC asynchronously.John Baldwin2022-02-083-120/+260
* cxgbei: Rework parsing of pre-offload PDUs.John Baldwin2022-02-041-116/+124
* cxgbei: Parse all PDUs received prior to enabling offload mode.John Baldwin2022-01-241-25/+158
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-102-5/+10
* iscsi: Pass the request PDU to icl_conn_transfer_setup().John Baldwin2022-01-041-5/+2
* cxgbei: Don't fail task setup if the socket is disconnected.John Baldwin2021-12-231-5/+3
* Move the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>.John Baldwin2021-11-051-5/+0
* cxgbei: Only convert "plain" TCP connections to ISCSI.John Baldwin2021-09-131-1/+6
* cxgbei: Return early for EBUSY error in icl_cxgbei_conn_handoff.John Baldwin2021-09-131-43/+37
* cxgbei: Disable ISO for -SO cards without external memory.John Baldwin2021-09-131-1/+16
* cxgbei: Handle errors in PDUs.John Baldwin2021-09-102-17/+53
* cxgbei: Add sysctls to report the maximum data segment lengths.John Baldwin2021-08-301-0/+7
* cxgbei: Limit T5 transmit data segments to 15k.John Baldwin2021-08-301-0/+2
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-183-9/+11
* cxgbei: Restrict received PDUs to 4 DDP pages in length.John Baldwin2021-08-171-3/+11
* cxgbei: Only round PDU data segment lengths down by 512 on T5.John Baldwin2021-08-171-2/+7
* cxgbei: Restructure how PDU limits are managed.John Baldwin2021-08-173-19/+34
* cxgbei: Wait for the final CPL to be received in icl_cxgbei_conn_close.John Baldwin2021-08-121-7/+21
* cxgbei: Support for ISO (iSCSI segmentation offload).John Baldwin2021-08-062-9/+55
* iscsi: Remove icl_soft-only fields from struct icl_conn.John Baldwin2021-08-051-11/+0
* cxgbei: Round up the maximum PDU data length by the MSS for TXDATAPLEN_MAX.John Baldwin2021-07-301-1/+2
* cxgbei: Wait for socket to close in icl_cxgbei_conn_close.John Baldwin2021-07-291-0/+26
* cxgbei: Don't assert F for data completion PDUs.John Baldwin2021-07-191-3/+0
* cxgbei: Remove invalid assertion.John Baldwin2021-07-191-1/+0
* cxgbei: Better handle new tasks and transfers when disconnecting.John Baldwin2021-06-221-0/+14
* cxgbei: Fix a race between transfer setup and a peer reset.John Baldwin2021-05-281-2/+42
* cxgbei: Support iSCSI offload on T6.John Baldwin2021-05-283-55/+395
* iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin2021-05-201-20/+3
* cxgbei: Add tunable sysctls for the FirstBurstLength and MaxBurstLength.John Baldwin2021-05-191-2/+8
* cxgbei: Remove unused sysctls.John Baldwin2021-05-191-7/+0
* cxgbei: Handle target transfers with excess unsolicited data.John Baldwin2021-05-141-2/+7
* cxgbei: Explicitly clear the page pode reservation pointer after freeing it.John Baldwin2021-05-141-0/+1