aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* 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
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-122-9/+9
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-5/+5
* cxgb(4): reset the PHY if it generates an interrupt for no apparent reason.Navdeep Parhar2014-10-191-1/+3
* cxgb(4): implement if_get_counter.Navdeep Parhar2014-09-273-40/+88
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+1
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-271-2/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-284-31/+15
* Revert r267961, r267973:Glen Barber2014-06-274-15/+31
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-274-31/+15
* In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functionsDimitry Andric2013-12-251-47/+0
* In sys/dev/cxgb/common/cxgb_mc5.c, remove static functionDimitry Andric2013-12-251-7/+0
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-283-1/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+3
* Add dependency on ibcore now that it has been modularized.Navdeep Parhar2013-10-101-0/+1
* Update OFED to Linux 3.7 and update Mellanox drivers.Alfred Perlstein2013-09-291-2/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-2/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.Andre Oppermann2013-08-241-1/+0
* Whitespace cleanup.Navdeep Parhar2013-08-231-2/+1
* Remove unnecessary #include's.Alan Cox2013-06-021-5/+0
* Add dependencies on the firmware, which allows the loading of the cxgbKonstantin Belousov2013-05-161-0/+1
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-043-6/+6
* Initialize the response queue mutex a bit earlier to avoid a panic thatNavdeep Parhar2012-10-251-5/+5
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Prefer __containerof() over __member2struct().Ed Schouten2012-10-191-1/+2
* Revert previous commit...Kevin Lo2012-10-103-7/+7
* Prefer NULL over 0 for pointersKevin Lo2012-10-093-7/+7
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-182-7/+7
* Attach interrupt handlers during attach instead of during the first timeJohn Baldwin2012-08-301-5/+5
* Deal with the case where a syncache entry added by the TOE driver isNavdeep Parhar2012-08-212-0/+12
* Correctly handle the case where an inp has already been dropped by the timeNavdeep Parhar2012-08-211-13/+9
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize theDimitry Andric2012-08-061-1/+1
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.Navdeep Parhar2012-06-303-44/+74
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-1943-11348/+4834
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-6/+10
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).Navdeep Parhar2012-02-092-14/+34