aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)Author
2009-08-13ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore
2009-07-30ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr
2009-07-03ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala
2009-06-30ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr
2009-05-17ixgbe: When in DCB mode with PFC enabled, show LFC is disabledPeter P Waskiewicz Jr
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg
2009-04-11ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck
2009-04-02ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...Mallikarjuna R Chilakala
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore
2009-04-02ixgbe: Fix ethtool output with advertised mode.Don Skidmore
2009-03-20ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz
2009-03-14ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg
2009-03-01ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz
2009-03-01ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz
2009-02-06ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr
2009-02-05ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr
2009-02-01ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr
2009-02-01ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore
2009-01-26ixgbe: add support KX/KX4 deviceDon Skidmore
2009-01-21ixgbe: Replace LRO with GROHerbert Xu
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr
2008-12-21ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore
2008-11-21ixgbe: convert directly reference of netdev->privWang Chen
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-02ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg
2008-09-24ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz
2008-09-24ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg
2008-09-24ixgbe: update to latest common code moduleJesse Brandeburg
2008-09-24ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg
2008-09-24ixgbe: fix ring reallocation in ethtoolJesse Brandeburg
2008-09-24ixgbe: fix initial interrupt throttle settingsJesse Brandeburg
2008-09-24ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg
2008-09-24ixgbe: fix ethtool register dumpJesse Brandeburg
2008-09-24ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg
2008-09-03ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller
2008-06-24ixgbe: add LRO supportMallikarjuna R Chilakala