index
:
linux-stable.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-06-09
net: add retry mechanism to ndo_set_rx_mode_async
Stanislav Fomichev
2026-06-09
net: change ndo_set_rx_mode_async return type to int
Stanislav Fomichev
2026-06-09
sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
Michael Bommarito
2026-06-09
atm: drv: Replace strcpy() + strlcat() with snprintf()
David Laight
2026-06-09
net: eth: benet: Use strscpy() to copy strings into arrays
David Laight
2026-06-09
net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
Erni Sri Satya Vennela
2026-06-09
net: mscc: ocelot: validate netdev belongs to switch in .netdev_to_port()
David Yang
2026-06-09
bnxt_en: Fix NULL pointer dereference
Kyle Meyer
2026-06-09
net: mana: Add support for PF device 0x00C1
Haiyang Zhang
2026-06-09
net: dsa: qca8k: Add support for force mode for fixed link topology
George Moussalem
2026-06-09
Merge branch 'add-motorcomm-8531s-set-ds-func-and-8522-driver'
Jakub Kicinski
2026-06-09
net: phy: motorcomm: Add YT8522 100M RMII PHY support
Minda Chen
2026-06-09
net: motorcomm: phy: set drive strength in YT8531s RGMII
Minda Chen
2026-06-09
net: phy: motorcomm: move mdio lock out from yt8531_set_ds()
Minda Chen
2026-06-09
sctp: stream: fully roll back denied add-stream state
Wyatt Feng
2026-06-09
Merge branch 'mana-per-vport-eq'
Jakub Kicinski
2026-06-09
RDMA/mana_ib: Allocate interrupt contexts on EQs
Long Li
2026-06-09
net: mana: Allocate interrupt context for each EQ when creating vPort
Long Li
2026-06-09
net: mana: Use GIC functions to allocate global EQs
Long Li
2026-06-09
net: mana: Introduce GIC context with refcounting for interrupt management
Long Li
2026-06-09
net: mana: Query device capabilities and configure MSI-X sharing for EQs
Long Li
2026-06-09
net: mana: Create separate EQs for each vPort
Long Li
2026-06-09
Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-06-09
net: ncsi: Set ncsi_stop_dev() to inline while NET_NCSI not enabled
Minda Chen
2026-06-09
Merge tag 'trace-tools-v7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2026-06-09
Merge branch 'consolidate-fcrypt-and-pcbc-code-into-net-rxrpc'
Jakub Kicinski
2026-06-09
crypto: pcbc - Remove support for PCBC mode
Eric Biggers
2026-06-09
crypto: fcrypt - Remove support for FCrypt block cipher
Eric Biggers
2026-06-09
net/rxrpc: Reimplement DES-PCBC using DES library
Eric Biggers
2026-06-09
net/rxrpc: Use local FCrypt-PCBC implementation
Eric Biggers
2026-06-09
net/rxrpc: Add local FCrypt-PCBC implementation
Eric Biggers
2026-06-10
ASoC: renesas: fsi: Add SPU clock control in hw_startup/shutdown
bui duc phuc
2026-06-10
ASoC: renesas: fsi: add fsi_clk_prepare/unprepare()
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Add SPU clock support
bui duc phuc
2026-06-10
ASoC: renesas: fsi: refactor clock initialization
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Use devm_clk_get_optional() for optional clocks
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Move fsi_clk_init()
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Move fsi_stream_is_working()
bui duc phuc
2026-06-10
ASoC: renesas: fsi: Fix trigger stop ordering
bui duc phuc
2026-06-10
ASoC: dt-bindings: renesas,fsi: add support multiple clocks
bui duc phuc
2026-06-09
kconfig: tests: fix typo in comment
Ethan Nelson-Moore
2026-06-10
ASoC: codecs: aw88261: fixes and cleanup
Mark Brown
2026-06-10
ASoC: codecs: aw88261: make volume control usable
Val Packett
2026-06-10
ASoC: codecs: aw88261: fix incorrect masks for boost regs
Val Packett
2026-06-10
ASoC: codecs: aw88261: remove async start
Val Packett
2026-06-10
ASoC: codecs: aw88261: remove fade in/out on start/stop
Val Packett
2026-06-10
ASoC: codecs: aw88261: reduce log spam
Val Packett
2026-06-10
ASoC: codecs: aw88261: add TDM support
Val Packett
2026-06-10
ASoC: codecs: aw88261: support changing sample rate and bit width
Val Packett
[prev]
[next]