开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_vf_lib.h
Age
Commit message (
Expand
)
Author
2024-10-10
ice: Support VF queue rate limit and quanta size configuration
Wenjun Wu
2024-08-13
ice: enable FDIR filters from raw binary patterns for VFs
Junfeng Guo
2024-03-04
ice: remove vf->lan_vsi_num field
Jacob Keller
2024-01-02
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
Jacob Keller
2023-11-13
ice: make representor code generic
Michal Swiatkowski
2023-10-20
ice: implement num_msix field per VF
Michal Swiatkowski
2023-10-20
ice: store VF's pci_dev ptr in ice_vf
Przemek Kitszel
2023-09-13
ice: Check CRC strip requirement for VLAN strip
Haiyue Wang
2023-08-21
Revert "ice: Fix ice VF reset during iavf initialization"
Petr Oros
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-16
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
2023-05-16
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
2023-03-13
ice: track malicious VFs in new ice_mbx_vf_info structure
Jacob Keller
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
2022-07-28
ice: Fix promiscuous mode not turning off
Michal Wilczynski
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-05-05
ice: remove period on argument description in ice_for_each_vf
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: convert ice_reset_vf to standard error codes
Jacob Keller
2022-03-15
ice: make ice_reset_all_vfs void
Jacob Keller
2022-03-15
ice: drop is_vflr parameter from ice_reset_all_vfs
Jacob Keller
2022-03-15
ice: move reset functionality into ice_vf_lib.c
Jacob Keller
2022-03-15
ice: introduce VF operations structure for reset flows
Jacob Keller
2022-03-15
ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h
Jacob Keller