summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-241-5/+6
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-5/+5
* wakeup is required if the adapter lock is released anywhere duringnp2010-08-151-2/+5
* - Change the warning about PCI-e links narrower than x8 to only apply tojhb2010-07-261-13/+11
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:np2010-07-091-23/+39
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-091-51/+2
* Fix bufsize calculation so that cxgbtool can display information for thenp2010-07-091-1/+0
* make format string a string literal.np2010-06-121-1/+1
* cxgb(4): add an 'nfilters' tunable that lets the user place an uppernp2010-06-071-4/+11
* Remove invalid assertion.np2010-05-201-1/+0
* Do not hold the T3 firmware in memory all the time. firmware(9) cannp2010-05-051-2/+0
* Add support for hardware filters to cxgb(4). The T3 chip can inspectnp2010-05-051-0/+273
* Add IFCAP_LINKSTATE to cxgb's capabilities.np2010-05-041-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Increase response queue size to avoid starvation, add a counternp2010-04-021-15/+23
* Multiple fixes related to queue set sizing and resources:np2010-03-311-2/+2
* Fix tx drop statistics.np2010-03-311-23/+10
* Do not attempt to retrieve interrupt information before it is available.np2010-03-311-1/+3
* Refresh the firmware version immediately after it is upgraded (or downgraded).np2010-03-311-4/+12
* Better TwinAx transceiver detection.np2010-03-091-1/+1
* Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.np2010-02-261-20/+29
* There is no need to test __FreeBSD_version for features that havenp2010-02-241-80/+21
* 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
OpenPOWER on IntegriCloud