summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2011-06-21ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2-36/+82
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov7-0/+229
2011-06-21ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend1-57/+1
2011-06-21ixgbe: DCB and perfect filters can coexistJohn Fastabend1-1/+0
2011-06-21ixgbe: fix bit mask for DCB versionJohn Fastabend1-1/+1
2011-06-21ixgbe: setup redirection table for multiple packet buffersJohn Fastabend1-1/+5
2011-06-21ixgbe: DCB 82598 devices, tx_idx and rx_idx swappedJohn Fastabend1-2/+2
2011-06-21ixgbe: DCB use existing TX and RX queuesJohn Fastabend2-60/+49
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend3-114/+138
2011-06-21ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2-57/+7
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend13-170/+160
2011-06-21ixgbe: dcbnl reduce duplicated code and indentationJohn Fastabend1-26/+23
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-06-06drivers/net: Remove unnecessary semicolonsJoe Perches2-4/+4
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds17-951/+2024
2011-05-15ixgbe: Add support for new 82599 adapterDon Skidmore3-0/+7
2011-05-15ixgbe: fix sparse warningEmil Tantilov1-1/+1
2011-05-15ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck1-18/+16
2011-05-15ixgbe: Merge over-temp task into service taskAlexander Duyck2-36/+53
2011-05-15ixgbe: Merge ATR reinit into the service taskAlexander Duyck3-32/+37
2011-05-15ixgbe: merge reset task into service taskAlexander Duyck2-24/+38
2011-05-15ixgbe: Merge watchdog functionality into service taskAlexander Duyck2-166/+200
2011-05-15ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2-201/+213
2011-05-15ixgbe: move flags and state into the same cachelineAlexander Duyck1-43/+45
2011-05-15ixgbe: force unlock on timeoutEmil Tantilov1-0/+22
2011-05-15ixgbe: Add macvlan support for VFGreg Rose4-4/+134
2011-05-08ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-07ixgbe: add ethtool counters for OS2BMCEmil Tantilov3-1/+18
2011-05-07ixgbe: add rxhash supportEmil Tantilov2-2/+19
2011-05-04ixgbe: Cleanup PCIe bus speed infoDon Skidmore1-2/+2
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov7-100/+465
2011-05-04ixgbe: fix sparse warningEmil Tantilov1-46/+62
2011-05-04ixgbe: fix typo error with software defined pins on 82599Don Skidmore1-1/+2
2011-05-04ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync()Emil Tantilov3-8/+7
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+4
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-27ixgbe: convert to ethtool set_phys_idEmil Tantilov2-12/+18
2011-04-27ixgbe: fix X540 ethtool loopback test.Don Skidmore1-0/+7
2011-04-27ixgbe: Bump versionDon Skidmore1-2/+2
2011-04-27ixgbe: enable SCTP checksum offload for X540Don Skidmore1-1/+7
2011-04-27ixgbe: do not clear FCoE DDP error status for received ABTSYi Zou1-2/+2
2011-04-27ixgbe: fix static functionsJohn Fastabend4-5/+5
2011-04-27ixgbe: remove ntuple display supportAlexander Duyck2-6/+0
2011-04-27ixgbe: add LED blink code for x540Emil Tantilov1-2/+62
2011-04-27ixgbe: add support for 64k EEPROM for 82599Emil Tantilov1-1/+30
2011-04-27ixgbe: register defines cleanupEmil Tantilov2-67/+125
2011-04-27ixgbe: explicitly disable 100H for x540Emil Tantilov1-1/+2
2011-04-14ixgbe: DCB, X540 devices do not respond to pause framesJohn Fastabend2-2/+9
2011-04-14ixgbe: DCB, misallocated packet buffer size with X540 deviceJohn Fastabend6-27/+52