summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
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-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-25ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg1-1/+8
2009-02-22ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore1-1/+16
2009-02-11ixgbe: 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-07ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr1-37/+23
2009-02-07ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr1-40/+37
2009-02-06ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr1-0/+3
2009-02-06ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr1-3/+0
2009-02-06ixgbe: 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-28net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-27ixgbe: add support KX/KX4 deviceDon Skidmore1-0/+2
2009-01-27ixgbe: fix slow load times on 82598 nicsDon Skidmore1-7/+18
2009-01-22ixgbe: Replace LRO with GROHerbert Xu1-68/+13
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2009-01-20ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()Peter P Waskiewicz Jr1-3/+3
2009-01-20ixgbe: fix tag stripping for VLAN ID 0Don Skidmore1-26/+27
2009-01-20ixgbe: 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
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-6/+6
2008-12-15ixgbe: fix dma mapping unbalanceJesse Brandeburg1-5/+7
2008-12-10ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr1-8/+33
2008-12-04ixgbe: function comment typoWang Chen1-2/+1
2008-11-28ixgbe: section fixesAl Viro1-3/+2
2008-11-27ixgbe: cleanup link up/down messagesJeff Kirsher1-10/+12
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2008-11-26ixgbe: Naming interrupt vectorsRobert Olsson1-4/+14
2008-11-25DCB: fix kconfig optionJeff Kirsher1-5/+5
2008-11-24driver/net/*: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-21ixgbe: add SFP+ driver supportDonald Skidmore1-3/+91
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck1-15/+185
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-32/+30