aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13ixgbe: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-07ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde1-19/+21
2009-09-30ixgbe patch to provide NIC's tx/rx counters via ethtoolBen Greear1-0/+4
2009-09-21ixgbe: Allow tx itr specific settingsNelson, Shannon1-14/+61
2009-09-01ixgbe: refactor link setup codeMallikarjuna R Chilakala1-2/+2
2009-08-26ixgbe: Fix isues while reporting 8259x backplane link capabilitiesMallikarjuna R Chilakala1-11/+8
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+19
2009-08-13ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore1-8/+19
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+7
2009-07-30ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr1-1/+4
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr1-3/+3
2009-07-17ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr1-14/+19
2009-07-03ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala1-1/+0
2009-06-30ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr1-0/+2
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr1-3/+3
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck1-4/+1
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala1-18/+24
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-8/+20
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr1-0/+824
2009-05-17ixgbe: When in DCB mode with PFC enabled, show LFC is disabledPeter P Waskiewicz Jr1-0/+7
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr1-0/+10
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou1-0/+8
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck1-1/+1
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck1-1/+23
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg1-2/+9
2009-04-11ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck1-1/+23
2009-04-02ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parametersMallikarjuna R Chilakala1-43/+58
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore1-3/+16
2009-04-02ixgbe: Fix ethtool output with advertised mode.Don Skidmore1-0/+9
2009-03-20ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz1-1/+40
2009-03-14ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg1-7/+14
2009-03-01ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz1-0/+1
2009-03-01ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz1-1/+1
2009-02-06ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr1-14/+9
2009-02-05ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr1-1/+8
2009-02-01ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-02-01ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore1-0/+8
2009-01-26ixgbe: add support KX/KX4 deviceDon Skidmore1-0/+12
2009-01-21ixgbe: Replace LRO with GROHerbert Xu1-11/+0
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-21ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore1-0/+7
2008-11-21ixgbe: convert directly reference of netdev->privWang Chen1-1/+1
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck1-2/+28
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-3/+3
2008-11-02ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg1-0/+27
2008-09-24ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz1-30/+32
2008-09-24ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg1-1/+1
2008-09-24ixgbe: update to latest common code moduleJesse Brandeburg1-9/+11
2008-09-24ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg1-6/+8