summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley2020-02-111-2/+2
* i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-01-091-4/+18
* i40e: implement VF stats NDOJesse Brandeburg2019-11-041-0/+48
* i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov2019-10-251-26/+19
* i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann2019-09-111-1/+2
* i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba2019-08-221-1/+6
* i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski2019-08-051-18/+21
* i40e: fix code commentsJeff Kirsher2019-08-051-1/+1
* i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller2019-08-051-1/+12
* i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6
* i40e: add input validation for virtchnl handlersSergey Nemov2019-06-141-43/+31
* i40e: Add bounds check for ch[] arrayPiotr Kwapulinski2019-06-141-1/+10
* i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski2019-06-141-1/+1
* i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang2019-06-051-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-051-4/+2
* i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar2019-05-041-8/+15
* i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar2019-05-041-6/+10
* i40e: missing input validation on VF message handling by the PFMartyna Szapar2019-05-041-14/+44
* i40e: Wrong truncation from u16 to u8Grzegorz Siwik2019-05-041-1/+1
* i40e: add num_vectors checker in iwarp handlerSergey Nemov2019-05-041-0/+10
* i40e: VF's promiscuous attribute is not keptGrzegorz Siwik2019-05-041-0/+23
* i40e: fix misleading message about promisc setting on un-trusted VFHarshitha Ramamurthy2019-05-031-12/+16
* i40e: remove out-of-range comparisons in i40e_validate_cloud_filterJacob Keller2019-05-031-2/+2
* i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov2019-05-031-1/+2
* i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz2019-04-161-2/+4
* i40e: clean up several indentation issuesColin Ian King2019-01-221-2/+2
* i40e: check queue pairs num in config queues handlerSergey Nemov2019-01-221-1/+6
* i40e: suppress bogus error messageMitch Williams2018-11-141-1/+2
* i40e: Protect access to VF control methodsJan Sokolowski2018-11-141-5/+59
* i40e: Update status codesMitch Williams2018-10-311-1/+1
* 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
OpenPOWER on IntegriCloud