summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-40/+0
|\
| * ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2022-07-261-40/+0
* | ethernet: Remove vf rate limit check for driversBin Chen2022-06-101-10/+0
|/
* ice: always check VF VSI pointer valuesJacob Keller2022-05-051-3/+29
* ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller2022-04-261-1/+1
* ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller2022-03-151-3771/+0
* ice: cleanup long lines in ice_sriov.cJacob Keller2022-03-151-12/+27
* ice: introduce ICE_VF_RESET_LOCK flagJacob Keller2022-03-151-9/+3
* ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller2022-03-151-39/+5
* ice: convert ice_reset_vf to take flagsJacob Keller2022-03-151-3/+3
* ice: move reset functionality into ice_vf_lib.cJacob Keller2022-03-151-475/+0
* ice: fix a long line warning in ice_reset_vfJacob Keller2022-03-151-1/+2
* ice: introduce VF operations structure for reset flowsJacob Keller2022-03-151-136/+182
* ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller2022-03-151-1/+2
* ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller2022-03-151-508/+1
* ice: use ice_is_vf_trusted helper functionJacob Keller2022-03-141-10/+10
* ice: log an error message when eswitch fails to configureJacob Keller2022-03-141-1/+3
* ice: cleanup error logging for ice_ena_vfsJacob Keller2022-03-141-13/+19
* ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller2022-03-141-96/+96
* ice: refactor spoofchk control code in ice_sriov.cJacob Keller2022-03-141-11/+7
* ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller2022-03-141-4/+4
* ice: remove unused definitions from ice_sriov.hJacob Keller2022-03-141-1/+0
* ice: convert vf->vc_ops to a const pointerJacob Keller2022-03-141-14/+47
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-141-0/+6613
* ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller2022-03-141-532/+0
* ice: Remove enum ice_statusTony Nguyen2021-12-141-13/+13
* ice: Use int for ice_statusTony Nguyen2021-12-141-7/+7
* ice: warn about potentially malicious VFsVignesh Sridhar2021-04-221-1/+399
* ice: remove unnecessary fallthrough commentsBruce Allan2020-02-151-2/+0
* ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-151-0/+9
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-1/+1
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-031-0/+86
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-031-0/+41