aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz5-6/+26
2009-03-21ixgbe: fix select_queue managementStephen Hemminger2-8/+11
2009-03-20ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg1-32/+81
2009-03-20ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz1-1/+40
2009-03-20ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz1-0/+3
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-03-14ixgbe: Cleanup some whitespace issues, fixup and add some commentsJesse Brandeburg2-7/+29
2009-03-14ixgbe: Two small fixes for 82599 when bringing the device down and for WoLPJ Waskiewicz1-1/+6
2009-03-14ixgbe: Add a few safety nets for register writes and descriptor cleanupsJesse Brandeburg1-6/+12
2009-03-14ixgbe: Cleanup on the Rx init pathJesse Brandeburg1-15/+14
2009-03-14ixgbe: Fix the Tx clean logic to return proper statusJesse Brandeburg1-9/+10
2009-03-14ixgbe: fix bug with napi add before request_irqJesse Brandeburg1-3/+5
2009-03-14ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg4-31/+71
2009-03-14ixgbe: Disable DROP_EN for Rx queuesPJ Waskiewicz1-2/+0
2009-03-14ixgbe: Fix an accounting problem when the Rx FIFO is fullPJ Waskiewicz1-1/+6
2009-03-14ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY typesPJ Waskiewicz1-0/+16
2009-03-13ixgbe: fix multiple unicast address supportChris Leech1-0/+1
2009-03-01ixgbe: Fix some compiler warnings.David S. Miller2-3/+1
2009-03-01ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz4-135/+559
2009-03-01ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz5-219/+644
2009-03-01ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz8-59/+2928
2009-02-24ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg2-1/+9
2009-02-24ixgbe: Move ring features into an enum, allowing easier future maintenanceShannon Nelson1-4/+10
2009-02-21ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore1-1/+16
2009-02-17drivers/net/ixgbe: fix sparse warning: Should it be static?Hannes Eder1-1/+1
2009-02-10ixgbe: Removing the unused PAGE_USE_COUNT() macro.Breno Leitão1-6/+0
2009-02-07ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr1-4/+0
2009-02-06ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr1-37/+23
2009-02-06ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr7-122/+327
2009-02-05ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr3-1/+13
2009-02-05ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr4-80/+49
2009-02-05ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr1-104/+118
2009-02-01ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr15-17/+17
2009-02-01ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr4-3/+42
2009-02-01ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore4-1/+14
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-26ixgbe: add support KX/KX4 deviceDon Skidmore4-0/+24
2009-01-26ixgbe: fix slow load times on 82598 nicsDon Skidmore1-7/+18
2009-01-21ixgbe: Replace LRO with GROHerbert Xu3-88/+13
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2009-01-19ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Peter P Waskiewicz Jr1-3/+3
2009-01-19ixgbe: fix tag stripping for VLAN ID 0Don Skidmore1-26/+27
2009-01-19ixgbe: fix dca issue with relaxed ordering turned onDon Skidmore2-0/+6
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-26ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2-5/+10
2008-12-26drivers/net/ixgbe: fix sparse warnings: make symbols staticHannes Eder2-14/+14
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-6/+6
2008-12-21ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore1-0/+7
2008-12-21net: add DCNA attribute to the BCN interface for DCBDon Skidmore1-0/+20