index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_sriov.c
Age
Commit message (
Expand
)
Author
2022-05-05
ice: always check VF VSI pointer values
Jacob Keller
2022-04-26
ice: fix use-after-free when deinitializing mailbox snapshot
Jacob Keller
2022-03-15
ice: introduce ice_virtchnl.c and ice_virtchnl.h
Jacob Keller
2022-03-15
ice: cleanup long lines in ice_sriov.c
Jacob Keller
2022-03-15
ice: introduce ICE_VF_RESET_LOCK flag
Jacob Keller
2022-03-15
ice: introduce ICE_VF_RESET_NOTIFY flag
Jacob Keller
2022-03-15
ice: convert ice_reset_vf to take flags
Jacob Keller
2022-03-15
ice: move reset functionality into ice_vf_lib.c
Jacob Keller
2022-03-15
ice: fix a long line warning in ice_reset_vf
Jacob Keller
2022-03-15
ice: introduce VF operations structure for reset flows
Jacob Keller
2022-03-15
ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id
Jacob Keller
2022-03-15
ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
Jacob Keller
2022-03-14
ice: use ice_is_vf_trusted helper function
Jacob Keller
2022-03-14
ice: log an error message when eswitch fails to configure
Jacob Keller
2022-03-14
ice: cleanup error logging for ice_ena_vfs
Jacob Keller
2022-03-14
ice: move ice_set_vf_port_vlan near other .ndo ops
Jacob Keller
2022-03-14
ice: refactor spoofchk control code in ice_sriov.c
Jacob Keller
2022-03-14
ice: rename ICE_MAX_VF_COUNT to avoid confusion
Jacob Keller
2022-03-14
ice: remove unused definitions from ice_sriov.h
Jacob Keller
2022-03-14
ice: convert vf->vc_ops to a const pointer
Jacob Keller
2022-03-14
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
2022-03-14
ice: rename ice_sriov.c to ice_vf_mbx.c
Jacob Keller
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
ice: Use int for ice_status
Tony Nguyen
2021-04-22
ice: warn about potentially malicious VFs
Vignesh Sridhar
2020-02-15
ice: remove unnecessary fallthrough comments
Bruce Allan
2019-01-15
ice: Add support for new PHY types
Anirudh Venkataramanan
2018-11-20
ice: Cosmetic formatting changes
Anirudh Venkataramanan
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan