summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/ulp
Commit message (Expand)AuthorAgeFilesLines
* This main goals of this project are:qingli2008-12-152-27/+23
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+6
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-12/+13
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* Update firmware version checkkmacy2008-11-123-14/+19
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-022-2/+13
* update callers of vm_fault_hold_user_pageskmacy2008-09-302-11/+15
* Refactor vm_fault_hold_user_pages:kmacy2008-09-302-65/+56
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* - Remove default NIC dependency on ulp headerskmacy2008-09-248-1/+8
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-2323-239/+98
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-233-0/+19
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-192-0/+30
* Fix two panics:kmacy2008-09-181-3/+4
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-2/+2
* White space cleanups to bring closer to RELENG_7kmacy2008-09-161-1/+2
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-164-4/+0
* New file missed vimagification.julian2008-09-031-1/+2
* Don't check if an interface can do tcp offload if there are no offload device...kmacy2008-09-011-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-6/+7
* 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
* import vendor fixes to cxgbkmacy2008-07-181-1/+9
* LINT fixeskmacy2008-05-052-4/+4
* import support for iwarp on Chelsio T3 cardkmacy2008-05-0517-0/+9155
* MFSVN:kmacy2008-05-055-63/+87
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-1912-606/+3088
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-2/+2
* 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
* - Integrate 1.133 vendor driver changeskmacy2008-03-184-32/+57
* Fix namespace collision with sparc macrokmacy2008-02-241-5/+5
* remove call to kdb_backtrace()kmacy2008-02-231-1/+0
* - update firmware to 5.0kmacy2008-02-2315-2702/+2898
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+2
* Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop ...kmacy2008-01-271-1/+4
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.kmacy2007-12-181-0/+2
* disable update in place on transmitkmacy2007-12-171-4/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-177-40/+2170
* Add driver for TCP offloadkmacy2007-12-169-0/+5422
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-153-172/+470
* add toe device header missed by previous commitkmacy2007-05-251-0/+172
OpenPOWER on IntegriCloud