summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-031-1/+16
* ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-111-0/+8
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+2
* ixgbe: remove redundant initialization of 'pool'Colin Ian King2018-02-261-1/+0
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-231-2/+2
* ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-121-0/+4
* ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-121-7/+21
* ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-121-10/+2
* ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-121-9/+8
* ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck2018-01-091-2/+7
* ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2018-01-091-1/+1
* ixgbe: Update adaptive ITR algorithmAlexander Duyck2017-10-091-2/+9
* ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend2017-07-171-2/+6
* ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-291-10/+65
* ixgbe: get rid of custom busy polling codeEric Dumazet2017-02-031-5/+0
* ixgbe: add mask for 64 RSS queuesEmil Tantilov2017-01-031-1/+7
* ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2016-09-231-3/+4
* ixgbe: Add support for x550em_a 10G MAC typeMark Rustad2016-04-071-1/+2
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-09-151-1/+1
* ixgbe: Add new support for X550 MAC'sDon Skidmore2014-11-111-0/+2
* ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller2014-09-181-2/+5
* ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-7/+5
* ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller2014-09-181-2/+2
* ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-37/+37
* ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-11/+13
* ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-14/+18
* ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-5/+5
* ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck2014-09-121-0/+5
* ixgbe: add comment noting recalculation of queuesJacob Keller2014-09-041-0/+8
* ixgbe: fix several concatenated strings to single lineJacob Keller2014-05-231-2/+2
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-121-0/+1
* ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-12/+4
* ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend2013-11-071-3/+12
* ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-101-0/+2
* ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-151-5/+9
* ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-151-6/+1
* ixgbe: update date to 2013Don Skidmore2013-02-051-1/+1
* ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-011-0/+15
* ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck2012-10-191-2/+5
* ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2012-07-211-1/+17
* ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2012-07-211-8/+14
* ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck2012-07-211-2/+1
* ixgbe: Retire RSS enabled and capable flagsAlexander Duyck2012-07-181-9/+1
* ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck2012-07-181-23/+354
* ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck2012-07-171-42/+38
* ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck2012-07-171-44/+14
* ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2012-07-141-140/+117
* ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck2012-07-141-5/+2
* ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck2012-07-111-74/+24
OpenPOWER on IntegriCloud