index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_vf_lib.c
Age
Commit message (
Expand
)
Author
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
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: move VF overflow message count into struct ice_mbx_vf_info
Jacob Keller
2023-03-13
ice: track malicious VFs in new ice_mbx_vf_info structure
Jacob Keller
2023-03-13
ice: convert ice_mbx_clear_malvf to void and use WARN
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
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
2023-02-03
ice: split ice_vsi_setup into smaller functions
Michal Swiatkowski
2022-11-14
ice: virtchnl rss hena support
Md Fahad Iqbal Polash
2022-11-09
ice: Fix spurious interrupt during removal of trusted VF
Norbert Zulinski
2022-08-17
ice: Fix VF not able to send tagged traffic with no VLAN filters
Sylwester Dziedziuch
2022-08-11
ice: Fix call trace with null VSI during VF reset
Michal Jaron
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-06-14
ice: Fix memory corruption in VF driver
Przemyslaw Patynowski
2022-05-05
ice: add a function comment for ice_cfg_mac_antispoof
Jacob Keller
2022-05-05
ice: fix wording in comment for ice_reset_vf
Jacob Keller
2022-05-05
ice: remove return value comment for ice_reset_all_vfs
Jacob Keller
2022-05-05
ice: always check VF VSI pointer values
Jacob Keller
2022-03-15
ice: remove PF pointer from ice_check_vf_init
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