summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Stop work request queues in a reliable manner.Navdeep Parhar2024-10-211-1/+14
* cxgbe(4): Allocate a taskqueue per port instead of per channel.Navdeep Parhar2024-07-171-9/+10
* cxgbev(4): Pay attention to the VLAN configuration for the VF.Navdeep Parhar2024-07-011-5/+15
* cxgbe: Support TCP_USE_DDP on offloaded TOE connectionsJohn Baldwin2024-04-121-0/+18
* cxgbe: Add counters for POSIX async I/O requests handled by the driverJohn Baldwin2024-04-081-0/+16
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cxgbe: Move ethofld_transmit under #ifdef INET || INET.John Baldwin2023-05-201-3/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cxgbe(4): Remove dead code.Navdeep Parhar2023-03-301-4/+0
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-071-23/+23
* cxgbe: Queue NIC TLS mbufs internally.John Baldwin2023-02-171-8/+3
* cxgbe: Move helper functions for mbuf metadata to adapter.h.John Baldwin2023-02-171-63/+0
* cxgbe: Allow parse_pkt to internally queue a packet.John Baldwin2023-02-171-3/+6
* pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff2023-02-141-3/+1
* cxgbe: Various whitespace fixes.John Baldwin2022-11-151-3/+3
* cxgbe: Use secq(9) to manage the timestamp generations.John Baldwin2022-09-261-5/+6
* cxgbe: Compute timestamps via sbintime_t.John Baldwin2022-09-261-36/+5
* cxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.Navdeep Parhar2022-09-221-1/+1
* Enable M_TSTMP in Chelsio cxgbe driver by creating a mechanism that can sync ...Randall Stewart2022-09-201-16/+70
* cxgbe(4): Add knob to control congestion behavior for TOE queues.Navdeep Parhar2022-09-121-1/+17
* cxgbe(4): Add another setting to the knob that controls congestion.Navdeep Parhar2022-09-121-38/+68
* cxgbe(4): Specify the ingress queue's type when creating it.Navdeep Parhar2022-09-121-6/+10
* cxgbe: don't support MJUMPAGESIZE != MCLBYTESBrooks Davis2022-08-241-8/+0
* cxgbe(4): Changes to the fatal error handler.Navdeep Parhar2022-02-181-2/+3
* cxgbe(4): Fix build warning for LINT-NOIP.Navdeep Parhar2022-01-101-0/+2
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-101-8/+16
* cxgbe(4): Fix panic on driver detach after a partially failed attach.Navdeep Parhar2021-12-291-1/+2
* cxgbe: Mark received packets as initialized for KMSANMark Johnston2021-09-241-0/+2
* Add a switch structure for send tags.John Baldwin2021-09-141-2/+2
* cxgbei: Handle errors in PDUs.John Baldwin2021-09-101-0/+9
* cxgbei: Support for ISO (iSCSI segmentation offload).John Baldwin2021-08-061-0/+5
* cxgbe(4): Initialize abs_id for ctrl and ofld queues.Navdeep Parhar2021-07-201-0/+2
* cxgbe(4): Fix an incorrect assert.Navdeep Parhar2021-05-271-1/+4
* cxgbe: fix enabling lro & rxtimestampsAndrew Gallatin2021-05-261-5/+6
* cxgbe(4): Fix build warnings with NOINET kernels.Navdeep Parhar2021-05-221-0/+14
* cxgbe: Fix some merge-o's for the per-rxq iSCSI counters.John Baldwin2021-05-191-2/+5
* cxgbe: Make the TOE ISCSI RX stats per-queue instead of per adapter.John Baldwin2021-05-141-2/+27
* cxgbe(4): Do not panic when tx is called with invalid checksum requests.Navdeep Parhar2021-04-281-7/+20
* cxgbe(4): Separate the sw- and hw-specific parts of resource allocationsNavdeep Parhar2021-04-261-609/+855
* cxgbe(4): RSS hash for VXLAN traffic is computed from the inner frame.Navdeep Parhar2021-04-131-0/+2
* cxgbe: Add counters for iSCSI PDUs transmitted via TOE.John Baldwin2021-04-121-0/+10
* cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-03-261-0/+20
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-261-20/+55
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-251-1/+1
* cxgbe(4): use standard sysctl routines to deal with 16b values.Navdeep Parhar2021-03-191-33/+16
* cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar2021-02-181-31/+41
* cxgbe(4): Save proper zone index on low memory in refill_fl().Alexander Motin2021-02-171-5/+6
* cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-011-12/+57
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2020-12-031-172/+3
* cxgbe(4): fix the size of the iq/eq maps.Navdeep Parhar2020-10-221-10/+10