summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_sge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* White space cleanups to bring closer to RELENG_7kmacy2008-09-161-1/+1
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-161-7/+7
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-091-6/+7
* Import ioctl updates for latest rev of cxgbtoolkmacy2008-09-021-1/+1
* Fix runt TSO packet issue.kmacy2008-08-131-20/+23
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-131-7/+114
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-121-47/+47
* import vendor fixes to cxgbkmacy2008-07-181-15/+47
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-201-3/+28
* Spell 'overwriting' correctly in a KASSERT() message.keramida2008-02-251-3/+4
* - update firmware to 5.0kmacy2008-02-231-76/+201
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+2
* fix DISABLE_MBUF_IOVEC case by initializing mbuf header completelykmacy2008-01-271-39/+11
* Re-enable pcpu caching by default make sysctl R/Wkmacy2008-01-191-1/+1
* - remove bogus_imm counterkmacy2008-01-171-4/+4
* remove superfluous debug printfskmacy2008-01-161-5/+1
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-161-3/+7
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-151-1/+1
* - Simplify mb_free_ext_fastkmacy2008-01-151-7/+28
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-151-85/+40
* style nitkmacy2008-01-131-1/+2
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-111-12/+33
* If we're not running with multiqueue enabled we need to wait to acquire thekmacy2008-01-101-14/+41
* Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-101-39/+124
* - make 9k clusters the default unless a tunable is setkmacy2008-01-101-118/+206
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-357/+678
* Use the vm include convention of busdmakmacy2007-12-161-1/+3
* Don't globally include mvec.h its only needed by cxgb_sge.ckmacy2007-12-161-0/+4
* Sanitize of a routine that is going awaykmacy2007-12-161-5/+5
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-151-3/+4
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECkmacy2007-09-091-29/+162
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-091-11/+10
* Fixes for 4 port and small packet optimizationkmacy2007-08-251-37/+32
* forward port signedness fixes from RELENG_6kmacy2007-08-171-8/+6
* White space cleanupskmacy2007-08-101-3/+0
* - 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-21/+82
* - Increase descriptors per call to startkmacy2007-07-171-6/+3
* MFp4 122896kmacy2007-07-101-39/+67
* - switch adapter and port lock over to using sx so that resourceskmacy2007-06-171-15/+24
* Fix build warningskmacy2007-06-151-0/+1
* - import new common code for the T304kmacy2007-06-131-43/+45
* When building cxgb as a module make include paths relative to the driver's root.kmacy2007-05-281-8/+6
OpenPOWER on IntegriCloud