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
2020-09-28
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
2020-09-28
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
2020-09-28
selftests: Remove fmod_ret from test_overhead
Toke Høiland-Jørgensen
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2020-09-28
bpf: disallow attaching modify_return tracing functions to other BPF programs
Toke Høiland-Jørgensen
2020-09-28
Merge branch 'Sockmap copying'
Alexei Starovoitov
2020-09-28
selftest: bpf: Test copying a sockmap and sockhash
Lorenz Bauer
2020-09-28
selftests: bpf: Remove shared header from sockmap iter test
Lorenz Bauer
2020-09-28
selftests: bpf: Add helper to compare socket cookies
Lorenz Bauer
2020-09-28
bpf: sockmap: Enable map_update_elem from bpf_iter
Lorenz Bauer
2020-09-28
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
2020-09-28
selftests/bpf: Add raw_tp_test_run
Song Liu
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-28
xsk: Fix possible crash in socket_release when out-of-memory
Magnus Karlsson
2020-09-25
bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL
John Fastabend
2020-09-25
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
2020-09-25
bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
John Fastabend
2020-09-25
Merge branch 'enable-bpf_skc-cast-for-networking-progs'
Alexei Starovoitov
2020-09-25
bpf: selftest: Add test_btf_skc_cls_ingress
Martin KaFai Lau
2020-09-25
bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h
Martin KaFai Lau
2020-09-25
bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test
Martin KaFai Lau
2020-09-25
bpf: selftest: Use network_helpers in the sock_fields test
Martin KaFai Lau
2020-09-25
bpf: selftest: Adapt sock_fields test to use skel and global variables
Martin KaFai Lau
2020-09-25
bpf: selftest: Move sock_fields test into test_progs
Martin KaFai Lau
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
2020-09-25
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2020-09-25
bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...
Martin KaFai Lau
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
2020-09-25
bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
Martin KaFai Lau
2020-09-23
Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...
Alexei Starovoitov
2020-09-23
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
2020-09-23
Merge branch 'net-dsa-bcm_sf2-Additional-DT-changes'
David S. Miller
2020-09-23
net: dsa: bcm_sf2: Include address 0 for MDIO diversion
Florian Fainelli
2020-09-23
net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU port
Florian Fainelli
2020-09-23
Merge branch 'octeontx2-Add-support-for-VLAN-based-flow-distribution'
David S. Miller
2020-09-23
octeontx2-pf: Support to change VLAN based RSS hash options via ethtool
George Cherian
2020-09-23
octeontx2-af: Add support for VLAN based RSS hashing
George Cherian
2020-09-23
net: fix a new kernel-doc warning at dev.c
Mauro Carvalho Chehab
2020-09-23
Merge branch 'net-mdio-ipq4019-add-Clause-45-support'
David S. Miller
2020-09-23
net: mdio-ipq4019: add Clause 45 support
Robert Marko
2020-09-23
net: mdio-ipq4019: change defines to upper case
Robert Marko
2020-09-23
Merge branch 'Introduce-mbox-tracepoints-for-Octeontx2'
David S. Miller
2020-09-23
octeontx2-pf: Add tracepoints for PF/VF mailbox
Subbaraya Sundeep
2020-09-23
octeontx2-af: Introduce tracepoints for mailbox
Subbaraya Sundeep
2020-09-23
net: allwinner: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
[next]