summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* conditionally define PANIC_IF, remove 'unlikely'kmacy2008-05-051-4/+3
* LINT fixeskmacy2008-05-052-4/+4
* import support for iwarp on Chelsio T3 cardkmacy2008-05-0517-0/+9155
* MFSVN:kmacy2008-05-059-69/+99
* remove kdb_backtrace() callkmacy2008-04-191-1/+0
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-1915-1698/+2446
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-2/+2
* reduce the size of the jumbo ring on i386 and disable pcpu cluster cachingkmacy2008-03-312-0/+10
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-16/+16
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...kmacy2008-03-241-4/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-232-73/+73
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-202-8/+32
* fix link management bug and conditionally allow the PHY to be kept on at all ...kmacy2008-03-191-2/+8
* - 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
OpenPOWER on IntegriCloud