aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18i40e: improve VF MAC filters accountingLukasz Czapnik1-39/+26
2025-09-18i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
2025-09-18i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-09-18i40e: fix validation of VF state in get resourcesLukasz Czapnik1-1/+6
2025-09-18i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1
2025-09-18i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-09-18i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-09-18i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-16/+11
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2025-07-24i40e: use libie_aq_strMichal Swiatkowski1-16/+11
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+7
2025-06-10i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-10i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller1-22/+24
2025-01-07i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov1-1/+1
2024-10-08i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov1-0/+2
2024-04-30i40e: Add helper to access main VSIIvan Vecera1-6/+8
2024-04-01i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-03-26i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-03-06i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev1-4/+0
2024-02-12i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera1-5/+33
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+30
2024-01-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+26
2024-01-03i40e: Restore VF MSI-X state during PCI resetAndrii Staikov1-0/+26
2024-01-02i40e: Fix VF disable behavior to block all trafficAndrii Staikov1-0/+32
2023-12-27i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2023-12-18i40e: field get conversionJesse Brandeburg1-11/+10
2023-12-18i40e: field prep conversionJesse Brandeburg1-5/+3
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera1-4/+4
2023-11-14i40e: 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-03i40e: 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-07-31i40e: 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-25i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch1-11/+32