aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
AgeCommit message (Expand)Author
2020-08-03ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2019-02-08ixgbe: Use struct_size() helperGustavo A. R. Silva
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-02-26ixgbe: remove redundant initialization of 'pool'Colin Ian King
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson
2018-01-12ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck
2018-01-12ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck
2018-01-12ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck
2018-01-09ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck
2017-07-17ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet
2017-01-03ixgbe: add mask for 64 RSS queuesEmil Tantilov
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-09-15ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-09-18ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller
2014-09-18ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller
2014-02-18ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2013-11-07ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend
2013-06-10ixgbe: add support for ndo_ll_pollEliezer Tamir
2013-02-15ixgbe: Add function for setting XPS queue mappingAlexander Duyck
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck
2013-02-05ixgbe: update date to 2013Don Skidmore
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov
2012-10-19ixgbe: Initialize q_vector cpu and affinity masks correctlyAlexander Duyck
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck
2012-07-17ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck
2012-07-17ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck
2012-07-14ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck