aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck1-0/+1
2011-05-07ixgbe: add ethtool counters for OS2BMCEmil Tantilov1-0/+4
2011-05-07ixgbe: add rxhash supportEmil Tantilov1-1/+6
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov1-5/+2
2011-05-04ixgbe: fix sparse warningEmil Tantilov1-46/+62
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-27ixgbe: convert to ethtool set_phys_idEmil Tantilov1-12/+17
2011-04-27ixgbe: fix X540 ethtool loopback test.Don Skidmore1-0/+7
2011-04-27ixgbe: remove ntuple display supportAlexander Duyck1-3/+0
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore1-7/+7
2011-03-07ixgbe: fix setting and reporting of advertised speedsEmil Tantilov1-21/+20
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-1/+1
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar1-2/+32
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck1-39/+95
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck1-2/+2
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou1-3/+1
2010-12-10ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore1-2/+3
2010-12-10ixgbe: fix ntuple supportEmil Tantilov1-1/+1
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher1-10/+14
2010-12-03ixgbe: add WOL support for SFP+ subdeviceDon Skidmore1-0/+11
2010-11-16ixgbe: add support for x540 MACDon Skidmore1-7/+32
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore1-0/+1
2010-11-16ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.cAlexander Duyck1-8/+6
2010-11-16ixgbe: add WOL support for backplane adaptersAlexander Duyck1-0/+17
2010-11-16ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configurationAlexander Duyck1-4/+3
2010-11-16ixgbe: change mac_type if statements to switch statementsAlexander Duyck1-10/+35
2010-11-16ixgbe: Disable RSC when ITR setting is too high to allow RSCAlexander Duyck1-37/+53
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck1-6/+5
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck1-18/+14
2010-11-16ixgbe: remove unnecessary re-init of adapter on Rx-csum changeAlexander Duyck1-5/+0
2010-10-21ixgbe: fix stats handlingEric Dumazet1-12/+17
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross1-1/+11
2010-09-26drivers/net: return operator cleanupEric Dumazet1-3/+3
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck1-235/+127
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck1-2/+2
2010-08-19ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore1-10/+13
2010-07-24ixgbe: fix ethtool statsEric Dumazet1-21/+21
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-3/+5
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-19/+21
2010-07-01ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore1-0/+7
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+4
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-28/+7
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-23/+20
2010-05-18ixgbe: add support for active DA cablesDon Skidmore1-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley1-20/+22
2010-04-27ixgbe: cleanup ethtool autoneg inputDon Skidmore1-1/+1