aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/cxgb_sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb: use m_gethdr_rawMateusz Guzik2021-07-071-1/+1
* cxgb: switch bare zone_mbuf use to m_free_rawMateusz Guzik2021-07-061-1/+1
* cxgb: Avoid a read-after-free in get_packet() when cxgb_debug is onMark Johnston2021-05-261-1/+2
* cxgb(4): Rework my commit 9dc7c250.Alexander Motin2021-02-221-9/+11
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-01-311-1/+2
* Remove conditional code for FreeBSD 8 and earlier frmo cxgb.Warner Losh2020-03-011-5/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-17/+26
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-6/+6
* Add netdump support to cxgb(4).Mark Johnston2018-05-061-0/+34
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+1
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* With clang 3.9.0, compiling cxgb results in the following warning:Dimitry Andric2016-09-031-1/+1
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+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
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-3/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* 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-191-9/+10
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-5/+7
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-5/+5
* cxgb(4): implement if_get_counter.Navdeep Parhar2014-09-271-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-10/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-10/+4
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-1/+2
* 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
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Initialize the response queue mutex a bit earlier to avoid a panic thatNavdeep Parhar2012-10-251-5/+5
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.Navdeep Parhar2012-06-301-12/+30
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-285/+133
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-6/+10
* 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-091-11/+31
* Remove if_start from cxgb and cxgbe.Navdeep Parhar2012-02-071-13/+0
* t3_free_sge_resources should be given the number of qsets it needs to free.Navdeep Parhar2011-03-241-6/+2
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-2/+9
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-2/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-13/+13
* Re-add r212370 now that the LOR in powerpc64 has been resolved:Matthew D Fleming2010-09-161-31/+17
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-131-17/+31
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-31/+17
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadyNavdeep Parhar2010-07-091-2/+10
* cxgb(4): add knob to get packet timestamps from the hardware.Navdeep Parhar2010-06-121-16/+51
* Don't ring the tx doorbell for every frame when we know more framesNavdeep Parhar2010-05-051-18/+30
* Increase response queue size to avoid starvation, add a counterNavdeep Parhar2010-04-021-0/+3
* Multiple fixes related to queue set sizing and resources:Navdeep Parhar2010-03-311-50/+51