summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+2
* simplify by removing dead codekmacy2009-04-271-49/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-1/+1
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+1
* Minor updates to the Chelsio driver, including removing an LOR.gnn2009-03-232-10/+15
* Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
* Prefer ENETDOWN to ENXIO when returning queuing errors due to a linkrwatson2009-03-101-5/+5
* Update the Chelsio driver to the latest bits from Chelsiognn2009-03-1014-6854/+9869
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* 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
OpenPOWER on IntegriCloud