aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-24ixgbe: fix ring reallocation in ethtoolJesse Brandeburg1-48/+47
2008-09-24ixgbe: fix initial interrupt throttle settingsJesse Brandeburg1-39/+47
2008-09-24ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg1-1/+1
2008-09-24ixgbe: fix ethtool register dumpJesse Brandeburg1-13/+10
2008-09-24ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg1-1/+1
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg1-3/+3
2008-07-17net: Use queue aware tests throughout.David S. Miller1-8/+2
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-6/+0
2008-06-24ixgbe: add LRO supportMallikarjuna R Chilakala1-0/+11
2008-03-17ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan1-10/+14
2008-03-17ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan1-1/+14
2008-02-05ixgbe: Fix pause code for ethtoolAyyappan Veeraiyan1-5/+5
2008-02-05ixbge: Make ethtool code account for media typesAyyappan Veeraiyan1-16/+36
2008-02-05ixgbe: remove obsolete irq_sem, add driver state checking codeAyyappan Veeraiyan1-16/+13
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-2/+1
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)Auke Kok1-0/+943