summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_sge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* Initialize the response queue mutex a bit earlier to avoid a panic thatnp2012-10-251-5/+5
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.np2012-06-301-12/+30
* - Updated TOE support in the kernel.np2012-06-191-285/+133
* MFp4 bz_ipv6_fast:bz2012-05-251-6/+10
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-091-11/+31
* Remove if_start from cxgb and cxgbe.np2012-02-071-13/+0
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-241-6/+2
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-2/+9
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-13/+13
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-31/+17
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-17/+31
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-31/+17
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-091-2/+10
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-121-16/+51
* Don't ring the tx doorbell for every frame when we know more framesnp2010-05-051-18/+30
* Increase response queue size to avoid starvation, add a counternp2010-04-021-0/+3
* Multiple fixes related to queue set sizing and resources:np2010-03-311-50/+51
* Fix signed/unsigned mix-up that allowed txq->in_use to grow beyond txq->size.np2010-03-311-7/+6
* Fix tx drop statistics.np2010-03-311-4/+3
* Fix build with "nooptions INET"np2010-03-311-2/+13
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.np2010-02-261-28/+19
* There is no need to test __FreeBSD_version for features that havenp2010-02-241-30/+6
* Accessing an mbuf after it has been handed off to the hardware is a badnp2010-02-241-22/+8
* Fix drbr and altq interaction:mlaier2010-02-131-1/+3
* Complain if freelist queue sizes are significantly less than desired.np2010-01-201-2/+6
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* There is no need to log anything for a ctrlq stall or restart. These arenp2009-09-091-10/+5
* Fix cxgb(4) panic with jumbo frames.np2009-07-091-2/+1
* mvec routines should have no knowledge of the SG engine.np2009-06-251-5/+7
* fix typo in conditionalkmacy2009-06-201-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-201-3/+4
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-191-555/+662
* r193336 moved ifq_detach to if_free which broke if_alloc followedsam2009-06-151-2/+2
* Add a missing error statistic, the number of FCS errors on receive.gnn2009-06-101-0/+1
* Integrate three changes from Chelsio.gnn2009-05-211-0/+5
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+1
* Update the Chelsio driver to the latest bits from Chelsiognn2009-03-101-4/+14
* don't manually track statisticskmacy2008-12-011-6/+0
* - enable multiple transmit queueskmacy2008-11-221-18/+35
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-10/+7
* Track number of packets transmitted and number of packets receivedkmacy2008-10-171-1/+6
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...kmacy2008-10-031-1/+13
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-231-5/+0
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-231-5/+19
OpenPOWER on IntegriCloud