aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P1-6/+4
2009-04-17ixgbe: Fix DCB traffic class mapping for 82599PJ Waskiewicz1-4/+48
2009-04-16ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()Tony Breeds1-1/+1
2009-04-16NET/ixgbe: Fix powering off during shutdownRafael J. Wysocki1-4/+32
2009-04-14ixgbe: update real_num_tx_queues on changing num_rx_queuesWu Fengguang1-9/+10
2009-04-14ixgbe: fix tx queue indexWu Fengguang1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore1-0/+2
2009-04-02ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala1-2/+2
2009-04-02ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck1-38/+41
2009-04-02ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz1-5/+6
2009-04-02ixgbe: feature - driver to default with FC on.Don Skidmore1-1/+1
2009-04-02ixgbe: fix build when DEBUG is definedAlexander Duyck1-0/+12
2009-03-21ixgbe: fix select_queue managementStephen Hemminger1-0/+11
2009-03-20ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg1-32/+81
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 Brandeburg1-4/+27
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 Brandeburg1-21/+43
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-13ixgbe: fix multiple unicast address supportChris Leech1-0/+1
2009-03-01ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz1-123/+536
2009-02-24ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg1-1/+8
2009-02-21ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore1-1/+16
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 Jr1-40/+37
2009-02-05ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr1-0/+3
2009-02-05ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr1-3/+0
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 Jr1-3/+3
2009-02-01ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr1-1/+8
2009-02-01ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore1-0/+2
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 Skidmore1-0/+2
2009-01-26ixgbe: fix slow load times on 82598 nicsDon Skidmore1-7/+18
2009-01-21ixgbe: Replace LRO with GROHerbert Xu1-68/+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 Skidmore1-0/+3
2008-12-26ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr1-3/+8