summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sriov.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel2024-06-281-0/+8
* ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik2024-04-171-0/+2
* ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller2024-04-121-3/+2
* ice: set MSI-X vector count on VFMichal Swiatkowski2023-10-201-0/+13
* ice: store VF's pci_dev ptr in ice_vfPrzemek Kitszel2023-10-201-2/+2
* ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller2023-03-131-11/+0
* ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller2023-03-131-3/+2
* ice: declare ice_vc_process_vf_msg in ice_virtchnl.hJacob Keller2023-03-131-3/+0
* 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-151-2/+2
* ice: remove unused definitions from ice_sriov.hJacob Keller2022-03-151-6/+1
* ice: convert vf->vc_ops to a const pointerJacob Keller2022-03-151-7/+6
* ice: remove circular header dependencies on ice.hJacob Keller2022-03-151-1/+0
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-151-0/+437
* ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller2022-03-151-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