summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* remove socketvar.h, add more selective includeskmacy2008-07-314-6/+15
* Unbreak the build by including sys/socketvar.hps2008-07-314-3/+7
* fix includes for post sockbuf re-factorkmacy2008-07-305-142/+12
* remove call to unsafe tcp_twstart functionkmacy2008-07-211-20/+1
* remove unneeded declarationskmacy2008-07-211-3/+0
* remove local version of tcp_offload_* functionskmacy2008-07-212-57/+0
* update syncache function nameskmacy2008-07-211-2/+2
* remove cxgb local definition of locked syncache_expandkmacy2008-07-212-15/+0
* remove cxgb local definitions of socket accessor functionskmacy2008-07-213-250/+18
* new vendor PHY supportkmacy2008-07-181-0/+225
* import vendor fixes to cxgbkmacy2008-07-1813-171/+715
* 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
OpenPOWER on IntegriCloud