summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sriov.h
Commit message (Expand)AuthorAgeFilesLines
* ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller2022-03-151-54/+1
* ice: move reset functionality into ice_vf_lib.cJacob Keller2022-03-151-15/+0
* ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller2022-03-151-202/+1
* ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller2022-03-141-2/+2
* ice: remove unused definitions from ice_sriov.hJacob Keller2022-03-141-6/+1
* ice: convert vf->vc_ops to a const pointerJacob Keller2022-03-141-7/+6
* ice: remove circular header dependencies on ice.hJacob Keller2022-03-141-1/+0
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-141-0/+437
* ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller2022-03-141-52/+0
* ice: Use int for ice_statusTony Nguyen2021-12-141-6/+6
* ice: warn about potentially malicious VFsVignesh Sridhar2021-04-221-1/+19
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-031-0/+9
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-031-0/+25