aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)Author
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov
2024-02-23i40e: Fix VF disable behavior to block all trafficAndrii Staikov
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov
2024-01-15i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari
2023-10-06i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
2023-10-06i40e: Add VF VLAN pruningMateusz Palczewski
2023-06-14i40e: use int for i40e_statusJan Sokolowski
2023-06-14i40e: Remove string printing for i40e_statusJan Sokolowski
2022-12-14i40e: Fix for VF MAC address 0Sylwester Dziedziuch
2022-11-03i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch
2022-09-28i40e: Fix VF set max MTU sizeMichal Jaron
2022-07-12i40e: Fix VF's MAC Address change on VMNorbert Zulinski
2022-06-22i40e: Fix calculating the number of queue pairsGrzegorz Szczurek
2022-03-16i40e: stop disabling VFs due to PF error responsesJacob Keller
2022-02-01i40e: Fix for failed to init adminq while VF resetKaren Sornek
2022-02-01i40e: Fix issue when maximum queues is exceededJedrzej Jagielski
2022-01-11i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski
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-25i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek
2021-11-25i40e: Fix ping is lost after configuring ADq on VFEryk Rybak
2021-11-25i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak
2021-07-19i40e: improve locking of mac_filter_hashStefan Assmann
2021-04-23i40e: refactor repeated link state reporting codeAleksandr Loktionov
2021-03-25i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak
2021-02-01i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24i40e: report correct VF link speed when link state is set to enableStefan Assmann
2020-11-23i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch
2020-11-10i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-09i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann
2020-09-09i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann
2020-06-25i40e: Remove scheduling while atomic possibilityAleksandr Loktionov
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley
2020-01-09i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley
2019-11-04i40e: implement VF stats NDOJesse Brandeburg
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov
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