summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-7934/+0
2011-08-04ixgbe: fix __ixgbe_notify_dca() bail out codeDon Skidmore1-1/+1
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+1
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore1-25/+110
2011-07-21ixgbe: only enable WoL for magic packet by defaultAndy Gospodarek1-6/+3
2011-07-21ixgbe: remove ifdef check for non-existent defineEmil Tantilov1-2/+0
2011-07-21ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck1-11/+28
2011-07-21ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck1-125/+45
2011-07-21ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck1-75/+75
2011-07-21ixgbe: inline the ixgbe_maybe_stop_tx functionAlexander Duyck1-1/+1
2011-07-21ixgbe: Update ATR to use recorded TX queues instead of CPU for routingAlexander Duyck1-4/+3
2011-07-11ixgbe: Make certain to initialize the fdir_perfect_lock in all casesAlexander Duyck1-2/+3
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend1-1/+0
2011-06-25ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck1-29/+26
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck1-166/+129
2011-06-25ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16Alexander Duyck1-6/+7
2011-06-25ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck1-5/+5
2011-06-25ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck1-11/+7
2011-06-23ixgbe: update driver version stringDon Skidmore1-4/+4
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck1-3/+5
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck1-0/+45
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck1-1/+1
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck1-22/+12
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov1-0/+4
2011-06-21ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend1-57/+1
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 Fastabend1-58/+49
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend1-100/+135
2011-06-21ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend1-0/+7
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend1-1/+15
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
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 Torvalds1-454/+583
2011-05-14ixgbe: Add support for new 82599 adapterDon Skidmore1-0/+2
2011-05-14ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck1-18/+16
2011-05-14ixgbe: Merge over-temp task into service taskAlexander Duyck1-35/+52
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck1-31/+34
2011-05-14ixgbe: merge reset task into service taskAlexander Duyck1-23/+37
2011-05-14ixgbe: Merge watchdog functionality into service taskAlexander Duyck1-164/+200
2011-05-14ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck1-188/+200
2011-05-14ixgbe: Add macvlan support for VFGreg Rose1-2/+26
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 Tantilov1-1/+6
2011-05-07ixgbe: add rxhash supportEmil Tantilov1-1/+13
2011-05-04ixgbe: Cleanup PCIe bus speed infoDon Skidmore1-2/+2
2011-05-04ixgbe: fix typo error with software defined pins on 82599Don Skidmore1-1/+2
2011-04-27ixgbe: Bump versionDon Skidmore1-2/+2
2011-04-27ixgbe: enable SCTP checksum offload for X540Don Skidmore1-1/+7