summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* ixgbe: fix ethtool -A|a behaviorDon Skidmore2009-04-021-0/+2
* ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala2009-04-021-2/+2
* ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck2009-04-021-38/+41
* ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz2009-04-021-5/+6
* ixgbe: feature - driver to default with FC on.Don Skidmore2009-04-021-1/+1
* ixgbe: fix build when DEBUG is definedAlexander Duyck2009-04-021-0/+12
* 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/+14
* | 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/+0
* | 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-241-1/+8
* | ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore2009-02-211-1/+16
* | ixgbe: Removing the unused PAGE_USE_COUNT() macro.Breno Leitão2009-02-101-6/+0
* | ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr2009-02-071-4/+0
* | ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr2009-02-061-37/+23
* | ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr2009-02-061-40/+37
* | ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr2009-02-051-0/+3
* | ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr2009-02-051-3/+0
* | ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr2009-02-051-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-271-0/+1
* | ixgbe: add support KX/KX4 deviceDon Skidmore2009-01-261-0/+2
* | ixgbe: fix slow load times on 82598 nicsDon Skidmore2009-01-261-7/+18
* | ixgbe: Replace LRO with GROHerbert Xu2009-01-211-68/+13
* | 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-191-3/+3
* ixgbe: fix tag stripping for VLAN ID 0Don Skidmore2009-01-191-26/+27
* ixgbe: fix dca issue with relaxed ordering turned onDon Skidmore2009-01-191-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-221-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-031-2/+1
* ixgbe: section fixesAl Viro2008-11-271-3/+2
* ixgbe: cleanup link up/down messagesJeff Kirsher2008-11-271-10/+12