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
Age
Commit message (
Expand
)
Author
2025-10-28
net: stmmac: Move subsecond increment configuration in dedicated helper
Maxime Chevallier
2025-10-28
Merge branch 'net-macb-eyeq5-support'
Paolo Abeni
2025-10-28
net: macb: Add "mobileye,eyeq5-gem" compatible
Théo Lebrun
2025-10-28
net: macb: rename bp->sgmii_phy field to bp->phy
Théo Lebrun
2025-10-28
net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
Théo Lebrun
2025-10-28
net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
Théo Lebrun
2025-10-28
dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
Théo Lebrun
2025-10-28
dibs: Use subsys_initcall()
Alexandra Winter
2025-10-28
dibs: Remove reset of static vars in dibs_init()
Alexandra Winter
2025-10-28
Merge branch 'net-mlx5-add-balance-id-support-for-lag-multiplane-groups'
Paolo Abeni
2025-10-28
net/mlx5: Add balance ID support for LAG multiplane groups
Mark Bloch
2025-10-28
net/mlx5: Refactor HCA cap 2 setting
Mark Bloch
2025-10-28
net/mlx5: Refactor PTP clock devcom pairing
Mark Bloch
2025-10-28
net/mlx5: Add software system image GUID infrastructure
Mark Bloch
2025-10-28
net/mlx5: Use common mlx5_same_hw_devs function
Mark Bloch
2025-10-28
Merge branch 'implement-more-features-for-txgbe-devices'
Paolo Abeni
2025-10-28
net: txgbe: support RSC offload
Jiawen Wu
2025-10-28
net: txgbe: support TX head write-back mode
Jiawen Wu
2025-10-28
net: txgbe: support RX desc merge mode
Jiawen Wu
2025-10-27
dt-bindings: net: phy: vsc8531: Convert to DT schema
Lad Prabhakar
2025-10-27
tcp: remove one ktime_get() from recvmsg() fast path
Eric Dumazet
2025-10-27
net/sched: Remove unused typedef psched_tdiff_t
Yue Haibing
2025-10-27
Merge branch 'sctp-avoid-redundant-initialisation-in-sctp_accept-and-sctp_do_...
Jakub Kicinski
2025-10-27
sctp: Remove sctp_copy_sock() and sctp_copy_descendant().
Kuniyuki Iwashima
2025-10-27
sctp: Use sctp_clone_sock() in sctp_do_peeloff().
Kuniyuki Iwashima
2025-10-27
sctp: Remove sctp_pf.create_accept_sk().
Kuniyuki Iwashima
2025-10-27
sctp: Use sk_clone() in sctp_accept().
Kuniyuki Iwashima
2025-10-27
net: Add sk_clone().
Kuniyuki Iwashima
2025-10-27
sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().
Kuniyuki Iwashima
2025-10-27
sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().
Kuniyuki Iwashima
2025-10-27
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Kuniyuki Iwashima
2025-10-27
Merge branch 'convert-net-drivers-to-ndo_hwtstamp-api-part-2'
Jakub Kicinski
2025-10-27
net: hns3: add hwtstamp_get/hwtstamp_set ops
Vadim Fedorenko
2025-10-27
net: renesas: rswitch: convert to ndo_hwtstamp API
Vadim Fedorenko
2025-10-27
net: ravb: convert to ndo_hwtstamp API
Vadim Fedorenko
2025-10-27
ionic: convert to ndo_hwtstamp API
Vadim Fedorenko
2025-10-27
mlx4: convert to ndo_hwtstamp API
Vadim Fedorenko
2025-10-27
octeontx2: convert to ndo_hwtstamp API
Vadim Fedorenko
2025-10-27
net: airoha: Fix a copy and paste bug in probe()
Dan Carpenter
2025-10-27
Merge tag 'batadv-next-pullrequest-20251024' of https://git.open-mesh.org/lin...
Jakub Kicinski
2025-10-27
Merge branch 'phy-mscc-fix-ptp-for-vsc8574-and-vsc8572'
Jakub Kicinski
2025-10-27
phy: mscc: Fix PTP for VSC8574 and VSC8572
Horatiu Vultur
2025-10-27
phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856X
Horatiu Vultur
2025-10-27
selftests: bridge_mdb: Add a test for MDB flush on snooping disable
Petr Machata
2025-10-27
net: bridge: Flush multicast groups when snooping is disabled
Petr Machata
2025-10-27
selftests: tls: add tls record_size_limit test
Wilfred Mallawa
2025-10-27
net/tls: support setting the maximum payload size
Wilfred Mallawa
2025-10-24
Merge branch 'dwmac-support-for-rockchip-rk3506'
Jakub Kicinski
2025-10-24
MAINTAINERS: add dwmac-rk glue driver to the main Rockchip entry
Heiko Stuebner
2025-10-24
ethernet: stmmac: dwmac-rk: Add RK3506 GMAC support
David Wu
[next]