summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-161-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-2/+2
* Attach interrupt handlers during attach instead of during the first timejhb2012-08-301-5/+5
* cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.np2012-06-301-21/+43
* - Updated TOE support in the kernel.np2012-06-191-155/+297
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-091-3/+3
* Allocate the BAR for userspace doorbells after the is_offload checknp2012-02-081-9/+11
* Remove if_start from cxgb and cxgbe.np2012-02-071-15/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* 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
OpenPOWER on IntegriCloud