summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf.h
Commit message (Expand)AuthorAgeFilesLines
* i40evf: Add support to apply cloud filtersHarshitha Ramamurthy2018-02-141-0/+48
* i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy2018-02-141-0/+1
* i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy2018-02-141-0/+22
* i40evf: Fix link up issue when queues are disabledAvinash Dayanand2018-02-141-0/+1
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-121-2/+1Star
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-261-2/+2
* i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2018-01-231-0/+1
* i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller2018-01-101-1/+3
* i40e/i40evf: organize and re-number feature flagsJacob Keller2017-10-061-16/+16
* i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-021-0/+4
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-281-0/+4
* i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-281-1/+1
* i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-251-5/+5
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-2/+0Star
* i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-251-0/+2
* i40evf: add some missing includesJesse Brandeburg2017-07-261-0/+11
* virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg2017-06-011-1/+1
* virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-011-11/+11
* i40e/i40evf: create and use new unified header fileJesse Brandeburg2017-06-011-1/+1
* i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller2017-04-301-1/+0Star
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-1/+3
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-2/+5
* i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller2017-04-201-2/+0Star
* i40evf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-201-1/+0Star
* i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-081-1/+0Star
* i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-291-4/+0Star
* i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-291-0/+2
* i40evf: add client interfaceMitch Williams2017-03-151-3/+26
* i40evf: track outstanding client requestMitch Williams2017-02-121-0/+1
* i40e/i40evf: fix interrupt affinity bugAlan Brady2016-10-291-1/+2
* i40evf: support queue-specific settings for interrupt moderationJacob Keller2016-09-251-7/+0Star
* i40e/i40evf: Fix indentationJeff Kirsher2016-08-201-27/+30
* i40evf: report link speedMitch Williams2016-08-201-0/+1
* i40e: Add allmulti support for the VFAnjali Singhai Jain2016-05-141-0/+3
* i40evf: refactor receive routineJesse Brandeburg2016-05-061-5/+0Star
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-061-2/+0Star
* i40evf: Add driver support for promiscuous modeAnjali Singhai Jain2016-04-271-0/+3
* i40evf: Allow PF driver to configure RSSMitch Williams2016-04-261-7/+23
* i40evf: Don't PanicMitch Williams2016-04-261-2/+4
* i40evf: support packet split receiveMitch Williams2016-02-181-1/+5
* i40evf: allow channel bonding of VFsMitch Williams2016-02-041-0/+1
* i40evf: increase max number of queuesMitch Williams2015-12-031-2/+1Star
* i40evf: allocate ring structs dynamicallyMitch Williams2015-12-021-2/+2
* i40evf: allocate queue vectors dynamicallyMitch Williams2015-12-021-4/+1Star
* i40evf: add new fields to store user configuration of RSSHelin Zhang2015-12-021-0/+2
* i40evf: create a generic get RSS functionHelin Zhang2015-12-021-0/+2
* i40evf: create a generic config RSS functionHelin Zhang2015-12-021-0/+3
* i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg2015-10-201-0/+2
* i40evf: relax and stagger init timing a bitMitch Williams2015-10-161-1/+1
* i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck2015-10-161-2/+0Star