aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* 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-067-122/+327
* ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr2009-02-053-1/+13
* ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr2009-02-054-80/+49
* 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-0115-17/+17
* ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr2009-02-014-3/+42
* ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore2009-02-014-1/+14
* 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-264-0/+24
* ixgbe: fix slow load times on 82598 nicsDon Skidmore2009-01-261-7/+18
* ixgbe: Replace LRO with GROHerbert Xu2009-01-213-88/+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-192-0/+6
* ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr2008-12-261-34/+30
* ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2008-12-262-5/+10
* drivers/net/ixgbe: fix sparse warnings: make symbols staticHannes Eder2008-12-262-14/+14
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-6/+6
* ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore2008-12-211-0/+7
* net: add DCNA attribute to the BCN interface for DCBDon Skidmore2008-12-211-0/+20
* net: fix DCB setstate to return success/failureDon Skidmore2008-12-211-23/+29
* ixgbe: fix dma mapping unbalanceJesse Brandeburg2008-12-151-5/+7
* ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2008-12-102-8/+34
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-1/+0
|\
| * driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-231-1/+0
* | ixgbe: Naming interrupt vectorsRobert Olsson2008-11-251-4/+14
* | DCB: fix kconfig optionJeff Kirsher2008-11-253-7/+7
* | ixgbe: convert directly reference of netdev->privWang Chen2008-11-211-1/+1
* | ixgbe: add SFP+ driver supportDonald Skidmore2008-11-206-7/+550
* | DCB: Add support for DCB BCNAlexander Duyck2008-11-202-1/+202
* | DCB: Add interface to query the state of PFC feature.Alexander Duyck2008-11-201-1/+15
* | DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2008-11-201-1/+32
* | DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-201-1/+41
* | ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-209-19/+1575
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-32/+30
|\ \ | |/
| * ixgbe: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-30/+28
* | ixgb: convert to net_device_opsStephen Hemminger2008-11-191-14/+18
* | ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()PJ Waskiewicz2008-11-161-3/+3
* | netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-122-6/+6
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* | ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg2008-11-027-0/+154