summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11i40e: use int for i40e_statusJan Sokolowski1-33/+33
2023-05-11i40e: Remove string printing for i40e_statusJan Sokolowski1-14/+14
2022-12-05i40e: Fix for VF MAC address 0Sylwester Dziedziuch1-0/+2
2022-10-26i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch1-11/+32
2022-09-20i40e: Fix VF set max MTU sizeMichal Jaron1-0/+20
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-06-30i40e: Fix VF's MAC Address change on VMNorbert Zulinski1-0/+4
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek1-1/+1
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski1-1/+7
2022-03-09i40e: stop disabling VFs due to PF error responsesJacob Keller1-50/+7
2022-01-20i40e: Fix for failed to init adminq while VF resetKaren Sornek1-2/+42
2022-01-20i40e: Fix issue when maximum queues is exceededJedrzej Jagielski1-0/+59
2022-01-07i40e: Add ensurance of MacVlan resources for every trusted VFKaren Sornek1-5/+29
2022-01-05i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski1-8/+32
2021-12-06i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-06i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek1-22/+48
2021-11-18i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak1-5/+12
2021-11-17i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-07-19i40e: improve locking of mac_filter_hashStefan Assmann1-3/+20
2021-04-23i40e: refactor repeated link state reporting codeAleksandr Loktionov1-39/+69
2021-03-25i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak1-0/+9
2021-02-02i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov1-12/+1
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann1-7/+4
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch1-2/+2
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+15
2020-11-24i40e: report correct VF link speed when link state is set to enableStefan Assmann1-2/+3
2020-11-24i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch1-11/+15
2020-11-11i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba1-2/+24
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-4/+5
2020-09-10i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann1-1/+11
2020-09-10i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann1-5/+5
2020-06-26i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-02-12i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-01-09i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley1-4/+18
2019-11-05i40e: 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-06i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang1-5/+5
2019-06-06i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang1-4/+2
2019-05-05i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15