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