index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_sriov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: always check VF VSI pointer values
Jacob Keller
2022-05-05
1
-3
/
+29
*
ice: fix use-after-free when deinitializing mailbox snapshot
Jacob Keller
2022-04-26
1
-1
/
+1
*
ice: introduce ice_virtchnl.c and ice_virtchnl.h
Jacob Keller
2022-03-15
1
-3771
/
+0
*
ice: cleanup long lines in ice_sriov.c
Jacob Keller
2022-03-15
1
-12
/
+27
*
ice: introduce ICE_VF_RESET_LOCK flag
Jacob Keller
2022-03-15
1
-9
/
+3
*
ice: introduce ICE_VF_RESET_NOTIFY flag
Jacob Keller
2022-03-15
1
-39
/
+5
*
ice: convert ice_reset_vf to take flags
Jacob Keller
2022-03-15
1
-3
/
+3
*
ice: move reset functionality into ice_vf_lib.c
Jacob Keller
2022-03-15
1
-475
/
+0
*
ice: fix a long line warning in ice_reset_vf
Jacob Keller
2022-03-15
1
-1
/
+2
*
ice: introduce VF operations structure for reset flows
Jacob Keller
2022-03-15
1
-136
/
+182
*
ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id
Jacob Keller
2022-03-15
1
-1
/
+2
*
ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
Jacob Keller
2022-03-15
1
-508
/
+1
*
ice: use ice_is_vf_trusted helper function
Jacob Keller
2022-03-14
1
-10
/
+10
*
ice: log an error message when eswitch fails to configure
Jacob Keller
2022-03-14
1
-1
/
+3
*
ice: cleanup error logging for ice_ena_vfs
Jacob Keller
2022-03-14
1
-13
/
+19
*
ice: move ice_set_vf_port_vlan near other .ndo ops
Jacob Keller
2022-03-14
1
-96
/
+96
*
ice: refactor spoofchk control code in ice_sriov.c
Jacob Keller
2022-03-14
1
-11
/
+7
*
ice: rename ICE_MAX_VF_COUNT to avoid confusion
Jacob Keller
2022-03-14
1
-4
/
+4
*
ice: remove unused definitions from ice_sriov.h
Jacob Keller
2022-03-14
1
-1
/
+0
*
ice: convert vf->vc_ops to a const pointer
Jacob Keller
2022-03-14
1
-14
/
+47
*
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
2022-03-14
1
-0
/
+6613
*
ice: rename ice_sriov.c to ice_vf_mbx.c
Jacob Keller
2022-03-14
1
-532
/
+0
*
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
1
-13
/
+13
*
ice: Use int for ice_status
Tony Nguyen
2021-12-14
1
-7
/
+7
*
ice: warn about potentially malicious VFs
Vignesh Sridhar
2021-04-22
1
-1
/
+399
*
ice: remove unnecessary fallthrough comments
Bruce Allan
2020-02-15
1
-2
/
+0
*
ice: Add support for new PHY types
Anirudh Venkataramanan
2019-01-15
1
-0
/
+9
*
ice: Cosmetic formatting changes
Anirudh Venkataramanan
2018-11-20
1
-1
/
+1
*
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
2018-10-03
1
-0
/
+86
*
ice: Add support for VF reset events
Anirudh Venkataramanan
2018-10-03
1
-0
/
+41