aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom/t4_connect.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/t4_tom: bugfixes in stop/restart.Navdeep Parhar2024-08-051-0/+14
* cxgbe/t4_tom: Implement uld_stop and uld_restart for ULD_TOM.Navdeep Parhar2024-07-221-5/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-071-7/+7
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-101-0/+11
* cxgbe(4): Overhaul CLIP (Compressed Local IPv6) table management.Navdeep Parhar2021-05-231-2/+2
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-251-1/+1
* Clear TLS offload mode if a TLS socket hangs without receiving data.John Baldwin2020-12-031-3/+0
* Convert TOE routing lookups to the new routing KPI.Alexander V. Chernikov2020-04-221-3/+4
* Set inp_flowid's for TOE connections.John Baldwin2020-04-151-0/+2
* Expand net epoch in the cxgbe TOE driver to satisfy assertions.John Baldwin2019-12-131-0/+3
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-211-0/+2
* Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().Gleb Smirnoff2019-11-071-2/+2
* cxgbe/t4_tom: Initialize all TOE connection parameters in one place.Navdeep Parhar2019-08-271-129/+22
* cxgbe/t4_tom: adjust the hardware receive window to match changes to theNavdeep Parhar2019-06-011-4/+3
* cxgbe/t4_tom: fixes for issues on the passive open side.Navdeep Parhar2018-12-191-1/+2
* Move CLIP table handling out of TOM and into the base driver.John Baldwin2018-11-291-3/+3
* cxgbe/tom: Put the ifnet or VLAN's PCP value in the 802.1Q tag of framesNavdeep Parhar2018-08-171-2/+4
* cxgbe(4): Use VLAN_TRUNKDEV instead of private cookie to figure out theNavdeep Parhar2018-08-151-1/+1
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-2/+3
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-091-24/+0
* cxgbe(4): Convert ACT_OPEN_RPL to a shared CPL.Navdeep Parhar2018-04-301-3/+5
* cxgbe/t4_tom: Use appropriate macros instead of magic math whileNavdeep Parhar2018-04-301-1/+1
* cxgbe(4): Break up alloc_tid_tabs and move the atid routines to the baseNavdeep Parhar2018-04-261-45/+0
* cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag.Navdeep Parhar2018-04-191-1/+1
* cxgbe(4): Add support for Connection Offload Policy (aka COP).Navdeep Parhar2018-04-141-25/+85
* Support for TLS offload of TOE connections on T6 adapters.John Baldwin2018-03-131-4/+10
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* cxgbe/t4_tom: Add a knob to select the congestion control algorigthmNavdeep Parhar2017-08-311-0/+3
* cxgbe/t4_tom: Fix CLIP entry refcounting on the passive side. EveryNavdeep Parhar2017-02-061-1/+1
* Unregister CPL handlers for TOE-related messages when unloading TOM.John Baldwin2017-01-271-0/+8
* cxgbe/tom: Add VIMAGE support to the TOE driver.Navdeep Parhar2017-01-111-0/+5
* cxgbe/t4_tom: Fix tid accounting. An offloaded IPv6 connection uses 2Navdeep Parhar2017-01-071-1/+1
* Fix comment in t4_tom. No functional change.Navdeep Parhar2017-01-071-1/+4
* cxgbe/t4_tom: Update the active/passive open code to support T6. DataNavdeep Parhar2016-09-171-31/+51
* cxgbe/t4_tom: toepcb should be all-zero on allocation because the codeNavdeep Parhar2016-09-051-1/+1
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-051-3/+3
* cxgbe: catch up with the latest hardware-related definitions.Navdeep Parhar2016-02-191-11/+1
* More fixes to the build.Gleb Smirnoff2016-01-271-1/+1
* Add support for configuring additional virtual interfaces (VIs) on a port.John Baldwin2015-12-031-12/+12
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-031-2/+2
* cxgbe/tom: don't leak resources tied to an active open request thatNavdeep Parhar2014-10-071-16/+24
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+1
* - Make note of interface MTU change if the rx queues exist, and not justNavdeep Parhar2013-07-041-1/+2
* The T5 allows the driver to specify the ISS. Do so; use the ISS pickedNavdeep Parhar2013-07-041-3/+5
* - Read all TP parameters in one place.Navdeep Parhar2013-07-041-21/+19
* cxgbe/tom: Slight simplification of code that calculates options2.Navdeep Parhar2013-04-111-5/+8
* cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. ThisNavdeep Parhar2013-03-301-5/+43
* Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE asNavdeep Parhar2013-01-261-1/+1