summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_sge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tuning for small packet handlingkmacy2007-05-271-6/+3
* set IFF_OACTIVE to avoid hangs when the tx ring fills upkmacy2007-05-271-0/+5
* (MFp4)kmacy2007-05-251-326/+691
* Disable mbuf chain collapsing - it is currently causing an mbuf leakkmacy2007-04-261-1/+1
* Free cluster if we fail to create the dmamap.kmacy2007-04-201-3/+1
* Add sysctl for disabling/enabling mbuf chain collapsingkmacy2007-04-151-9/+5
* Add support for mbuf iovec in the TX pathkmacy2007-04-141-36/+49
* restore sense to get_imm_packetkmacy2007-04-121-6/+4
* switch over to per-txq dma tag to facilitate parallelism on TXkmacy2007-04-121-12/+12
* explicitly check TSO flagkmacy2007-04-121-12/+8
* Convert driver RX path over to using mbuf ioveckmacy2007-04-081-49/+47
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-041-60/+106
* - Increase coalesce_nsecskmacy2007-03-231-7/+19
* make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-211-26/+27
* move inline function above use so that -O workskmacy2007-03-171-20/+18
* remove unused code for recycling descriptorskmacy2007-03-141-87/+8
* First of several commits for driver support for the Chelsio T3B 10 Gigabitkmacy2007-03-141-0/+2323
OpenPOWER on IntegriCloud