aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg1-1465/+0
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr1-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński1-2/+9
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-10/+1
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-02-26i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King1-14/+18
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy1-0/+187
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy1-0/+3
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy1-1/+81
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand1-8/+20
2018-02-13i40evf: Make VF reset warning message more clearHarshitha Ramamurthy1-1/+1
2018-02-13i40evf: use GFP_ATOMIC under spin lockWei Yongjun1-4/+4
2018-02-12i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck1-9/+15
2018-01-23i40evf: ignore link up if not runningAlan Brady1-12/+23
2018-01-10i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck1-2/+4
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller1-4/+38
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady1-4/+3
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady1-1/+43
2017-09-29i40evf: lower message levelMitch Williams1-1/+1
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+40
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari1-1/+3
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-3/+3
2017-06-01i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-2/+1
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-140/+140
2017-05-31i40evf: fix merge error in older patchJesse Brandeburg1-0/+1
2017-05-31i40evf: fix duplicate linesJesse Brandeburg1-2/+0
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser1-11/+11
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-1/+3
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-4/+10
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala1-4/+0
2017-03-15i40evf: add client interfaceMitch Williams1-1/+12
2017-02-11i40evf: track outstanding client requestMitch Williams1-0/+4
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-0/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala1-3/+7
2016-08-19i40evf: report link speedMitch Williams1-9/+46
2016-06-27i40evf: don't overflow bufferMitch Williams1-0/+8
2016-05-13i40e: Add allmulti support for the VFAnjali Singhai Jain1-2/+13
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-4/+0
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-0/+11
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams1-0/+119
2016-02-17i40evf: support packet split receiveMitch Williams1-0/+4
2016-02-03i40evf: allow channel bonding of VFsMitch Williams1-0/+2
2015-12-12i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722Anjali Singhai Jain1-1/+3
2015-12-03i40evf: don't use atomic allocationMitch Williams1-6/+6
2015-12-01i40evf: allocate ring structs dynamicallyMitch Williams1-5/+5
2015-12-01i40evf: allocate queue vectors dynamicallyMitch Williams1-1/+1
2015-11-25i40evf: handle many MAC filters correctlyMitch Williams1-8/+24
2015-11-25i40e/i40evf: clean up error messagesMitch Williams1-3/+23
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain1-1/+2