summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
Commit message (Expand)AuthorAgeFilesLines
* i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6Star
* i40e: add input validation for virtchnl handlersSergey Nemov2019-06-141-43/+31Star
* 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-061-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-061-4/+2Star
* i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar2019-05-051-8/+15
* i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar2019-05-051-6/+10
* i40e: missing input validation on VF message handling by the PFMartyna Szapar2019-05-051-14/+44
* i40e: Wrong truncation from u16 to u8Grzegorz Siwik2019-05-051-1/+1
* i40e: add num_vectors checker in iwarp handlerSergey Nemov2019-05-051-0/+10
* i40e: VF's promiscuous attribute is not keptGrzegorz Siwik2019-05-051-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-171-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/+37Star
* 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/+1Star
* 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-221-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/+2Star
* i40e: Add macro for PF reset bitAmritha Nambiar2017-10-131-3/+2Star
* i40e: use a local variable instead of calculating multiple timesLihong Yang2017-10-091-13/+7Star
* 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