summaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/cxgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC the following:Kip Macy2008-07-281-23/+51
* MFC of 1.133 import and fixes:Kip Macy2008-04-181-298/+391
* Don't pollute the mbuf helper routine namespaceKip Macy2008-02-051-2/+2
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixesKip Macy2007-09-111-4/+0
* pull in changes made to RELENG_6 version in the process of doing the MFCKip Macy2007-09-101-19/+21
* - Remove filter supportKip Macy2007-09-091-298/+0
* - fix qset to port binding as a proper fix for the problems encountered on t...Kip Macy2007-09-091-23/+40
* Fixes for 4 port and small packet optimizationKip Macy2007-08-251-29/+80
* forward port signedness fixes from RELENG_6Kip Macy2007-08-171-3/+6
* White space cleanupsKip Macy2007-08-101-6/+6
* - In all structures other than port info port is a pointer to a port info,Kip Macy2007-08-101-12/+11
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-171-31/+554
* - Increase descriptors per call to startKip Macy2007-07-171-5/+5
* MFp4 122896Kip Macy2007-07-101-2/+6
* - switch adapter and port lock over to using sx so that resourcesKip Macy2007-06-171-62/+87
* Fix build warningsKip Macy2007-06-151-2/+4
* - import new common code for the T304Kip Macy2007-06-131-104/+177
* remove pointless recursive acquisition of port lock in cxgb_init_lockedKip Macy2007-06-021-2/+0
* Fix case of setting OACTIVE erroneouslyKip Macy2007-05-291-1/+2
* Fix interrupt setup for the non-MSI-X caseKip Macy2007-05-291-4/+3
* When building cxgb as a module make include paths relative to the driver's root.Kip Macy2007-05-281-16/+10
* Don't bind queue to cpus if only one queue is in useKip Macy2007-05-271-1/+3
* set IFF_OACTIVE to avoid hangs when the tx ring fills upKip Macy2007-05-271-0/+5
* (MFp4)Kip Macy2007-05-251-149/+461
* Default to using a single queue as this is currently the only way to achieveKip Macy2007-04-261-1/+6
* Add sysctl for disabling/enabling mbuf chain collapsingKip Macy2007-04-151-2/+3
* Add support for mbuf iovec in the TX pathKip Macy2007-04-141-4/+38
* Add ETHER_HDR_LEN to hardware accepted mtuKip Macy2007-04-121-3/+3
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...Kip Macy2007-03-241-1/+1
* - Increase coalesce_nsecsKip Macy2007-03-231-10/+12
* Check PCI-e link width to avoid foot shooting with 4x linksKip Macy2007-03-231-1/+17
* move call to t3_prep_adapter earlier in attach before msi-x setup occursKip Macy2007-03-211-5/+6
* allocate 9 messages in all casesKip Macy2007-03-211-1/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portKip Macy2007-03-211-32/+56
* Synchronize with version 1.0.071 of Chelsio's common codeKip Macy2007-03-201-17/+59
* cxgb_stop is only called from cxgb_ioctl so:Kip Macy2007-03-201-6/+7
* play it safe for now and go back to kicking off tx cleaning from the tx pathKip Macy2007-03-141-2/+10
* move taskqueue_enqueue of tx clean operation out of the start pathKip Macy2007-03-141-8/+2
* First of several commits for driver support for the Chelsio T3B 10 GigabitKip Macy2007-03-141-0/+1792