summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Update firmware version checkkmacy2008-11-125-17/+28
* For now our LRO code (tcp_lro.c) only supports IPv4 properly thusbz2008-11-061-0/+3
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+4
* Track number of packets transmitted and number of packets receivedkmacy2008-10-171-1/+6
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...kmacy2008-10-031-1/+13
* 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
* Make sure that optical PHYs work ...kmacy2008-09-301-0/+6
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* fix insta-panic:kmacy2008-09-252-0/+9
* - Remove default NIC dependency on ulp headerskmacy2008-09-2411-4/+9
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-2344-352/+102
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-238-6/+70
* - Fix flag checkkmacy2008-09-231-3/+7
* - Track number of times that the transmit queue overflowedkmacy2008-09-231-4/+3
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-193-1/+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
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7kmacy2008-09-168-16/+6
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-167-49/+13
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-093-28/+7
* New file missed vimagification.julian2008-09-031-1/+2
* Indicate at probe time if device can do offload and which revision it iskmacy2008-09-021-1/+4
* Import ioctl updates for latest rev of cxgbtoolkmacy2008-09-023-244/+247
* 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
* Fix runt TSO packet issue.kmacy2008-08-131-20/+23
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-133-14/+139
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-124-477/+76
* Vendor fix for PHY problem.kmacy2008-08-117-89/+787
* 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
OpenPOWER on IntegriCloud