index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-23
net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
Roger Quadros
2023-12-23
net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
Roger Quadros
2023-12-23
selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...
Vladimir Oltean
2023-12-23
selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
Vladimir Oltean
2023-12-23
Merge branch 'net-selftests-unique-namespace-last-part'
David S. Miller
2023-12-23
kselftest/runner.sh: add netns support
Hangbin Liu
2023-12-23
selftests/net: convert pmtu.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: use unique netns name for setup_loopback.sh setup_veth.sh
Hangbin Liu
2023-12-23
selftests/net: convert xfrm_policy.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: convert stress_reuseport_listen.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: convert rtnetlink.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: convert netns-name.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: convert gre_gso.sh to run it in unique namespace
Hangbin Liu
2023-12-23
selftests/net: remove unneeded semicolon
Jiapeng Chong
2023-12-22
selftest/tcp-ao: Rectify out-of-tree build
Dmitry Safonov
2023-12-22
tipc: Remove some excess struct member documentation
Jonathan Corbet
2023-12-22
net: skbuff: Remove some excess struct-member documentation
Jonathan Corbet
2023-12-22
Merge branch 'tcp-refactor-bhash2'
David S. Miller
2023-12-22
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
2023-12-22
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
2023-12-22
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
2023-12-22
tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().
Kuniyuki Iwashima
2023-12-22
tcp: Rearrange tests in inet_csk_bind_conflict().
Kuniyuki Iwashima
2023-12-22
tcp: Link bhash2 to bhash.
Kuniyuki Iwashima
2023-12-22
tcp: Rename tb in inet_bind2_bucket_(init|create)().
Kuniyuki Iwashima
2023-12-22
tcp: Save address type in inet_bind2_bucket.
Kuniyuki Iwashima
2023-12-22
tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.
Kuniyuki Iwashima
2023-12-22
tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().
Kuniyuki Iwashima
2023-12-22
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-12-22
selftests/net: Fix various spelling mistakes in TCP-AO tests
Colin Ian King
2023-12-22
Bluetooth: Fix atomicity violation in {min,max}_key_size_set
Gui-Dong Han
2023-12-22
Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio
Jagan Teki
2023-12-22
Bluetooth: L2CAP: Fix possible multiple reject send
Frédéric Danis
2023-12-22
Bluetooth: hci_sync: fix BR/EDR wakeup bug
clancy shang
2023-12-22
Bluetooth: btnxpuart: remove useless assignment
Francesco Dolcini
2023-12-22
Bluetooth: btmtkuart: fix recv_buf() return value
Francesco Dolcini
2023-12-22
Bluetooth: btnxpuart: fix recv_buf() return value
Francesco Dolcini
2023-12-22
Bluetooth: qca: Support HFP offload for QCA2066
Zijun Hu
2023-12-22
Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
Zijun Hu
2023-12-22
Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
Iulia Tanasescu
2023-12-22
Bluetooth: Fix bogus check for re-auth no supported with non-ssp
Luiz Augusto von Dentz
2023-12-22
Bluetooth: btintel: Print firmware SHA1
Kiran K
2023-12-22
Bluetooth: hci_core: Remove le_restart_scan work
Luiz Augusto von Dentz
2023-12-22
Bluetooth: Add documentation to exported functions in lib
Yuran Pereira
2023-12-22
Bluetooth: btusb: Don't suspend when there are connections
Luiz Augusto von Dentz
2023-12-22
Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
Zijun Hu
2023-12-22
Bluetooth: ISO: Reassociate a socket with an active BIS
Iulia Tanasescu
2023-12-22
Bluetooth: ISO: Allow binding a PA sync socket
Iulia Tanasescu
2023-12-22
octeontx2-af: Fix a double free issue
Suman Ghosh
[prev]
[next]