summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_adapter.h
Commit message (Expand)AuthorAgeFilesLines
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.np2012-06-301-11/+1
* - Updated TOE support in the kernel.np2012-06-191-14/+24
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* Remove if_start from cxgb and cxgbe.np2012-02-071-1/+0
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-241-1/+1
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:np2010-07-091-4/+3
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-091-2/+0
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-121-0/+2
* Don't ring the tx doorbell for every frame when we know more framesnp2010-05-051-0/+2
* Increase response queue size to avoid starvation, add a counternp2010-04-021-1/+2
* Multiple fixes related to queue set sizing and resources:np2010-03-311-0/+2
* Fix tx drop statistics.np2010-03-311-1/+0
* There is no need to test __FreeBSD_version for features that havenp2010-02-241-8/+1
* Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6np2010-01-201-1/+0
* cxgb(4) updates, including:np2009-10-051-3/+1
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access torwatson2009-06-261-3/+2
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-191-81/+38
* Integrate three changes from Chelsio.gnn2009-05-211-4/+10
* Update the Chelsio driver to the latest bits from Chelsiognn2009-03-101-3/+7
* - enable multiple transmit queueskmacy2008-11-221-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-1/+2
* - Remove default NIC dependency on ulp headerskmacy2008-09-241-1/+0
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-231-8/+0
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-231-1/+8
* White space cleanups to bring closer to RELENG_7kmacy2008-09-161-2/+0
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-161-5/+1
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-091-5/+0
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-131-0/+7
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-121-31/+3
* Vendor fix for PHY problem.kmacy2008-08-111-0/+1
* import vendor fixes to cxgbkmacy2008-07-181-1/+1
* reduce the size of the jumbo ring on i386 and disable pcpu cluster cachingkmacy2008-03-311-0/+5
* - update firmware to 5.0kmacy2008-02-231-3/+24
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* - Simplify mb_free_ext_fastkmacy2008-01-151-2/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-151-4/+11
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-131-4/+0
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-111-1/+2
* Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-101-8/+6
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-18/+67
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-151-5/+7
* pull in changes made to RELENG_6 version in the process of doing the MFCkmacy2007-09-101-3/+0
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECkmacy2007-09-091-1/+6
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-091-1/+2
* Fixes for 4 port and small packet optimizationkmacy2007-08-251-3/+6
* forward port signedness fixes from RELENG_6kmacy2007-08-171-1/+1
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-101-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-171-1/+8
* MFp4 122896kmacy2007-07-101-1/+5
OpenPOWER on IntegriCloud