aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
...
* cxgbe(4): Recognize the new capabilities reported by T7 firmwaresNavdeep Parhar2025-09-292-3/+17
* cxgbe(4): Congestion manager context settings for T7Navdeep Parhar2025-09-292-10/+24
* cxgbe(4): T7's SGE context has 4 more bytesNavdeep Parhar2025-09-292-11/+32
* cxgbe(4): Include T7 PMRX cache stats in the sysctl that shows PM statsNavdeep Parhar2025-09-291-1/+59
* cxgbe(4): Support for displaying T7 MPS TCAM entriesNavdeep Parhar2025-09-291-3/+205
* cxgbe(4): Update meminfo for T7Navdeep Parhar2025-09-291-43/+153
* cxgbe(4): Add T7 support to routines that deal with memory windowsNavdeep Parhar2025-09-291-10/+20
* cxgbe(4): Claim T7 based devicesNavdeep Parhar2025-09-293-4/+261
* cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASICNavdeep Parhar2025-09-2917-2166/+33853
* cxgbe(4): Use hw_port and tx_chan correctly all over the driverNavdeep Parhar2025-09-298-38/+42
* cxgbe(4): Rename lport to hw_port.Navdeep Parhar2025-09-297-13/+13
* 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-116-2/+31
* cxgbe(4): Fix inverted test in sysctl_loadavgNavdeep Parhar2025-08-301-1/+1
* sendfile: retire M_BLOCKEDGleb Smirnoff2025-07-252-5/+5
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* cxgbe nic TLS: Correct IPv6 payload lengthJohn Baldwin2025-05-301-3/+6
* cxgbe nic TLS: Fix requests with 8 bytes of immediate data paddingJohn Baldwin2025-05-131-3/+5
* mbuf: Allow clusters to fill an entire jumbo page.Dag-Erling Smørgrav2025-05-072-0/+12
* cxgbe(4): Add two new transceiver types.Navdeep Parhar2025-03-182-1/+9
* cxgbe(4): Perform Conventional Reset instead of FLR on the device.Navdeep Parhar2025-03-161-19/+118
* cxgbe(4): Block most access to the hardware as soon as the adapter stops.Navdeep Parhar2025-02-255-30/+32
* cxgbe(4): Use correct priority in begin_synchronized_op.Navdeep Parhar2025-02-141-10/+4
* cxgbe(4): Remove smt_idx from the L2 table entry structure.Navdeep Parhar2025-02-142-5/+2
* cxgbe(4): Remove some unused PCI routines and associated headers.Navdeep Parhar2025-02-142-30/+0
* cxgbe(4): Make sure suspend/resume works in recovery mode.Navdeep Parhar2025-02-142-0/+12
* 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
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+0
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-2/+0
* Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-01-021-1/+1
* cxgbe tom: Restore support for zerocopy TCP receive for aio_read()John Baldwin2024-12-111-10/+10
* cxgbe: Tidy TOE tunables under hw.cxgbeJohn Baldwin2024-12-101-8/+11
* cxgbe tom: Enable TLS offload support by defaultJohn Baldwin2024-12-101-1/+1
* cxgbe/t4_tom: Plug an stid leak.Navdeep Parhar2024-12-081-0/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-13/+3
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-5/+1
* cxgbe(4): Fix the name of the 2 x 10/25 OCP card.Navdeep Parhar2024-11-291-1/+1
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-292-7/+7
* cxgbe(4): Update the board names of the T6 OCP cards.Navdeep Parhar2024-11-283-9/+9
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-312-2/+2
* cxgbe/t4_tom: Change stid allocation strategy to be more IPv6 friendly.Navdeep Parhar2024-10-173-84/+105
* cxgbe(4): Use correct synchronization when marking the adapter offline.Navdeep Parhar2024-10-071-2/+7
* cxgbe(4): Allow t4_tom to be unloaded safely.Navdeep Parhar2024-09-303-19/+35
* cxgbe/t4_tom: Remove duplicate unlock in t4_tom_deactivate.Navdeep Parhar2024-09-301-1/+0
* cxgbe(4): Clobber all tracer state on stop and redo only traceq on restart.Navdeep Parhar2024-09-241-0/+11
* 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