summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix select_queue managementStephen Hemminger2009-03-211-0/+11
* ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg2009-03-201-32/+81
* 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-141-4/+27
* | 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-141-21/+43
* | 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: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz2009-03-011-123/+536
* | ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg2009-02-251-1/+8
* | ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore2009-02-221-1/+16
* | 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-071-40/+37Star
* | ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr2009-02-061-0/+3
* | ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr2009-02-061-3/+0Star
* | 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-011-3/+3
* | ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr2009-02-011-1/+8
* | ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore2009-02-011-0/+2
* | 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-271-0/+2
* | ixgbe: fix slow load times on 82598 nicsDon Skidmore2009-01-271-7/+18
* | ixgbe: Replace LRO with GROHerbert Xu2009-01-211-68/+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-201-0/+3
* ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2008-12-261-3/+8
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-6/+6
* ixgbe: fix dma mapping unbalanceJesse Brandeburg2008-12-151-5/+7
* ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2008-12-101-8/+33
* ixgbe: function comment typoWang Chen2008-12-041-2/+1Star
* ixgbe: section fixesAl Viro2008-11-281-3/+2Star
* ixgbe: cleanup link up/down messagesJeff Kirsher2008-11-271-10/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-1/+0Star
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-241-1/+0Star
* | ixgbe: Naming interrupt vectorsRobert Olsson2008-11-261-4/+14
* | DCB: fix kconfig optionJeff Kirsher2008-11-251-5/+5
* | ixgbe: add SFP+ driver supportDonald Skidmore2008-11-211-3/+91
* | ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-211-15/+185
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-32/+30Star
|\|