summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* - Integrate 1.133 vendor driver changeskmacy2008-03-189-56/+110
* Parameterize for module namekmacy2008-02-261-4/+4
* Remove unused fileskmacy2008-02-262-92/+0
* move remaining binaries in to blob headerskmacy2008-02-264-17/+1320
* Move firmware in to separate module that can be compiled statically in to the...kmacy2008-02-265-507/+6763
* Spell 'overwriting' correctly in a KASSERT() message.keramida2008-02-251-3/+4
* Fix namespace collision with sparc macrokmacy2008-02-242-6/+6
* remove call to kdb_backtrace()kmacy2008-02-231-1/+0
* Fix tinderbox by removing call to kdb_backtracekmacy2008-02-231-1/+0
* - update firmware to 5.0kmacy2008-02-2344-4071/+5911
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-012-2/+4
* Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop ...kmacy2008-01-271-1/+4
* 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-192-2/+2
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-14/+0
* Fix lock ordering panic by not calling ether_ioctl with port lock heldkmacy2008-01-161-2/+2
* remove superfluous debug printfskmacy2008-01-162-8/+1
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-163-29/+45
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-152-2/+2
* - Simplify mb_free_ext_fastkmacy2008-01-155-40/+91
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-156-249/+191
* remove superfluous locking from dequeuekmacy2008-01-151-2/+0
* - Assert that immpkt is not setkmacy2008-01-141-2/+4
* - Add more extensive sanity checkskmacy2008-01-141-15/+22
* Make back pressure visible more quickly, particularly now that we maintain a ...kmacy2008-01-141-1/+1
* Add extensive sanity checking to buf_ringkmacy2008-01-141-7/+50
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-133-208/+94
* Add buf_ring_full utility function, make sure dequeue/enqueue see the latestkmacy2008-01-131-2/+10
* remove unused codekmacy2008-01-131-1/+0
* style nitkmacy2008-01-131-1/+2
* MFp4 multiple queue supportkmacy2008-01-121-0/+698
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-113-15/+38
* 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-102-47/+130
* should always free when refcount is 1kmacy2008-01-101-1/+3
* - make 9k clusters the default unless a tunable is setkmacy2008-01-104-125/+224
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-311-6/+10
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.kmacy2007-12-181-0/+2
* only include intr_machdep.h when it is needed for intr_bindkmacy2007-12-171-0/+2
* disable update in place on transmitkmacy2007-12-171-4/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-1720-593/+3298
* Include cdefs.h and param.h for architectures with less header pollutionkmacy2007-12-161-0/+2
* Use the vm include convention of busdmakmacy2007-12-162-2/+6
* need M_IOVEC definekmacy2007-12-161-0/+5
OpenPOWER on IntegriCloud