summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* MFC r314952: Fix unused variable when built without INVARIANT_SUPPORT.mav2017-03-231-2/+1
* MFC r313821 r315277 r315286vangyzen2017-03-171-5/+5
* MFC r305360:dim2016-09-071-1/+1
* MFC r302576:ngie2016-08-031-3/+0
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-1/+2
* Fix kernel LINT build after r299363.hselasky2016-05-101-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-034-8/+8
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* cxgb(4): Remove redundant part of an assertion.np2016-03-101-1/+1
* Garbage collect unused arguments of m_init().glebius2016-02-101-5/+3
* Fix inverse logic. If this is zone_pack, then we shouldn't free theglebius2016-02-031-1/+1
* More fixes to the build.glebius2016-01-271-1/+1
* Fix build on i386. I can't yet understand why does it build on amd64.glebius2016-01-271-1/+1
* Update and add various macros to the LinuxKPI and resolve a macrohselasky2016-01-261-1/+3
* Fix for iWARP servers that listen on INADDR_ANY.np2016-01-224-62/+31
* Add optimizing LRO wrapper:hselasky2016-01-191-3/+3
* Convert cxgb/cxgbe to the new routing API.melifaro2016-01-072-32/+22
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-2/+1
* Implement interface link header precomputation API.melifaro2015-12-311-1/+1
* Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-032-28/+30
* Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.dim2015-07-091-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-224-7/+7
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-141-9/+0
* Provide a set of inline functions to manage simple mbuf(9) queues, basedglebius2015-02-195-141/+18
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-172-20/+29
* Remove kdb_backtrace extern; get the definition for kdb_backtrace fromngie2015-02-071-3/+3
* Add missing linuxapi module dependencies and always use the FreeBSDhselasky2015-01-191-3/+2
* cxgb: replace r273280 with a more comprehensive fix.np2015-01-118-33/+59
* In mbuf_to_synq_entry(), use M_START() and M_SIZE() to calculate an offsetrwatson2015-01-021-14/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-5/+7
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-9/+9
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-5/+5
* cxgb(4): reset the PHY if it generates an interrupt for no apparent reason.np2014-10-191-1/+3
* cxgb(4): implement if_get_counter.np2014-09-273-40/+88
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+1
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-271-2/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-284-31/+15
* Revert r267961, r267973:gjb2014-06-274-15/+31
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-274-31/+15
* In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functionsdim2013-12-251-47/+0
* In sys/dev/cxgb/common/cxgb_mc5.c, remove static functiondim2013-12-251-7/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-283-1/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+3
* Add dependency on ibcore now that it has been modularized.np2013-10-101-0/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.alfred2013-09-291-2/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-241-1/+0
* Whitespace cleanup.np2013-08-231-2/+1
OpenPOWER on IntegriCloud