summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-22ixgbe: 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-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck1-2/+28
2008-11-13netdevice: 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-25ixgbe: Whitespace, copyright update and version number change patchPeter P Waskiewicz1-30/+32
2008-09-25ixgbe: move set_num_queues and call it after msix failureJesse Brandeburg1-1/+1
2008-09-25ixgbe: update to latest common code moduleJesse Brandeburg1-9/+11
2008-09-25ixgbe: lro stats were not counted on first ethtool -ScallJesse Brandeburg1-6/+8
2008-09-25ixgbe: fix ring reallocation in ethtoolJesse Brandeburg1-48/+47
2008-09-25ixgbe: fix initial interrupt throttle settingsJesse Brandeburg1-39/+47
2008-09-25ixgbe: fix ethtool disable csum for ipv6Jesse Brandeburg1-1/+1
2008-09-25ixgbe: fix ethtool register dumpJesse Brandeburg1-13/+10
2008-09-25ixgbe: 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-18net: Use queue aware tests throughout.David S. Miller1-8/+2
2008-07-09net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-6/+0
2008-06-25ixgbe: 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-29netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-2/+1
2007-10-11[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-11ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)Auke Kok1-0/+943