summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: virtchnl rss hena supportMd Fahad Iqbal Polash2022-11-141-0/+24
* ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-091-1/+4
* ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-171-4/+7
* ice: Fix call trace with null VSI during VF resetMichal Jaron2022-08-111-1/+3
* ice: Fix promiscuous mode not turning offMichal Wilczynski2022-07-281-11/+68
* ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-5/+5
* ice: Fix memory corruption in VF driverPrzemyslaw Patynowski2022-06-141-0/+5
* ice: add a function comment for ice_cfg_mac_antispoofJacob Keller2022-05-051-0/+7
* ice: fix wording in comment for ice_reset_vfJacob Keller2022-05-051-2/+2
* ice: remove return value comment for ice_reset_all_vfsJacob Keller2022-05-051-2/+2
* ice: always check VF VSI pointer valuesJacob Keller2022-05-051-1/+27
* ice: remove PF pointer from ice_check_vf_initJacob Keller2022-03-151-9/+7
* ice: introduce ICE_VF_RESET_LOCK flagJacob Keller2022-03-151-4/+14
* ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller2022-03-151-0/+28
* ice: convert ice_reset_vf to take flagsJacob Keller2022-03-151-3/+6
* ice: convert ice_reset_vf to standard error codesJacob Keller2022-03-151-7/+8
* ice: make ice_reset_all_vfs voidJacob Keller2022-03-151-5/+3
* ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller2022-03-151-3/+2
* ice: move reset functionality into ice_vf_lib.cJacob Keller2022-03-151-0/+475
* ice: introduce VF operations structure for reset flowsJacob Keller2022-03-151-3/+1
* ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller2022-03-151-0/+519