aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31i40e: Update status codesMitch Williams1-1/+1
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor1-1/+1
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek1-59/+37
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy1-21/+41
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura1-110/+157
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński1-3/+5
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy1-3/+66
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-8/+8
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-14i40e: Fix permission check for VF MAC filtersFilip Sadowski1-28/+51
2018-03-14i40e: Fix attach VF to VM issuePaweł Jabłoński1-0/+11
2018-02-26i40e: remove some stray indentingDan Carpenter1-2/+2
2018-02-26i40e: check that pointer VSI is not null before dereferencing itColin Ian King1-1/+1
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand1-1/+457
2018-02-14i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand1-3/+53
2018-02-14i40e: Delete queue channel for ADq on VFAvinash Dayanand1-0/+63
2018-02-14i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand1-68/+361
2018-01-10i40e: add helper conversion function for link_speedJacob Keller1-2/+2
2018-01-10i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller1-0/+1
2017-11-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva1-1/+1
2017-11-21i40e: fix the calculation of VFs mac addressesZijie Pan1-10/+11
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady1-2/+7
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar1-43/+2
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-3/+2
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-09i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller1-1/+1
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-1/+1
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2017-10-02i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-10-02i40e: fix handling of vf_states variableAlan Brady1-1/+4
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller1-9/+33
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller1-2/+1
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller1-4/+3
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller1-4/+32
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2017-10-02i40e: remove logically dead codeLihong Yang1-2/+0
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady1-0/+75
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+60
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann1-11/+11
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-4/+4
2017-07-26i40e: handle setting administratively set MAC address back to zeroStefan Assmann1-2/+10
2017-07-26i40e: fix odd formatting and indentJesse Brandeburg1-10/+8
2017-07-26i40e: fix incorrect variable assignmentGustavo A R Silva1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-01i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1