aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4
Commit message (Expand)AuthorAge
* cxgb4: update driver versionDimitris Michailidis2010-08-02
* cxgb4: add new PCI IDsDimitris Michailidis2010-08-02
* cxgb4: fix wrong shift directionDimitris 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: fix TSO descriptorsDimitris Michailidis2010-08-02
* cxgb4: don't offload Rx checksums for IPv6 fragmentsDimitris Michailidis2010-08-02
* cxgb4: disable an interrupt that is neither used nor servicedDimitris 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
* cxgb4: Use kfree_skb for skb pointersDenis Kirjanov2010-07-07
* 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
* cxgb4vf: Add new macros and definitions for hardware constantsCasey Leedom2010-06-29
* cxgb4vf: update to latest T4 firmware API fileCasey Leedom2010-06-29
* cxgb4vf: small changes to message processing structures/macrosCasey Leedom2010-06-29
* cxgb4: minor cleanupDimitris Michailidis2010-06-19
* cxgb4: update FW definitionsDimitris Michailidis2010-06-19
* cxgb4: add a missing error interruptDimitris 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: set dev_id to the port numberDimitris Michailidis2010-06-19
* cxgb4: implement EEHDimitris Michailidis2010-06-19
* cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis2010-06-19
* cxgb4: dynamically determine flash size and FW image locationDimitris 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
* cxgb4: increase serial number lengthDimitris Michailidis2010-04-27
* cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis2010-04-27
* cxgb4: Make unnecessarily global functions staticRoland Dreier2010-04-22
* cxgb4: Use ntohs() on __be16 value instead of htons()Roland Dreier2010-04-22
* 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
* cxgb4: Add remaining driver headers and L2T managementDimitris Michailidis2010-04-01
* cxgb4: Add packet queues and packet DMA codeDimitris Michailidis2010-04-01
* cxgb4: Add HW and FW support codeDimitris Michailidis2010-04-01
* cxgb4: Add register, message, and FW definitionsDimitris Michailidis2010-04-01