aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09ice: 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