aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* inpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff2026-04-126-55/+52
* cxgbe tom: Use the same WRs as iSCSI to send PDUs for NVMeJohn Baldwin2026-02-251-99/+13
* cxgbe(4): T7 related updates to shared codeNavdeep Parhar2025-11-131-1/+1
* cxgbe tom: Don't require exact match for TCP seqno for FIN for NVMe offloadJohn Baldwin2025-11-101-1/+2
* cxgbe tom: Add support for sending NVMe/TCP PDUsJohn Baldwin2025-11-101-9/+335
* cxgbe: Add ULD_NVME for NVMe/TCP offloadJohn Baldwin2025-11-101-2/+4
* cxgbe TOE TLS: Support for TLS 1.3 for receiveJohn Baldwin2025-09-291-10/+41
* cxgbe TOE TLS: Support for TLS 1.3 for transmit.John Baldwin2025-09-292-29/+56
* cxgbe TOE TLS: Better support for partial records for T7.John Baldwin2025-09-291-48/+111
* cxgbe: Move the STAG and PBL memory pool arenas to the base driverJohn Baldwin2025-09-291-0/+6
* cxgbe: Move send_iscsi_flowc_wr to t4_tom.koJohn Baldwin2025-09-292-0/+45
* cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbeiJohn Baldwin2025-09-292-0/+49
* cxgbe(4): T7 ULPTX supports larger data length with MEMIO commandsNavdeep Parhar2025-09-291-4/+16
* cxgbe(4): T7 TCB CPLs have queue and channel in different locationNavdeep Parhar2025-09-292-5/+21
* cxgbe(4): Update the filtering code for T7Navdeep Parhar2025-09-292-14/+28
* cxgbe(4): Updates for T7 CIM multicore operationNavdeep Parhar2025-09-294-1/+40
* cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASICNavdeep Parhar2025-09-291-2/+2
* cxgbe(4): Use hw_port and tx_chan correctly all over the driverNavdeep Parhar2025-09-292-4/+6
* cxgbe(4): Rename lport to hw_port.Navdeep Parhar2025-09-292-2/+2
* cxgbe tom: Send auxiliary TLS work requests as raw WR mbufsJohn Baldwin2025-09-113-43/+51
* cxgbe tom: Export alloc_raw_mbuf for use in other TOE driversJohn Baldwin2025-09-112-1/+2
* cxgbe tom: Support sending "raw" WR mbufs on plain TCP and TLS socketsJohn Baldwin2025-09-113-0/+100
* cxgbe tom: Halve the size of offload transmit software descriptorsJohn Baldwin2025-09-114-2/+27
* sendfile: retire M_BLOCKEDGleb Smirnoff2025-07-252-5/+5
* cxgbe(4): Block most access to the hardware as soon as the adapter stops.Navdeep Parhar2025-02-251-1/+1
* cxgbe(4): Remove smt_idx from the L2 table entry structure.Navdeep Parhar2025-02-141-4/+2
* sockets: make pr_aio_queue the default methodGleb Smirnoff2025-02-101-3/+8
* cxgbe tom: Make t4_push_frames static to t4_cpl_io.cJohn Baldwin2025-01-142-2/+1
* cxgbe tom: Restore support for zerocopy TCP receive for aio_read()John Baldwin2024-12-111-10/+10
* cxgbe/t4_tom: Plug an stid leak.Navdeep Parhar2024-12-081-0/+2
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-291-1/+1
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-311-1/+1
* cxgbe/t4_tom: Change stid allocation strategy to be more IPv6 friendly.Navdeep Parhar2024-10-172-73/+103
* cxgbe(4): Allow t4_tom to be unloaded safely.Navdeep Parhar2024-09-301-8/+23
* cxgbe/t4_tom: Remove duplicate unlock in t4_tom_deactivate.Navdeep Parhar2024-09-301-1/+0
* cxgbe/t4_tom: Do not set unresolved entries to STALE in t4_l2t_update.Navdeep Parhar2024-09-241-1/+2
* cxgbe/t4_tom: completely avoid L2T entries during stop/suspend.Navdeep Parhar2024-09-161-12/+13
* cxgbe/t4_tom: Demote STALE L2 table entries to RESOLVING in uld_stop.Navdeep Parhar2024-09-111-1/+1
* cxgbe/t4_tom: Add synq entry to the list before calling send_synack.Navdeep Parhar2024-09-061-4/+6
* cxgbe(4): Stop checking for failures from malloc/mb_alloc_ext_pgs(M_WAITOK)Zhenlei Huang2024-09-031-5/+0
* cxgbe/t4_tom: bugfixes in stop/restart.Navdeep Parhar2024-08-053-23/+52
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-3/+3
* cxgbe/t4_tom: Implement uld_stop and uld_restart for ULD_TOM.Navdeep Parhar2024-07-224-72/+408
* cxgbe/t4_tom: Track all synq entries in a per-adapter list.Navdeep Parhar2024-07-223-0/+16
* cxgbe(4): Stop and restart the L2T allocator with the LLD.Navdeep Parhar2024-07-221-0/+7
* cxgbe(4): Changes to ULD list management.Navdeep Parhar2024-07-191-5/+4
* cxgbe(4): Make no assumptions about the start and size of the L2T table.Navdeep Parhar2024-07-191-8/+13
* cxgbe/t4_tom: Free up hardware resources when the final CPL is received.Navdeep Parhar2024-07-191-19/+39
* cxgbe/t4_tom: Detach the toep from the tcpcb when entering TIME_WAIT.Navdeep Parhar2024-07-193-1/+4
* cxgbe(4): Consolidate all mk_set_tcb_field_ulp in one place.Navdeep Parhar2024-05-173-123/+21