aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/cxgb_sge.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate three changes from Chelsio.George V. Neville-Neil2009-05-211-0/+5
* Import "flowid" support for serializing flows across transmit queuesKip Macy2009-04-101-0/+1
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-101-4/+14
* don't manually track statisticsKip Macy2008-12-011-6/+0
* - enable multiple transmit queuesKip Macy2008-11-221-18/+35
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-10/+7
* Track number of packets transmitted and number of packets receivedKip Macy2008-10-171-1/+6
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...Kip Macy2008-10-031-1/+13
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-5/+0
* Allow cxgb to be unified across versions by making newer features conditionalKip Macy2008-09-231-5/+19
* White space cleanups to bring closer to RELENG_7Kip Macy2008-09-161-1/+1
* Remove some dead code along with gratuitous differences between HEAD and 7Kip Macy2008-09-161-7/+7
* Fix issue with recovering from transient jumbo mbuf shortage.Kip Macy2008-09-091-6/+7
* Import ioctl updates for latest rev of cxgbtoolKip Macy2008-09-021-1/+1
* Fix runt TSO packet issue.Kip Macy2008-08-131-19/+22
* Add LRO and MAC statistics to exported sysctls.Kip Macy2008-08-131-7/+114
* Remove cxgb private lro implementation and switch to using system implementat...Kip Macy2008-08-121-46/+46
* import vendor fixes to cxgbKip Macy2008-07-181-15/+47
* pay attention to default cluster limits when sizing receive queuesKip Macy2008-03-201-3/+28
* Spell 'overwriting' correctly in a KASSERT() message.Giorgos Keramidas2008-02-251-3/+4
* - update firmware to 5.0Kip Macy2008-02-231-76/+201
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+2
* fix DISABLE_MBUF_IOVEC case by initializing mbuf header completelyKip Macy2008-01-271-39/+11
* Re-enable pcpu caching by default make sysctl R/WKip Macy2008-01-191-1/+1
* - remove bogus_imm counterKip Macy2008-01-171-4/+4
* remove superfluous debug printfsKip Macy2008-01-161-5/+1
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...Kip Macy2008-01-161-3/+7
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) toJohn Baldwin2008-01-151-1/+1
* - Simplify mb_free_ext_fastKip Macy2008-01-151-7/+28
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerKip Macy2008-01-151-85/+40
* style nitKip Macy2008-01-131-1/+2
* Be more aggressive about tx cleaning - when multiples streams were running th...Kip Macy2008-01-111-12/+33
* If we're not running with multiqueue enabled we need to wait to acquire theKip Macy2008-01-101-14/+41
* Add support for selectively dumping the state of the hardware response queue.Kip Macy2008-01-101-39/+124
* - make 9k clusters the default unless a tunable is setKip Macy2008-01-101-118/+206
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-171-357/+678
* Use the vm include convention of busdmaKip Macy2007-12-161-1/+3
* Don't globally include mvec.h its only needed by cxgb_sge.cKip Macy2007-12-161-0/+4
* Sanitize of a routine that is going awayKip Macy2007-12-161-5/+5
* Import updated support code for the TOM (tcp offload module).Kip Macy2007-12-151-3/+4
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECKip Macy2007-09-091-29/+162
* - fix qset to port binding as a proper fix for the problems encountered on t...Kip Macy2007-09-091-11/+10
* Fixes for 4 port and small packet optimizationKip Macy2007-08-251-37/+32
* forward port signedness fixes from RELENG_6Kip Macy2007-08-171-8/+6
* White space cleanupsKip Macy2007-08-101-3/+0
* - In all structures other than port info port is a pointer to a port info,Kip Macy2007-08-101-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-171-21/+82
* - Increase descriptors per call to startKip Macy2007-07-171-6/+3
* MFp4 122896Kip Macy2007-07-101-39/+67
* - switch adapter and port lock over to using sx so that resourcesKip Macy2007-06-171-15/+24