aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED orNavdeep Parhar2017-09-133-39/+0
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-045-7/+7
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+1
* opt_global.h is never needed in SRCS lists.Warner Losh2014-11-181-1/+1
* Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-111-1/+2
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-043-35/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-064-4/+4
* Don't build krping.ko, iw_cxgb.ko, and iw_cxgbe.ko, if MK_OFED=noEdward Tomasz Napierala2013-10-181-0/+5
* Remove zero-copy sockets code. It only worked for anonymous memory,Konstantin Belousov2013-09-161-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-195-49/+31
* Unbreak make depend.Ulrich Spörlein2012-05-301-0/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-1/+13
* MFtbemd:Warner Losh2010-08-231-2/+2
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-241-8/+0
* cxgb(4) updates, including:Navdeep Parhar2009-10-051-1/+1
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-191-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-1/+1
* This main goals of this project are:Qing Li2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+2
* Fix worldPaul Saab2008-11-142-2/+2
* Add opt_inet.h which has been needed since r184714, r184715 introducingBjoern A. Zeeb2008-11-121-1/+2
* - Remove default NIC dependency on ulp headersKip Macy2008-09-241-4/+27
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-235-9/+14
* Remove cxgb private lro implementation and switch to using system implementat...Kip Macy2008-08-121-1/+1
* import vendor fixes to cxgbKip Macy2008-07-181-1/+1
* only build iw_cxgb on i386 and amd64Kip Macy2008-05-061-1/+9
* add iw_cxgb to the buildKip Macy2008-05-052-1/+15
* move cxgb_lt2.[ch] from NIC to TOEKip Macy2008-04-192-5/+4
* Add KMOD target.Kip Macy2008-03-031-0/+1
* move remaining binaries in to blob headersKip Macy2008-02-261-20/+0
* Move firmware in to separate module that can be compiled statically in to the...Kip Macy2008-02-263-10/+10
* - update firmware to 5.0Kip Macy2008-02-232-9/+15
* add opt_global.h dependencyKip Macy2008-01-261-1/+1
* add cxgb_multiq.c to the buildKip Macy2008-01-131-1/+1
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.Kip Macy2007-12-181-1/+1
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-173-6/+10
* Makefile for the TCP offload moduleKip Macy2007-12-161-0/+8
* Don't use old style mbuf iovec interfaceKip Macy2007-12-161-0/+1
* Move NIC driver (cxgb) into its own directory. Add toecore to supportKip Macy2007-12-153-43/+61
* - fix qset to port binding as a proper fix for the problems encountered on t...Kip Macy2007-09-091-5/+7
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-171-4/+20
* - import new common code for the T304Kip Macy2007-06-131-8/+8
* When building cxgb as a module make include paths relative to the driver's root.Kip Macy2007-05-281-1/+1
* (MFp4)Kip Macy2007-05-251-6/+8
* hook uipc_mvec.c into buildKip Macy2007-04-081-1/+2
* Remove firmware version flagsKip Macy2007-03-211-1/+0
* Disable linking in of firmware on ia64 to avoid build failures from aKip Macy2007-03-141-3/+6
* no-op cxgb_config.h for the module compilation caseKip Macy2007-03-141-1/+1
* Add modules Makefile for cxgbKip Macy2007-03-141-0/+22