summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* Bug fix to support N310 version of Chelsio cards (board ID 1088).gnn2008-12-061-3/+6
* Re submit code to print the part and serial number for Chelsio cards.gnn2008-12-051-0/+7
* Update internal mac stats every time the tick task is calledkmacy2008-12-011-25/+16
* Proper fix for tracking ifnet statisticskmacy2008-12-011-0/+52
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-231-1/+2
* intr_machdep.h breaks build on some arches and is not neededkmacy2008-11-231-4/+0
* - enable multiple transmit queueskmacy2008-11-221-36/+20
* Several small additions to the Chelsio 10G driver.gnn2008-11-211-3/+19
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+4
* Make sure that optical PHYs work ...kmacy2008-09-301-0/+6
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-231-4/+0
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-231-0/+10
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-161-2/+2
* White space cleanups to bring closer to RELENG_7kmacy2008-09-161-3/+1
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-161-33/+5
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-091-17/+0
* 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-021-126/+182
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-131-7/+18
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-121-2/+26
* Vendor fix for PHY problem.kmacy2008-08-111-0/+27
* import vendor fixes to cxgbkmacy2008-07-181-16/+46
* MFSVN:kmacy2008-05-051-1/+8
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-191-12/+4
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-201-5/+4
* 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-181-16/+45
* move remaining binaries in to blob headerskmacy2008-02-261-17/+8
* Move firmware in to separate module that can be compiled statically in to the...kmacy2008-02-261-11/+16
* - update firmware to 5.0kmacy2008-02-231-90/+226
* Fix lock ordering panic by not calling ether_ioctl with port lock heldkmacy2008-01-161-2/+2
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-151-73/+0
* Make back pressure visible more quickly, particularly now that we maintain a ...kmacy2008-01-141-1/+1
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-131-107/+1
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-111-2/+3
* - make 9k clusters the default unless a tunable is setkmacy2008-01-101-5/+10
* only include intr_machdep.h when it is needed for intr_bindkmacy2007-12-171-0/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-110/+191
* Use the vm include convention of busdmakmacy2007-12-161-1/+3
* need M_IOVEC definekmacy2007-12-161-0/+5
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-151-4/+5
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixeskmacy2007-09-111-4/+0
* pull in changes made to RELENG_6 version in the process of doing the MFCkmacy2007-09-101-19/+21
* - Remove filter supportkmacy2007-09-091-298/+0
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-091-23/+40
* Fixes for 4 port and small packet optimizationkmacy2007-08-251-29/+80
* forward port signedness fixes from RELENG_6kmacy2007-08-171-3/+6
* White space cleanupskmacy2007-08-101-6/+6
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-101-12/+11
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-171-31/+554
OpenPOWER on IntegriCloud