summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend1-2/+6
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend1-10/+65
2017-02-04ixgbe: get rid of custom busy polling codeEric Dumazet1-5/+0
2017-01-04ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck1-3/+4
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-1/+2
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-1/+1
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-0/+2
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller1-2/+5
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-7/+5
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller1-2/+2
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller1-37/+37
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller1-11/+13
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller1-14/+18
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-5/+5
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck1-0/+5
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller1-0/+8
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller1-2/+2
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-02-19ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-12/+4
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend1-3/+12
2013-06-11ixgbe: add support for ndo_ll_pollEliezer Tamir1-0/+2
2013-02-16ixgbe: Add function for setting XPS queue mappingAlexander Duyck1-5/+9
2013-02-16ixgbe: 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-22ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck1-1/+17
2012-07-22ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck1-8/+14
2012-07-22ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck1-2/+1
2012-07-19ixgbe: Retire RSS enabled and capable flagsAlexander Duyck1-9/+1
2012-07-19ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck1-23/+354
2012-07-18ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck1-42/+38
2012-07-18ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck1-44/+14
2012-07-15ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck1-140/+117
2012-07-15ixgbe: 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-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-06-27ixgbe: 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-18ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck1-0/+10
2012-03-20ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher1-0/+929