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_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
2022-03-14
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-08
ice: stop disabling VFs due to PF error responses
Jacob Keller
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-18
ice: fix concurrent reset and removal of VFs
Jacob Keller
2022-02-09
ice: Add ability for PF admin to enable VF VLAN pruning
Brett Creeley
2022-02-09
ice: Add support for 802.1ad port VLANs VF
Brett Creeley
2022-02-09
ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
2022-02-09
ice: Add outer_vlan_ops and VSI specific VLAN ops implementations
Brett Creeley
2022-02-09
ice: Use the proto argument for VLAN ops
Brett Creeley
2022-02-09
ice: Refactor vf->port_vlan_info to use ice_vlan
Brett Creeley
2022-02-09
ice: Introduce ice_vlan struct
Brett Creeley
2022-02-09
ice: Add new VSI VLAN ops
Brett Creeley
2022-02-09
ice: Add helper function for adding VLAN 0
Brett Creeley
2022-02-09
ice: Refactor spoofcheck configuration functions
Brett Creeley
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
2021-12-14
ice: Propagate error codes
Tony Nguyen
2021-12-14
ice: Remove excess error variables
Tony Nguyen
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
2021-12-14
ice: Use int for ice_status
Tony Nguyen
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
2021-12-14
ice: Refactor promiscuous functions
Brett Creeley
2021-12-14
ice: refactor PTYPE validating
Jeff Guo
2021-12-07
ice: rearm other interrupt cause register after enabling VFs
Paul Greenwalt
2021-12-07
ice: fix FDIR init missing when reset VF
Yahui Cao
2021-11-03
ice: Fix race conditions between virtchnl handling and VF ndo ops
Brett Creeley
2021-11-03
ice: Fix not stopping Tx queues for VFs
Brett Creeley
2021-11-03
ice: Fix replacing VF hardware MAC to existing MAC filter
Sylwester Dziedziuch
2021-11-03
ice: Remove toggling of antispoof for VF trusted promiscuous mode
Brett Creeley
2021-11-03
ice: Fix VF true promiscuous mode
Brett Creeley
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
2021-10-28
ice: send correct vc status in switchdev
Michal Swiatkowski
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
2021-10-19
ice: fix an error code in ice_ena_vfs()
Dan Carpenter
2021-10-19
ice: Forbid trusted VFs in switchdev mode
Wojciech Drewek
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
[next]