aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller1-1/+0
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-19i40evf: remove flags that are never usedJacob Keller1-3/+0
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy1-0/+48
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy1-0/+1
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy1-0/+22
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand1-0/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-2/+1
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-2/+2
2018-01-23i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand1-0/+1
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller1-1/+3
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller1-16/+16
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady1-0/+4
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+4
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller1-1/+1
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann1-5/+5
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-2/+0
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari1-0/+2
2017-07-26i40evf: add some missing includesJesse Brandeburg1-0/+11
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-1/+1
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-11/+11
2017-06-01i40e/i40evf: create and use new unified header fileJesse Brandeburg1-1/+1
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller1-1/+0
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-1/+3
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+5
2017-04-19i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller1-2/+0
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser1-1/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael1-1/+0
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-4/+0
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck1-0/+2
2017-03-15i40evf: add client interfaceMitch Williams1-3/+26
2017-02-11i40evf: track outstanding client requestMitch Williams1-0/+1
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady1-1/+2
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller1-7/+0
2016-08-19i40e/i40evf: Fix indentationJeff Kirsher1-27/+30
2016-08-19i40evf: report link speedMitch Williams1-0/+1
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain1-0/+3
2016-05-05i40evf: refactor receive routineJesse Brandeburg1-5/+0
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-2/+0
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-0/+3
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams1-7/+23
2016-04-26i40evf: Don't PanicMitch Williams1-2/+4
2016-02-17i40evf: support packet split receiveMitch Williams1-1/+5
2016-02-03i40evf: allow channel bonding of VFsMitch Williams1-0/+1
2015-12-03i40evf: increase max number of queuesMitch Williams1-2/+1
2015-12-01i40evf: allocate ring structs dynamicallyMitch Williams1-2/+2
2015-12-01i40evf: allocate queue vectors dynamicallyMitch Williams1-4/+1
2015-12-01i40evf: add new fields to store user configuration of RSSHelin Zhang1-0/+2
2015-12-01i40evf: create a generic get RSS functionHelin Zhang1-0/+2