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.18.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
Age
Commit message (
Expand
)
Author
2023-09-13
igb: clean up in all error paths when enabling SR-IOV
Corinna Vinschen
2023-09-13
ixgbe: fix timestamp configuration code
Vadim Fedorenko
2023-09-05
igb: Change IGB_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
2023-09-05
igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
2023-09-05
igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
2023-09-03
igb: disable virtualization features on 82580
Corinna Vinschen
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-08-28
igb: set max size RX buffer when store bad packet is enabled
Radoslaw Tyl
2023-08-25
ice: avoid executing commands on other ports when driving sync
Jacob Keller
2023-08-24
e1000e: Add support for the next LOM generation
Sasha Neftin
2023-08-24
igc: Decrease PTM short interval from 10 us to 1 us
Sasha Neftin
2023-08-24
igc: Add support for multiple in-flight TX timestamps
Vinicius Costa Gomes
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-23
i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()
Andrii Staikov
2023-08-22
igc: Fix the typo in the PTM Control macro
Sasha Neftin
2023-08-22
igb: Avoid starting unnecessary workqueues
Alessio Igor Bogani
2023-08-21
ice: Fix NULL pointer deref during VF reset
Petr Oros
2023-08-21
Revert "ice: Fix ice VF reset during iavf initialization"
Petr Oros
2023-08-21
ice: fix receive buffer size miscalculation
Jesse Brandeburg
2023-08-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-08-18
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-17
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2023-08-17
ice: split ice_aq_wait_for_event() func into two
Przemek Kitszel
2023-08-17
ice: embed &ice_rq_event_info event into struct ice_aq_task
Przemek Kitszel
2023-08-17
ice: ice_aq_check_events: fix off-by-one check when filling buffer
Przemek Kitszel
2023-08-17
ice: drop two params from ice_aq_alloc_free_res()
Przemek Kitszel
2023-08-17
ice: use list_for_each_entry() helper
Yang Yingliang
2023-08-17
ice: Remove redundant VSI configuration in eswitch setup
Marcin Szycik
2023-08-17
ice: move E810T functions to before device agnostic ones
Jacob Keller
2023-08-17
ice: refactor ice_vsi_is_vlan_pruning_ena
Jan Sokolowski
2023-08-17
ice: refactor ice_ptp_hw to make functions static
Jan Sokolowski
2023-08-17
ice: refactor ice_sched to make functions static
Jan Sokolowski
2023-08-17
ice: Utilize assign_bit() helper
Tony Nguyen
2023-08-17
ice: Block switchdev mode when ADQ is active and vice versa
Marcin Szycik
2023-08-17
ice: refactor ice_vf_lib to make functions static
Jan Sokolowski
2023-08-17
ice: refactor ice_lib to make functions static
Jan Sokolowski
2023-08-17
ice: refactor ice_ddp to make functions static
Jan Sokolowski
2023-08-17
ice: remove unused methods
Jan Sokolowski
2023-08-16
virtchnl: fix fake 1-elem arrays for structures allocated as `nents`
Alexander Lobakin
2023-08-16
virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`
Alexander Lobakin
2023-08-16
virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
Alexander Lobakin
2023-08-16
i40e: fix misleading debug logs
Andrii Staikov
2023-08-16
iavf: fix FDIR rule fields masks validation
Piotr Gardocki
2023-08-16
e1000e: Use PME poll to circumvent unreliable ACPI wake
Kai-Heng Feng
2023-08-15
net: e1000e: Remove unused declarations
Yue Haibing
2023-08-13
net: e1000: Remove unused declarations
Yue Haibing
2023-08-11
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
i40e: Replace one-element array with flex-array member in struct i40e_profile...
Gustavo A. R. Silva
[next]