index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-40
/
+0
2022-07-26
ice: Fix VSIs unable to share unicast MAC
Anirudh Venkataramanan
1
-40
/
+0
2022-06-11
ethernet: Remove vf rate limit check for drivers
Bin Chen
1
-10
/
+0
2022-05-05
ice: always check VF VSI pointer values
Jacob Keller
1
-3
/
+29
2022-04-26
ice: fix use-after-free when deinitializing mailbox snapshot
Jacob Keller
1
-1
/
+1
2022-03-15
ice: introduce ice_virtchnl.c and ice_virtchnl.h
Jacob Keller
1
-3771
/
+0
2022-03-15
ice: cleanup long lines in ice_sriov.c
Jacob Keller
1
-12
/
+27
2022-03-15
ice: introduce ICE_VF_RESET_LOCK flag
Jacob Keller
1
-9
/
+3
2022-03-15
ice: introduce ICE_VF_RESET_NOTIFY flag
Jacob Keller
1
-39
/
+5
2022-03-15
ice: convert ice_reset_vf to take flags
Jacob Keller
1
-3
/
+3
2022-03-15
ice: move reset functionality into ice_vf_lib.c
Jacob Keller
1
-475
/
+0
2022-03-15
ice: fix a long line warning in ice_reset_vf
Jacob Keller
1
-1
/
+2
2022-03-15
ice: introduce VF operations structure for reset flows
Jacob Keller
1
-136
/
+182
2022-03-15
ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id
Jacob Keller
1
-1
/
+2
2022-03-15
ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
Jacob Keller
1
-508
/
+1
2022-03-15
ice: use ice_is_vf_trusted helper function
Jacob Keller
1
-10
/
+10
2022-03-15
ice: log an error message when eswitch fails to configure
Jacob Keller
1
-1
/
+3
2022-03-15
ice: cleanup error logging for ice_ena_vfs
Jacob Keller
1
-13
/
+19
2022-03-15
ice: move ice_set_vf_port_vlan near other .ndo ops
Jacob Keller
1
-96
/
+96
2022-03-15
ice: refactor spoofchk control code in ice_sriov.c
Jacob Keller
1
-11
/
+7
2022-03-15
ice: rename ICE_MAX_VF_COUNT to avoid confusion
Jacob Keller
1
-4
/
+4
2022-03-15
ice: remove unused definitions from ice_sriov.h
Jacob Keller
1
-1
/
+0
2022-03-15
ice: convert vf->vc_ops to a const pointer
Jacob Keller
1
-14
/
+47
2022-03-15
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
1
-0
/
+6613
2022-03-15
ice: rename ice_sriov.c to ice_vf_mbx.c
Jacob Keller
1
-532
/
+0
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
1
-13
/
+13
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-7
/
+7
2021-04-22
ice: warn about potentially malicious VFs
Vignesh Sridhar
1
-1
/
+399
2020-02-16
ice: remove unnecessary fallthrough comments
Bruce Allan
1
-2
/
+0
2019-01-15
ice: Add support for new PHY types
Anirudh Venkataramanan
1
-0
/
+9
2018-11-20
ice: Cosmetic formatting changes
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
1
-0
/
+86
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
1
-0
/
+41