aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-10ixgbe: add support for ndo_ll_pollEliezer Tamir1-0/+2
2013-02-15ixgbe: Add function for setting XPS queue mappingAlexander Duyck1-5/+9
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck1-6/+1
2013-02-05ixgbe: update date to 2013Don Skidmore1-1/+1
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov1-0/+15
2012-10-19ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck1-2/+5
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck1-1/+17
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck1-8/+14
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck1-2/+1
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck1-9/+1
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck1-23/+354
2012-07-17ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck1-42/+38
2012-07-17ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck1-44/+14
2012-07-14ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck1-140/+117
2012-07-14ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck1-5/+2
2012-07-11ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck1-74/+24
2012-07-11ixgbe: Add feature offset value to ring featuresAlexander Duyck1-13/+10
2012-07-11ixgbe: Add upper limit to ring featuresAlexander Duyck1-2/+2
2012-07-11ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck1-12/+15
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-06-26ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck1-1/+1
2012-05-04ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck1-15/+20
2012-04-17ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck1-0/+10
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher1-0/+929