summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz2009-03-265-6/+26
* ixgbe: fix select_queue managementStephen Hemminger2009-03-212-8/+11
* ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg2009-03-201-32/+81
* ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz2009-03-201-1/+40
* ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz2009-03-201-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-0/+1
|\
| * ixgbe: fix multiple unicast address supportChris Leech2009-03-131-0/+1
* | ixgbe: Cleanup some whitespace issues, fixup and add some commentsJesse Brandeburg2009-03-142-7/+29
* | ixgbe: Two small fixes for 82599 when bringing the device down and for WoLPJ Waskiewicz2009-03-141-1/+6
* | ixgbe: Add a few safety nets for register writes and descriptor cleanupsJesse Brandeburg2009-03-141-6/+12
* | ixgbe: Cleanup on the Rx init pathJesse Brandeburg2009-03-141-15/+14Star
* | ixgbe: Fix the Tx clean logic to return proper statusJesse Brandeburg2009-03-141-9/+10
* | ixgbe: fix bug with napi add before request_irqJesse Brandeburg2009-03-141-3/+5
* | ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg2009-03-144-31/+71
* | ixgbe: Disable DROP_EN for Rx queuesPJ Waskiewicz2009-03-141-2/+0Star
* | ixgbe: Fix an accounting problem when the Rx FIFO is fullPJ Waskiewicz2009-03-141-1/+6
* | ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY typesPJ Waskiewicz2009-03-141-0/+16
* | ixgbe: Fix some compiler warnings.David S. Miller2009-03-022-3/+1Star
* | ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz2009-03-014-135/+559
* | ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz2009-03-015-219/+644
* | ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz2009-03-018-59/+2928
* | ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg2009-02-252-1/+9
* | ixgbe: Move ring features into an enum, allowing easier future maintenanceShannon Nelson2009-02-251-4/+10
* | ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore2009-02-221-1/+16
* | drivers/net/ixgbe: fix sparse warning: Should it be static?Hannes Eder2009-02-181-1/+1
* | ixgbe: Removing the unused PAGE_USE_COUNT() macro.Breno Leitão2009-02-111-6/+0Star
* | ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr2009-02-071-4/+0Star
* | ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr2009-02-071-37/+23Star
* | ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr2009-02-077-122/+327
* | ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr2009-02-063-1/+13
* | ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr2009-02-064-80/+49Star
* | ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr2009-02-061-104/+118
* | ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr2009-02-0115-17/+17
* | ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr2009-02-014-3/+42
* | ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore2009-02-014-1/+14
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* | net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-281-0/+1
* | ixgbe: add support KX/KX4 deviceDon Skidmore2009-01-274-0/+24
* | ixgbe: fix slow load times on 82598 nicsDon Skidmore2009-01-271-7/+18
* | ixgbe: Replace LRO with GROHerbert Xu2009-01-213-88/+13Star
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-6/+6
|/
* ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Peter P Waskiewicz Jr2009-01-201-3/+3
* ixgbe: fix tag stripping for VLAN ID 0Don Skidmore2009-01-201-26/+27
* ixgbe: fix dca issue with relaxed ordering turned onDon Skidmore2009-01-202-0/+6
* ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr2008-12-261-34/+30Star
* ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2008-12-262-5/+10
* drivers/net/ixgbe: fix sparse warnings: make symbols staticHannes Eder2008-12-262-14/+14
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-6/+6
* ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore2008-12-221-0/+7
* net: add DCNA attribute to the BCN interface for DCBDon Skidmore2008-12-221-0/+20