aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski1-0/+1
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel1-0/+19
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy1-0/+3
2018-04-30i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller1-1/+1
2018-04-30i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck1-0/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-26i40e: re-number feature flags to remove gapsJacob Keller1-31/+26
2018-03-26i40e: move client flags into state bitsJacob Keller1-3/+4
2018-03-26i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller1-1/+2
2018-03-26i40e: move AUTO_DISABLED flags into the state fieldJacob Keller1-2/+3
2018-03-26i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller1-1/+2
2018-03-26i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller1-1/+2
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem1-0/+1
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand1-0/+6
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman1-0/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-2/+1
2018-01-26i40e: change flags to use 64 bitsAlice Michael1-33/+34
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar1-1/+0
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar1-1/+53
2017-10-31i40e: Clean up of cloud filtersAmritha Nambiar1-0/+9
2017-10-31i40e: Map TCs with the VSI seidsAmritha Nambiar1-0/+1
2017-10-17i40e: fix u64 division usageAlan Brady1-1/+2
2017-10-13i40e: Add support setting TC max bandwidth ratesAmritha Nambiar1-0/+2
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar1-0/+5
2017-10-13i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar1-0/+3
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar1-0/+32
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-0/+2
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-4/+1
2017-10-09i40e: fix flags declarationJacob Keller1-1/+1
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller1-49/+49
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski1-0/+1
2017-10-06i40e: add private flag to control source pruningMitch Williams1-0/+1
2017-10-06i40e: fix a typo in i40e_pf documentationRami Rosen1-1/+1
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady1-0/+1
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller1-0/+1
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller1-1/+0
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-20/+23
2017-06-20i40e: Add support for OEM firmware versionFilip Sadowski1-14/+34
2017-06-20i40e: genericize the partition bandwidth controlShannon Nelson1-7/+6
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel1-0/+1
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel1-0/+7
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller1-0/+1
2017-06-01i40e: use new unified virtchnl header fileJesse Brandeburg1-1/+1
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+2
2017-05-31i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller1-1/+1
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-7/+2
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-2/+6