aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/offload.h
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Reword the comment explaining the atid/cookie split.Navdeep Parhar2024-07-171-3/+3
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* cxgbei: Support for ISO (iSCSI segmentation offload).John Baldwin2021-10-291-0/+1
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-04-261-1/+1
* Clear TLS offload mode if a TLS socket hangs without receiving data.John Baldwin2020-12-031-0/+1
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-14/+2
* cxgbe/iw_cxgbe: Add an async callback to notify iw_cxgbe in case of aNavdeep Parhar2020-05-191-0/+1
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-211-0/+7
* Split Chelsio send tags into a generic base tag and a ratelimit tag.John Baldwin2019-10-221-2/+13
* cxgbe/t4_tom: Catch up with r344433, which removed tcb_autorcvbuf_inc.Navdeep Parhar2019-03-291-0/+1
* cxgbe(4): Use two hashes instead of a table to keep track ofNavdeep Parhar2018-08-151-4/+6
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-091-0/+8
* cxgbe(4): Improvements in TID management.Navdeep Parhar2018-08-021-13/+24
* cxgbe(4): Data path for rate-limited tx.Navdeep Parhar2018-05-241-3/+11
* cxgbe(4): Implement ifnet callbacks that deal with send tags.Navdeep Parhar2018-05-181-2/+36
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-091-0/+9
* cxgbe(4): Convert ACT_OPEN_RPL to a shared CPL.Navdeep Parhar2018-04-301-2/+3
* cxgbe(4): Add support for Connection Offload Policy (aka COP).Navdeep Parhar2018-04-141-0/+1
* Support for TLS offload of TOE connections on T6 adapters.John Baldwin2018-03-131-0/+3
* Fetch TLS key parameters from the firmware.John Baldwin2018-02-261-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-071-1/+4
* cxgbe/t4_tom: Add a knob to select the congestion control algorigthmNavdeep Parhar2017-08-311-0/+1
* cxgbe: Query some more RDMA related parameters from the firmware.Navdeep Parhar2017-04-131-0/+1
* cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch toNavdeep Parhar2016-09-011-1/+0
* Add support for zero-copy aio_write() on TOE sockets.John Baldwin2016-07-271-0/+1
* Use DDP to implement zerocopy TCP receive with aio_read().John Baldwin2016-05-071-2/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-311-1/+1
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSINavdeep Parhar2015-12-261-1/+1
* cxgbe(4): tidy up some of the interaction between the Upper LayerNavdeep Parhar2015-02-081-3/+5
* cxgbe(4): reserve id for iSCSI upper layer driver.Navdeep Parhar2015-02-051-0/+1
* cxgbe/tom: do not engage the TOE's payload chopper for payload < 2 MSSNavdeep Parhar2015-01-031-0/+1
* Some hooks in cxgbe(4) for the offloaded iSCSI driver.Navdeep Parhar2014-07-241-1/+1
* Read card capabilities after firmware initialization, instead of settingNavdeep Parhar2013-12-141-0/+5
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update aNavdeep Parhar2013-08-281-0/+1
* - Make note of interface MTU change if the rx queues exist, and not justNavdeep Parhar2013-07-041-0/+1
* cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. ThisNavdeep Parhar2013-06-081-2/+2
* cxgbe(4): Updates to the hardware L2 table management code.Navdeep Parhar2013-01-141-2/+3
* Overhaul the stid allocator so that it can be used for IPv6 serversNavdeep Parhar2013-01-111-7/+12
* cxgbe(4): Add functions to help synchronize "slow" operations (those notNavdeep Parhar2013-01-101-17/+15
* Support for TCP DDP (Direct Data Placement) in the T4 TOE module.Navdeep Parhar2012-08-171-4/+7
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-14/+5
* Many updates to cxgbe(4)Navdeep Parhar2011-12-161-12/+59
* L2 table code. This is enough to get the T4's switch + L2 rewriteNavdeep Parhar2011-05-301-0/+18
* T4 packet filtering/steering.Navdeep Parhar2011-05-051-0/+2
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-181-0/+86