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
2022-09-03
net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()
Zhengchao Shao
2022-09-03
net: fec: add stop mode support for imx8 platform
Wei Fang
2022-09-03
r8152: Add MAC passthrough support for Lenovo Travel Hub
André Apitzsch
2022-09-03
net/ipv4: Use __DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-09-02
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
Zhengchao Shao
2022-09-02
net: lantiq_etop: Fix return type for implementation of ndo_start_xmit
GUO Zihua
2022-09-02
net: sunplus: Fix return type for implementation of ndo_start_xmit
GUO Zihua
2022-09-02
net: xscale: Fix return type for implementation of ndo_start_xmit
GUO Zihua
2022-09-02
net: broadcom: Fix return type for implementation of
GUO Zihua
2022-09-02
Merge branch 'bpf: net: Remove duplicated code from bpf_getsockopt()'
Alexei Starovoitov
2022-09-02
selftest/bpf: Add test for bpf_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
2022-09-02
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
2022-09-02
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
2022-09-02
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-02
net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...
Gal Pressman
2022-09-02
selftests/xsk: Avoid use-after-free on ctx
Ian Rogers
2022-09-02
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
2022-09-02
selftests/xsk: Add support for zero copy testing
Maciej Fijalkowski
2022-09-02
selftests/xsk: Make sure single threaded test terminates
Maciej Fijalkowski
2022-09-02
selftests/xsk: Add support for executing tests on physical device
Maciej Fijalkowski
2022-09-02
selftests/xsk: Increase chars for interface name to 16
Maciej Fijalkowski
2022-09-02
selftests/xsk: Introduce default Rx pkt stream
Maciej Fijalkowski
2022-09-02
selftests/xsk: Query for native XDP support
Maciej Fijalkowski
2022-09-02
selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGS
Shmulik Ladkani
2022-09-02
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
2022-09-02
net: remove netif_tx_napi_add()
Jakub Kicinski
2022-09-02
net: bql: add more documentation
Eric Dumazet
2022-09-02
Merge branch 'net-ipa-transaction-state-IDs'
David S. Miller
2022-09-02
net: ipa: track polled transactions with an ID
Alex Elder
2022-09-02
net: ipa: track completed transactions with an ID
Alex Elder
2022-09-02
net: ipa: track pending transactions with an ID
Alex Elder
2022-09-02
net: ipa: track committed transactions with an ID
Alex Elder
2022-09-02
net: ipa: track allocated transactions with an ID
Alex Elder
2022-09-02
net: ipa: use an array for transactions
Alex Elder
2022-09-02
Merge branch 'lan966x-make-reset-optional'
David S. Miller
2022-09-02
net: lan966x: make reset optional
Michael Walle
[prev]
[next]