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