summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2011-02-091-1/+0Star
* cxgb4: fix reported state of interfaces without linkDimitris Michailidis2011-01-211-1/+2
* cxgb4: remove a bitmapDimitris Michailidis2010-12-161-2/+1Star
* cxgb4: remove the name field from the adapter structureDimitris Michailidis2010-12-161-22/+15Star
* cxgb4: correct formatting of MSI-X interrupt namesDimitris Michailidis2010-12-161-14/+7Star
* cxgb4: print port information after registering each netdevDimitris Michailidis2010-12-161-32/+22Star
* cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 portsDimitris Michailidis2010-12-161-2/+7
* cxgb4: set the number of queues before device registrationDimitris Michailidis2010-12-161-5/+5
* cxgb4: enable PCIe relaxed orderingDimitris Michailidis2010-12-161-0/+14
* drivers/net: use vzalloc()Eric Dumazet2010-11-281-4/+2Star
* cxgb4: remove call to stop TX queues at load time.Divy Le Ray2010-11-011-1/+0Star
* cxgb4: update to utilize the newer VLAN infrastructureDimitris Michailidis2010-10-251-12/+19
* cxgb4: fix crash due to manipulating queues before registrationDimitris Michailidis2010-10-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-90/+77Star
|\
| * cxgb4: function namespace cleanup (v3)stephen hemminger2010-10-211-65/+3Star
| * cxgb4: remove a bogus PCI function number checkDimitris Michailidis2010-10-041-1/+1
| * cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-281-1/+4
| * cxgb4: update PCI idsDimitris Michailidis2010-08-241-10/+20
| * cxgb4: support eeprom read/write on functions other than 0Dimitris Michailidis2010-08-241-9/+31
| * cxgb4: handle Rx/Tx queue ranges not starting at 0Dimitris Michailidis2010-08-241-5/+19
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* cxgb4: update driver versionDimitris Michailidis2010-08-031-1/+1
* cxgb4: add new PCI IDsDimitris Michailidis2010-08-031-0/+10
* cxgb4: support running the driver on PCI functions besides 0Dimitris Michailidis2010-08-031-56/+72
* cxgb4: advertise NETIF_F_TSO_ECNDimitris Michailidis2010-08-031-4/+6
* cxgb4: get on-chip queue info from FW and create a memory window for themDimitris Michailidis2010-08-031-2/+22
* cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis2010-07-121-10/+13
* cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis2010-07-121-1/+53
* cxgb4: add user manipulation of the RSS tableDimitris Michailidis2010-07-121-16/+97
* cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis2010-07-121-17/+25
* cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis2010-07-121-6/+7
* cxgb4: fix for new ndo_get_stats64 signatureDimitris Michailidis2010-07-081-2/+2
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-8/+1Star
* cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardwar...Casey Leedom2010-06-291-0/+106
* cxgb4: minor cleanupDimitris Michailidis2010-06-191-2/+2
* cxgb4: update FW definitionsDimitris Michailidis2010-06-191-13/+42
* cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis2010-06-191-3/+4
* cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis2010-06-191-3/+3
* cxgb4: implement EEHDimitris Michailidis2010-06-191-1/+107
* cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis2010-06-191-49/+60
* cxgb4: notify upper drivers if the device is already up when they loadDimitris Michailidis2010-05-191-0/+3
* cxgb4: keep interrupts available when the ports are brought downDimitris Michailidis2010-05-191-27/+22Star
* cxgb4: fix initial addition of MAC addressDimitris Michailidis2010-05-191-1/+1
* cxgb4: report GRO stats with ethtool -SDimitris Michailidis2010-05-131-0/+6
* cxgb4: report the PCIe link speedDimitris Michailidis2010-05-131-2/+8
* cxgb4: configure HW VLAN extraction through FWDimitris Michailidis2010-05-131-4/+5
* cxgb4: set skb->rxhashDimitris Michailidis2010-04-281-1/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-071-4/+4
* cxgb4: Add main driver file and driver MakefileDimitris Michailidis2010-04-021-0/+3388