summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2009-02-18drivers/net/ixgbe: fix sparse warning: Should it be static?Hannes Eder1-1/+1
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 Jr7-122/+327
2009-02-06ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr3-1/+13
2009-02-06ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr4-80/+49
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 Jr15-17/+17
2009-02-01ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr4-3/+42
2009-02-01ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore4-1/+14
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 Skidmore4-0/+24
2009-01-27ixgbe: fix slow load times on 82598 nicsDon Skidmore1-7/+18
2009-01-22ixgbe: Replace LRO with GROHerbert Xu3-88/+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 Skidmore2-0/+6
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-26ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2-5/+10
2008-12-26drivers/net/ixgbe: fix sparse warnings: make symbols staticHannes Eder2-14/+14
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-6/+6
2008-12-22ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore1-0/+7
2008-12-22net: add DCNA attribute to the BCN interface for DCBDon Skidmore1-0/+20
2008-12-22net: fix DCB setstate to return success/failureDon Skidmore1-23/+29
2008-12-15ixgbe: fix dma mapping unbalanceJesse Brandeburg1-5/+7
2008-12-10ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2-8/+34
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 Kirsher3-7/+7
2008-11-24driver/net/*: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-21ixgbe: convert directly reference of netdev->privWang Chen1-1/+1
2008-11-21ixgbe: add SFP+ driver supportDonald Skidmore6-7/+550
2008-11-21DCB: Add support for DCB BCNAlexander Duyck2-1/+202
2008-11-21DCB: Add interface to query the state of PFC feature.Alexander Duyck1-1/+15
2008-11-21DCB: Add interface to query # of TCs supported by deviceAlexander Duyck1-1/+32
2008-11-21DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck1-1/+41
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck9-19/+1575
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
2008-11-20ixgb: convert to net_device_opsStephen Hemminger1-14/+18
2008-11-20ixgbe: fix compilation with gcc-3.4Alexey Dobriyan1-30/+28
2008-11-16ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()PJ Waskiewicz1-3/+3
2008-11-13netdevice: safe convert to netdev_priv() #part-1Wang Chen2-6/+6
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0