index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2023-02-06
ice: remove unnecessary virtchnl_ether_addr struct use
Jacob Keller
2023-02-06
ice: introduce .irq_close VF operation
Jacob Keller
2023-02-06
ice: introduce clear_reset_state operation
Jacob Keller
2023-02-06
ice: convert vf_ops .vsi_rebuild to .create_vsi
Jacob Keller
2023-02-06
ice: introduce ice_vf_init_host_cfg function
Jacob Keller
2023-02-06
ice: add a function to initialize vf entry
Jacob Keller
2023-02-06
ice: Pull common tasks into ice_vf_post_vsi_rebuild
Jacob Keller
2023-02-06
ice: move ice_vf_vsi_release into ice_vf_lib.c
Jacob Keller
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-26
ice: Fix VSIs unable to share unicast MAC
Anirudh Venkataramanan
2022-06-10
ethernet: Remove vf rate limit check for drivers
Bin Chen
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