aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-3806/+0
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-5/+6
2011-04-17net: cxgb4{,vf}: convert to hw_featuresMichał Mirosław1-55/+17
2011-04-08cxgb4: drop phys_id interface and implement the newer set_phys_idDimitris Michailidis1-6/+11
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-01-20cxgb4: fix reported state of interfaces without linkDimitris Michailidis1-1/+2
2010-12-16cxgb4: remove a bitmapDimitris Michailidis1-2/+1
2010-12-16cxgb4: remove the name field from the adapter structureDimitris Michailidis1-22/+15
2010-12-16cxgb4: correct formatting of MSI-X interrupt namesDimitris Michailidis1-14/+7
2010-12-16cxgb4: print port information after registering each netdevDimitris Michailidis1-32/+22
2010-12-16cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 portsDimitris Michailidis1-2/+7
2010-12-16cxgb4: set the number of queues before device registrationDimitris Michailidis1-5/+5
2010-12-16cxgb4: enable PCIe relaxed orderingDimitris Michailidis1-0/+14
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-01cxgb4: remove call to stop TX queues at load time.Divy Le Ray1-1/+0
2010-10-24cxgb4: update to utilize the newer VLAN infrastructureDimitris Michailidis1-12/+19
2010-10-24cxgb4: fix crash due to manipulating queues before registrationDimitris Michailidis1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-90/+77
2010-10-21cxgb4: function namespace cleanup (v3)stephen hemminger1-65/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-03cxgb4: remove a bogus PCI function number checkDimitris Michailidis1-1/+1
2010-09-27cxgb4: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-08-23cxgb4: update PCI idsDimitris Michailidis1-10/+20
2010-08-23cxgb4: support eeprom read/write on functions other than 0Dimitris Michailidis1-9/+31
2010-08-23cxgb4: handle Rx/Tx queue ranges not starting at 0Dimitris Michailidis1-5/+19
2010-08-02cxgb4: update driver versionDimitris Michailidis1-1/+1
2010-08-02cxgb4: add new PCI IDsDimitris Michailidis1-0/+10
2010-08-02cxgb4: support running the driver on PCI functions besides 0Dimitris Michailidis1-56/+72
2010-08-02cxgb4: advertise NETIF_F_TSO_ECNDimitris Michailidis1-4/+6
2010-08-02cxgb4: get on-chip queue info from FW and create a memory window for themDimitris Michailidis1-2/+22
2010-07-11cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis1-10/+13
2010-07-11cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis1-1/+53
2010-07-11cxgb4: add user manipulation of the RSS tableDimitris Michailidis1-16/+97
2010-07-11cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis1-17/+25
2010-07-11cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis1-6/+7
2010-07-07cxgb4: fix for new ndo_get_stats64 signatureDimitris Michailidis1-2/+2
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-8/+1
2010-06-28cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardware resourcesCasey Leedom1-0/+106
2010-06-18cxgb4: minor cleanupDimitris Michailidis1-2/+2
2010-06-18cxgb4: update FW definitionsDimitris Michailidis1-13/+42
2010-06-18cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis1-3/+4
2010-06-18cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis1-3/+3
2010-06-18cxgb4: implement EEHDimitris Michailidis1-1/+107
2010-06-18cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis1-49/+60
2010-05-18cxgb4: notify upper drivers if the device is already up when they loadDimitris Michailidis1-0/+3
2010-05-18cxgb4: keep interrupts available when the ports are brought downDimitris Michailidis1-27/+22
2010-05-18cxgb4: fix initial addition of MAC addressDimitris Michailidis1-1/+1
2010-05-12cxgb4: report GRO stats with ethtool -SDimitris Michailidis1-0/+6