aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+2
* Remove conditional code for FreeBSD 8 and earlier frmo cxgb.Warner Losh2020-03-012-31/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-18/+28
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-212-43/+30
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-173-25/+25
* cxgb(4): Netdump: only reference allocated qsetsConrad Meyer2019-03-012-3/+6
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-23/+26
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add netdump support to cxgb(4).Mark Johnston2018-05-063-0/+116
* cxgb(4): Validate offset/len in the GET_EEPROM ioctl.Navdeep Parhar2018-01-241-1/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2729-1/+32
* Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED orNavdeep Parhar2017-09-1325-13250/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-0113-13/+0
* Add some ntohl() love to r315277Eric van Gyzen2017-03-141-2/+3
* KTR: log IPv4 addresses in hex rather than dotted-quadEric van Gyzen2017-03-141-11/+4
* Fix unused variable when built without INVARIANT_SUPPORT.Alexander Motin2017-03-091-2/+1
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-3/+9
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-101-1/+1
* With clang 3.9.0, compiling cxgb results in the following warning:Dimitry Andric2016-09-031-1/+1
* (Re-do r302574 with corrected commit message..)Enji Cooper2016-07-111-3/+0
* Revert r302574. I botched the commit message in more way than 1Enji Cooper2016-07-111-0/+3
* Remove redundant declaration for tcp_dooptionsEnji Cooper2016-07-111-3/+0
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+2
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-8/+8
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* cxgb(4): Remove redundant part of an assertion.Navdeep Parhar2016-03-101-1/+1
* Garbage collect unused arguments of m_init().Gleb Smirnoff2016-02-101-5/+3
* Fix inverse logic. If this is zone_pack, then we shouldn't free theGleb Smirnoff2016-02-031-1/+1
* More fixes to the build.Gleb Smirnoff2016-01-271-1/+1
* Fix build on i386. I can't yet understand why does it build on amd64.Gleb Smirnoff2016-01-271-1/+1
* Update and add various macros to the LinuxKPI and resolve a macroHans Petter Selasky2016-01-261-1/+3
* Fix for iWARP servers that listen on INADDR_ANY.Navdeep Parhar2016-01-224-62/+31
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-3/+3
* Convert cxgb/cxgbe to the new routing API.Alexander V. Chernikov2016-01-072-32/+22
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-071-2/+1
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-1/+1
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-221-1/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-032-28/+30
* Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.Dimitry Andric2015-07-091-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-224-7/+7
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlIan Lepore2015-03-141-9/+0
* Provide a set of inline functions to manage simple mbuf(9) queues, basedGleb Smirnoff2015-02-195-141/+18
* Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-172-20/+29
* Remove kdb_backtrace extern; get the definition for kdb_backtrace fromEnji Cooper2015-02-071-3/+3
* Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-3/+2
* cxgb: replace r273280 with a more comprehensive fix.Navdeep Parhar2015-01-118-33/+59
* In mbuf_to_synq_entry(), use M_START() and M_SIZE() to calculate an offsetRobert Watson2015-01-021-14/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-5/+7
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-1/+1