aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-201-2/+28
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-3/+3
* ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg2008-11-021-0/+27
* ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz2008-09-241-30/+32
* ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg2008-09-241-1/+1
* ixgbe: update to latest common code moduleJesse Brandeburg2008-09-241-9/+11
* ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg2008-09-241-6/+8
* ixgbe: fix ring reallocation in ethtoolJesse Brandeburg2008-09-241-48/+47
* ixgbe: fix initial interrupt throttle settingsJesse Brandeburg2008-09-241-39/+47
* ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg2008-09-241-1/+1
* ixgbe: fix ethtool register dumpJesse Brandeburg2008-09-241-13/+10
* ixgbe: Update watchdog thread to accomodate longerlink_up eventsJesse Brandeburg2008-09-241-1/+1
* ixgbe: should not use HW_CSUM, should use IP* flagsJesse Brandeburg2008-09-031-3/+3
* net: Use queue aware tests throughout.David S. Miller2008-07-171-8/+2
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-081-6/+0
* ixgbe: add LRO supportMallikarjuna R Chilakala2008-06-241-0/+11
* ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan2008-03-171-10/+14
* ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan2008-03-171-1/+14
* ixgbe: Fix pause code for ethtoolAyyappan Veeraiyan2008-02-051-5/+5
* ixbge: Make ethtool code account for media typesAyyappan Veeraiyan2008-02-051-16/+36
* ixgbe: remove obsolete irq_sem, add driver state checking codeAyyappan Veeraiyan2008-02-051-16/+13
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-281-2/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)Auke Kok2007-10-101-0/+943