summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h
Commit message (Expand)AuthorAgeFilesLines
* i40e: prevent overlapping tx_timeout recoverAlan Brady2019-02-121-0/+1
* i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-301-0/+3
* i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2018-04-301-1/+1
* i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-301-0/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26Star
* i40e: move client flags into state bitsJacob Keller2018-03-261-3/+4
* i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-261-1/+2
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-261-2/+3
* i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-261-1/+2
* i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-261-1/+2
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem2018-03-191-0/+1
* i40e: Add and delete cloud filterAvinash Dayanand2018-02-141-0/+6
* i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman2018-02-131-0/+1
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-121-2/+1Star
* i40e: change flags to use 64 bitsAlice Michael2018-01-261-33/+34
* i40e: Remove limit of 64 max queues per channelAmritha Nambiar2017-11-221-1/+0Star
* i40e: Enable cloud filters via tc-flowerAmritha Nambiar2017-10-311-1/+53
* i40e: Clean up of cloud filtersAmritha Nambiar2017-10-311-0/+9
* i40e: Map TCs with the VSI seidsAmritha Nambiar2017-10-311-0/+1
* i40e: fix u64 division usageAlan Brady2017-10-171-1/+2
* i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2017-10-131-0/+2
* i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-131-0/+5
* i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-131-0/+3
* i40e: Add infrastructure for queue channel supportAmritha Nambiar2017-10-131-0/+32
* i40e: Add macro for PF reset bitAmritha Nambiar2017-10-131-0/+2
* i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-091-4/+1Star
* i40e: fix flags declarationJacob Keller2017-10-091-1/+1
* i40e/i40evf: organize and re-number feature flagsJacob Keller2017-10-061-49/+49
* i40e: Display error message if module does not meet thermal requirementsFilip Sadowski2017-10-061-0/+1
* i40e: add private flag to control source pruningMitch Williams2017-10-061-0/+1
* i40e: fix a typo in i40e_pf documentationRami Rosen2017-10-061-1/+1
* i40e: Enable VF to negotiate number of allocated queuesAlan Brady2017-09-291-0/+1
* i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2017-09-291-0/+1
* i40e: remove workaround for Open Firmware MAC addressJacob Keller2017-08-251-1/+0Star
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-20/+23
* i40e: Add support for OEM firmware versionFilip Sadowski2017-06-211-14/+34
* i40e: genericize the partition bandwidth controlShannon Nelson2017-06-211-7/+6Star
* i40e: add support for XDP_TX actionBjörn Töpel2017-06-211-0/+1
* i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-211-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+1
|\
| * i40e: fix handling of HW ATR evictionJacob Keller2017-06-131-0/+1
* | i40e: use new unified virtchnl header fileJesse Brandeburg2017-06-011-1/+1
* | i40e: check for Tx timestamp timeouts during watchdogJacob Keller2017-05-311-0/+2
* | i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller2017-05-311-1/+1
* | i40e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-05-311-0/+1
|/
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-301-7/+2Star
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-2/+6
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-2/+10