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_repr.c
Age
Commit message (
Expand
)
Author
2023-11-13
ice: add VF representors one by one
Michal Swiatkowski
2023-11-13
ice: set Tx topology every time new repr is added
Michal Swiatkowski
2023-11-13
ice: return pointer to representor
Michal Swiatkowski
2023-11-13
ice: make representor code generic
Michal Swiatkowski
2023-11-13
ice: remove VF pointer reference in eswitch code
Michal Swiatkowski
2023-11-13
ice: track port representors in xarray
Michal Swiatkowski
2023-11-13
ice: use repr instead of vf->repr
Michal Swiatkowski
2023-11-13
ice: track q_id in representor
Michal Swiatkowski
2023-07-24
ice: Implement basic eswitch bridge setup
Wojciech Drewek
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
2022-11-23
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
2022-11-17
ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler
Michal Wilczynski
2022-11-17
ice: Implement devlink-rate API
Michal Wilczynski
2022-11-03
net: remove unused ndo_get_devlink_port
Jiri Pirko
2022-11-03
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
2022-09-27
ice: reorder PF/representor devlink port register/unregister flows
Jiri Pirko
2022-05-06
ice: link representors to PCI device
Michal Swiatkowski
2022-05-05
ice: always check VF VSI pointer values
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-09
ice: Add slow path offload stats on port representor in switchdev
Marcin Szycik
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
2021-10-28
ice: Add support for changing MTU on PR in switchdev mode
Marcin Szycik
2021-10-11
ice: ndo_setup_tc implementation for PR
Michal Swiatkowski
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
2021-10-07
ice: switchdev slow path
Grzegorz Nitka
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
2021-10-07
ice: set and release switchdev environment
Grzegorz Nitka
2021-10-07
ice: allow process VF opcodes in different ways
Michal Swiatkowski
2021-10-07
ice: introduce VF port representor
Michal Swiatkowski