summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor2018-10-031-1/+1
* i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek2018-09-251-59/+37
* i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy2018-09-251-21/+41
* i40e: Unset promiscuous settings on VF resetMariusz Stachura2018-09-251-110/+157
* i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2018-08-301-0/+10
* i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2018-08-301-3/+5
* i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-301-3/+66
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-8/+8
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Fix permission check for VF MAC filtersFilip Sadowski2018-03-141-28/+51
* i40e: Fix attach VF to VM issuePaweł Jabłoński2018-03-141-0/+11
* i40e: remove some stray indentingDan Carpenter2018-02-261-2/+2
* i40e: check that pointer VSI is not null before dereferencing itColin Ian King2018-02-261-1/+1
* i40e: Add and delete cloud filterAvinash Dayanand2018-02-141-1/+457
* i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand2018-02-141-3/+53
* i40e: Delete queue channel for ADq on VFAvinash Dayanand2018-02-141-0/+63
* i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand2018-02-141-68/+361
* i40e: add helper conversion function for link_speedJacob Keller2018-01-101-2/+2
* i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller2018-01-101-0/+1
* i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva2017-11-271-1/+1
* i40e: fix the calculation of VFs mac addressesZijie Pan2017-11-211-10/+11
* i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-131-2/+7
* i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-131-43/+2
* i40e: Add macro for PF reset bitAmritha Nambiar2017-10-131-3/+2
* i40e: use a local variable instead of calculating multiple timesLihong Yang2017-10-091-13/+7
* i40e: add check for return from find_first_bit callLihong Yang2017-10-091-0/+4
* i40e: reduce lrxqthresh from 2 to 1Jacob Keller2017-10-091-1/+1
* i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-091-1/+1
* i40e: use the safe hash table iterator when deleting mac filtersLihong Yang2017-10-091-1/+2
* i40e: fix client notify of VF resetAlan Brady2017-10-021-2/+2
* i40e: fix handling of vf_states variableAlan Brady2017-10-021-1/+4
* i40e: ensure reset occurs when disabling VFJacob Keller2017-10-021-9/+33
* i40e: make use of i40e_vc_disable_vfJacob Keller2017-10-021-2/+1
* i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller2017-10-021-4/+3
* i40e: don't hold spinlock while resetting VFJacob Keller2017-10-021-4/+32
* i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-10-021-0/+3
* i40e: remove logically dead codeLihong Yang2017-10-021-2/+0
* i40e: Enable VF to negotiate number of allocated queuesAlan Brady2017-09-291-0/+75
* i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-271-0/+60
* i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin2017-08-271-1/+1
* i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-251-11/+11
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-4/+4
* i40e: handle setting administratively set MAC address back to zeroStefan Assmann2017-07-261-2/+10
* i40e: fix odd formatting and indentJesse Brandeburg2017-07-261-10/+8
* i40e: fix incorrect variable assignmentGustavo A R Silva2017-07-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+2
|\
| * i40e: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-141-0/+2
* | i40e/virtchnl: move function to virtchnlJesse Brandeburg2017-06-011-149/+1
* | virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg2017-06-011-8/+10
OpenPOWER on IntegriCloud