index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
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]