aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04i40e: implement VF stats NDOJesse Brandeburg1-0/+48
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov1-26/+19
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann1-1/+2
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba1-1/+6
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski1-18/+21
2019-08-05i40e: fix code commentsJeff Kirsher1-1/+1
2019-08-05i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller1-1/+12
2019-06-26i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-9/+6
2019-06-14i40e: add input validation for virtchnl handlersSergey Nemov1-43/+31
2019-06-14i40e: Add bounds check for ch[] arrayPiotr Kwapulinski1-1/+10
2019-06-14i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski1-1/+1
2019-06-05i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang1-5/+5
2019-06-05i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang1-4/+2
2019-05-04i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15
2019-05-04i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-05-04i40e: missing input validation on VF message handling by the PFMartyna Szapar1-14/+44
2019-05-04i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
2019-05-04i40e: add num_vectors checker in iwarp handlerSergey Nemov1-0/+10
2019-05-04i40e: VF's promiscuous attribute is not keptGrzegorz Siwik1-0/+23
2019-05-03i40e: fix misleading message about promisc setting on un-trusted VFHarshitha Ramamurthy1-12/+16
2019-05-03i40e: remove out-of-range comparisons in i40e_validate_cloud_filterJacob Keller1-2/+2
2019-05-03i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov1-1/+2
2019-04-16i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-01-22i40e: clean up several indentation issuesColin Ian King1-2/+2
2019-01-22i40e: check queue pairs num in config queues handlerSergey Nemov1-1/+6
2018-11-14i40e: suppress bogus error messageMitch Williams1-1/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski1-5/+59
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