aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-23ixgbe: update driver version stringDon Skidmore2-5/+6
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2-3/+7
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov1-11/+33
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov1-12/+14
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov1-16/+18
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2-0/+290
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2-0/+113
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck1-0/+19
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck4-280/+368
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck3-41/+30
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck1-136/+0
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-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches2-4/+4
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds17-951/+2024
2011-05-14ixgbe: Add support for new 82599 adapterDon Skidmore3-0/+7
2011-05-14ixgbe: fix sparse warningEmil Tantilov1-1/+1
2011-05-14ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck1-18/+16
2011-05-14ixgbe: Merge over-temp task into service taskAlexander Duyck2-36/+53
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck3-32/+37
2011-05-14ixgbe: merge reset task into service taskAlexander Duyck2-24/+38
2011-05-14ixgbe: Merge watchdog functionality into service taskAlexander Duyck2-166/+200
2011-05-14ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2-201/+213
2011-05-14ixgbe: move flags and state into the same cachelineAlexander Duyck1-43/+45
2011-05-14ixgbe: force unlock on timeoutEmil Tantilov1-0/+22
2011-05-14ixgbe: Add macvlan support for VFGreg Rose4-4/+134
2011-05-07ixgbe,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-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+4
2011-04-29ethtool: 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