summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller1-8/+8
2023-12-08ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman1-0/+20
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+8
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-19/+0
2023-08-17ice: Utilize assign_bit() helperTony Nguyen1-4/+1
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski1-234/+234
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-3/+0
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-0/+19
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski1-0/+32
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller1-5/+2
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller1-4/+6
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller1-8/+4
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-4/+4
2023-02-06ice: introduce .irq_close VF operationJacob Keller1-0/+4
2023-02-06ice: introduce clear_reset_state operationJacob Keller1-1/+11
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller1-1/+30
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller1-0/+54
2023-02-06ice: add a function to initialize vf entryJacob Keller1-0/+26
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller1-2/+17
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller1-0/+18
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-2/+7
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski1-1/+1
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash1-0/+24
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-1/+4
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch1-4/+7
2022-08-11ice: Fix call trace with null VSI during VF resetMichal Jaron1-1/+3
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski1-11/+68
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-5/+5
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-05-05ice: add a function comment for ice_cfg_mac_antispoofJacob Keller1-0/+7
2022-05-05ice: fix wording in comment for ice_reset_vfJacob Keller1-2/+2
2022-05-05ice: remove return value comment for ice_reset_all_vfsJacob Keller1-2/+2
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-1/+27
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller1-9/+7
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller1-4/+14
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller1-0/+28
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller1-3/+6
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller1-7/+8
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller1-5/+3
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller1-3/+2
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller1-0/+475
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller1-3/+1
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-0/+519