summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)Author
2022-02-01i40e: Fix issue when maximum queues is exceededJedrzej Jagielski
2021-12-14i40e: Fix pre-set max number of queues for VFMateusz Palczewski
2021-12-14i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek
2021-11-26i40e: Fix ping is lost after configuring ADq on VFEryk Rybak
2021-11-26i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak
2021-04-14i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak
2021-02-10i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov
2021-02-03i40e: acquire VSI pointer only after VF is initializedStefan Assmann
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-12-02i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch
2020-03-05i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley
2020-02-05i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski
2019-08-05i40e: fix code commentsJeff Kirsher
2019-08-05i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller
2019-06-26i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-06-14i40e: add input validation for virtchnl handlersSergey Nemov
2019-06-14i40e: Add bounds check for ch[] arrayPiotr Kwapulinski
2019-06-14i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski
2019-06-05i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang
2019-06-05i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang
2019-05-04i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar
2019-05-04i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2019-05-04i40e: missing input validation on VF message handling by the PFMartyna Szapar
2019-05-04i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2019-05-04i40e: add num_vectors checker in iwarp handlerSergey Nemov
2019-05-04i40e: VF's promiscuous attribute is not keptGrzegorz Siwik
2019-05-03i40e: fix misleading message about promisc setting on un-trusted VFHarshitha Ramamurthy
2019-05-03i40e: remove out-of-range comparisons in i40e_validate_cloud_filterJacob Keller
2019-05-03i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov
2019-04-16i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz
2019-01-22i40e: clean up several indentation issuesColin Ian King
2019-01-22i40e: check queue pairs num in config queues handlerSergey Nemov
2018-11-14i40e: suppress bogus error messageMitch Williams
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski
2018-10-31i40e: Update status codesMitch Williams
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-14i40e: Fix permission check for VF MAC filtersFilip Sadowski
2018-03-14i40e: Fix attach VF to VM issuePaweł Jabłoński