aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe/if_cxgbe
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys/modules: Make use of SRCS.${KERN_OPT}.John Baldwin2023-03-011-3/+1
* cxgbe: Rename t4_kern_tls.c to t6_kern_tls.c.John Baldwin2022-08-081-1/+1
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-211-0/+6
* Create a file to hold shared routines for dealing with T6 key contexts.John Baldwin2019-11-131-1/+2
* Move CLIP table handling out of TOM and into the base driver.John Baldwin2018-11-291-0/+1
* cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.Navdeep Parhar2018-08-181-3/+0
* cxgbe(4): Add code to deal with the chip's source MAC table (aka SMT).Navdeep Parhar2018-05-311-0/+1
* cxgbe(4): Allocate offload Tx queues when a card has resourcesNavdeep Parhar2018-05-171-0/+1
* cxgbe(4): Move all TCAM filter code into a separate file.Navdeep Parhar2018-05-011-1/+2
* cxgbe(4): Initial import of the "collect" component of Chelsio unifiedNavdeep Parhar2017-08-031-1/+7
* cxgbe(4): Support routines for Tx traffic scheduling.Navdeep Parhar2017-05-021-0/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Add a driver to create VF devices on Chelsio T4/T5 NICs.John Baldwin2016-07-221-1/+3
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-101-0/+1
* cxgbe(4): support for the kernel RSS option.Navdeep Parhar2015-10-161-0/+1
* Globally enable -fms-extensions when building kernel with gcc, and removeGleb Smirnoff2015-02-171-1/+0
* Make sure the compiler flag to get cxgbe(4) to compile with gcc is usedNavdeep Parhar2015-01-241-1/+2
* Make cxgbe(4) buildable with the gcc in base.Navdeep Parhar2015-01-161-1/+1
* cxgbe(4): major tx rework.Navdeep Parhar2014-12-311-0/+1
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-15/+0
* List one file per line in the Makefiles. This makes it easier to readNavdeep Parhar2014-08-011-5/+11
* Improve compliance with style.Makefile(5).Navdeep Parhar2014-08-011-9/+10
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.Navdeep Parhar2014-05-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Add support for packet-sniffing tracers to cxgbe(4). This works withNavdeep Parhar2013-07-261-1/+1
* Assume INET, INET6, and TCP_OFFLOAD when the driver is built out of tree andNavdeep Parhar2012-08-141-0/+15
* cxgbe(4): support for IPv6 TSO and LRO.Navdeep Parhar2012-06-291-1/+1
* Fix make buildworld -DMODULES_WITH_WORLDUlrich Spörlein2011-06-231-0/+1
* L2 table code. This is enough to get the T4's switch + L2 rewriteNavdeep Parhar2011-05-301-1/+1
* T4 packet timestamps.Navdeep Parhar2011-05-051-0/+3
* Allow multiple modules within sys/modules/cxgbe. The first one is if_cxgbe.Navdeep Parhar2011-04-011-0/+16