summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15i40e: Consolidate hardware capabilitiesIvan Vecera1-4/+4
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-10/+10
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-0/+2
2023-10-04i40e: Add rx_missed_errors for buffer exhaustionYajun Deng1-1/+1
2023-09-15i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+5
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin1-3/+4
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-1/+1
2023-08-01i40e: remove i40e_statusJan Sokolowski1-92/+87
2023-07-14i40e: Wait for pending VF reset in VF set callbacksIvan Vecera1-11/+5
2023-07-14i40e: Add helper for VF inited state check with timeoutIvan Vecera1-16/+33
2023-04-02i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch1-4/+70
2023-02-09i40e: use ERR_PTR error print in i40e messagesJan Sokolowski1-14/+14
2023-02-09i40e: use int for i40e_statusJan Sokolowski1-33/+33
2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski1-14/+14
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg1-31/+32
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