aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAge
* cxgb4: remove call to stop TX queues at load time.Divy Le Ray2010-11-01
* cxgb4: update to utilize the newer VLAN infrastructureDimitris Michailidis2010-10-24
* cxgb4: fix crash due to manipulating queues before registrationDimitris Michailidis2010-10-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23
|\
| * cxgb4: function namespace cleanup (v3)stephen hemminger2010-10-21
| * cxgb4: remove a bogus PCI function number checkDimitris Michailidis2010-10-04
| * cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-28
| * cxgb4: update PCI idsDimitris Michailidis2010-08-23
| * cxgb4: support eeprom read/write on functions other than 0Dimitris Michailidis2010-08-23
| * cxgb4: handle Rx/Tx queue ranges not starting at 0Dimitris Michailidis2010-08-23
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
|/
* cxgb4: update driver versionDimitris Michailidis2010-08-02
* cxgb4: add new PCI IDsDimitris Michailidis2010-08-02
* cxgb4: support running the driver on PCI functions besides 0Dimitris Michailidis2010-08-02
* cxgb4: advertise NETIF_F_TSO_ECNDimitris Michailidis2010-08-02
* cxgb4: get on-chip queue info from FW and create a memory window for themDimitris Michailidis2010-08-02
* cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis2010-07-11
* cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis2010-07-11
* cxgb4: add user manipulation of the RSS tableDimitris Michailidis2010-07-11
* cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis2010-07-11
* cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis2010-07-11
* cxgb4: fix for new ndo_get_stats64 signatureDimitris Michailidis2010-07-08
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-30
* cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardwar...Casey Leedom2010-06-29
* cxgb4: minor cleanupDimitris Michailidis2010-06-19
* cxgb4: update FW definitionsDimitris Michailidis2010-06-19
* cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis2010-06-19
* cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis2010-06-19
* cxgb4: implement EEHDimitris Michailidis2010-06-19
* cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis2010-06-19
* cxgb4: notify upper drivers if the device is already up when they loadDimitris Michailidis2010-05-18
* cxgb4: keep interrupts available when the ports are brought downDimitris Michailidis2010-05-18
* cxgb4: fix initial addition of MAC addressDimitris Michailidis2010-05-18
* cxgb4: report GRO stats with ethtool -SDimitris Michailidis2010-05-13
* cxgb4: report the PCIe link speedDimitris Michailidis2010-05-13
* cxgb4: configure HW VLAN extraction through FWDimitris Michailidis2010-05-13
* cxgb4: set skb->rxhashDimitris Michailidis2010-04-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-07
* cxgb4: Add main driver file and driver MakefileDimitris Michailidis2010-04-01