summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-239-488/+96Star
|\
| * cxgb4: function namespace cleanup (v3)stephen hemminger2010-10-216-455/+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
| * drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-031-1/+1
| * cxgb4: update PCI idsDimitris Michailidis2010-08-241-10/+20
| * cxgb4: fix setting of the function number in transmit descriptorsDimitris Michailidis2010-08-241-1/+1
| * cxgb4: support eeprom read/write on functions other than 0Dimitris Michailidis2010-08-242-9/+32
| * cxgb4: handle Rx/Tx queue ranges not starting at 0Dimitris Michailidis2010-08-244-11/+35
* | 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: fix wrong shift directionDimitris Michailidis2010-08-031-1/+1
* cxgb4: support running the driver on PCI functions besides 0Dimitris Michailidis2010-08-033-72/+97
* 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-034-2/+29
* cxgb4: fix TSO descriptorsDimitris Michailidis2010-08-031-11/+11
* cxgb4: don't offload Rx checksums for IPv6 fragmentsDimitris Michailidis2010-08-032-3/+6
* cxgb4: disable an interrupt that is neither used nor servicedDimitris Michailidis2010-08-031-1/+1
* cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis2010-07-121-10/+13
* cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis2010-07-123-1/+65
* cxgb4: add user manipulation of the RSS tableDimitris Michailidis2010-07-122-16/+98
* 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
* cxgb4: Use kfree_skb for skb pointersDenis Kirjanov2010-07-081-1/+1
* 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
* cxgb4vf: Add new macros and definitions for hardware constantsCasey Leedom2010-06-292-0/+42
* cxgb4vf: update to latest T4 firmware API fileCasey Leedom2010-06-292-7/+22
* cxgb4vf: small changes to message processing structures/macrosCasey Leedom2010-06-293-5/+17
* cxgb4: minor cleanupDimitris Michailidis2010-06-192-3/+2Star
* cxgb4: update FW definitionsDimitris Michailidis2010-06-194-24/+73
* cxgb4: add a missing error interruptDimitris Michailidis2010-06-191-0/+1
* 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: set dev_id to the port numberDimitris Michailidis2010-06-191-0/+1
* cxgb4: implement EEHDimitris Michailidis2010-06-194-3/+124
* cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis2010-06-191-49/+60
* cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis2010-06-194-23/+61
* 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-192-28/+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-134-28/+20Star
* cxgb4: set skb->rxhashDimitris Michailidis2010-04-283-2/+21
* cxgb4: increase serial number lengthDimitris Michailidis2010-04-281-1/+1
* cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis2010-04-281-25/+39
* cxgb4: Make unnecessarily global functions staticRoland Dreier2010-04-223-13/+13