summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to release the adapter lock for a no-op.np2010-01-231-0/+2
* Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6np2010-01-201-138/+139
* Don't disable the XGMAC's tx on ifconfig down. It is unnecessarynp2009-11-131-3/+3
* sc->rev and is_offload(sc) will always be 0 during probe. Wait tillnp2009-11-131-6/+3
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-4/+0
* cxgb(4) updates, including:np2009-10-051-10/+35
* Fill the reverse RSS map with 0xff's so that the subsequent loop tojhb2009-09-041-0/+3
* Various ifmedia related fixes in cxgb(4), including:np2009-06-241-109/+118
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.np2009-06-221-7/+3
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-191-317/+364
* Re-add the send queue tunable for people who do not use buffering.gnn2009-06-111-1/+10
* Rework interrupt bringup and teardown.gnn2009-05-271-135/+128
* Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOTgnn2009-05-221-4/+0
* Fix a possible panic cxgb_controller_attach() routine that would occurgnn2009-05-221-6/+12
* Integrate three changes from Chelsio.gnn2009-05-211-95/+28
* Modified the attach and detach routines to handle bringing ports upgnn2009-05-211-85/+146
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-2/+2
* Minor updates to the Chelsio driver, including removing an LOR.gnn2009-03-231-10/+12
* Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
* Update the Chelsio driver to the latest bits from Chelsiognn2009-03-101-25/+177
* Check in the actual module recognition code for the Chelsiognn2008-12-181-4/+73
* 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
OpenPOWER on IntegriCloud