summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Check in the actual module recognition code for the Chelsiognn2008-12-182-36/+175
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-3/+0
* This main goals of this project are:qingli2008-12-152-27/+23
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-062-3/+12
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Fix a bug with the ael1006 PHY. The bug shows up as persistent but incompletegnn2008-12-041-0/+10
* Rather than using hidden includes (with cicular dependencies),bz2008-12-022-0/+6
* Bug fix from Chelsio which addresses the issue of the device resettinggnn2008-12-021-25/+2
* - fix bug where dnsperf would stop transmitting after a few secondskmacy2008-12-021-57/+32
* The pkthdr field is flowid not rss_hashkmacy2008-12-021-1/+1
* - fix multiqueue conditionalkmacy2008-12-021-2/+2
* integrate use after free fixes from private branchkmacy2008-12-021-54/+44
* null out m_next when marshalling a packetkmacy2008-12-011-1/+3
* Update internal mac stats every time the tick task is calledkmacy2008-12-011-25/+16
* don't manually track statisticskmacy2008-12-011-6/+0
* Proper fix for tracking ifnet statisticskmacy2008-12-011-0/+52
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-233-2/+29
* work around periodic leak on queue overrun by enabling coalescing of packets ...kmacy2008-11-231-1/+1
* intr_machdep.h breaks build on some arches and is not neededkmacy2008-11-231-4/+0
* - enable multiple transmit queueskmacy2008-11-225-246/+109
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-226-225/+38
* Several small additions to the Chelsio 10G driver.gnn2008-11-214-5/+38
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* 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
OpenPOWER on IntegriCloud