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
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-20
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
Yafang Shao
2022-01-19
bpf, selftests: Add ringbuf memory type confusion test
Daniel Borkmann
2022-01-11
bpf/selftests: Add check for updating XDP bpf_link with wrong program type
Toke Høiland-Jørgensen
2022-01-06
bpf/selftests: Test bpf_d_path on rdonly_mem.
Hao Luo
2022-01-06
selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3
Andrii Nakryiko
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-29
bpf/selftests: Update local storage selftest for sleepable programs
KP Singh
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
selftest/bpf: Add a test that reads various addresses.
Alexei Starovoitov
2021-12-13
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-11
selftests/bpf: Add test cases for bpf_strncmp()
Hou Tao
2021-12-11
selftests/bpf: Add benchmark for bpf_strncmp() helper
Hou Tao
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
2021-12-02
selftests/bpf: Add CO-RE relocations to verifier scale test.
Alexei Starovoitov
2021-12-02
selftests/bpf: Revert CO-RE removal in test_ksyms_weak.
Alexei Starovoitov
2021-12-02
selftests/bpf: Additional test for CO-RE in the kernel.
Alexei Starovoitov
2021-12-02
selftests/bpf: Improve inner_map test coverage.
Alexei Starovoitov
2021-11-30
selftest/bpf/benchs: Add bpf_loop benchmark
Joanne Koong
2021-11-30
selftests/bpf: Measure bpf_loop verifier performance
Joanne Koong
2021-11-30
selftests/bpf: Add bpf_loop test
Joanne Koong
2021-11-28
selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
Hengqi Chen
2021-11-26
af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.
Kuniyuki Iwashima
2021-11-25
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-16
selftests/bpf: Add uprobe triggering overhead benchmarks
Andrii Nakryiko
2021-11-15
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-11
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
2021-11-11
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
2021-11-10
selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup
Mark Pashmfouroush
2021-11-08
selftests/bpf: Add exception handling selftests for tp_bpf program
Alan Maguire
2021-11-07
selftests/bpf: Add tests for bpf_find_vma
Song Liu
2021-11-07
selftests/bpf: Use explicit bpf_prog_test_load() calls everywhere
Andrii Nakryiko
2021-11-07
selftests/bpf: Fix non-strict SEC() program sections
Andrii Nakryiko
2021-11-06
bpf: selftest: Trigger a DCE on the whole subprog
Martin KaFai Lau
2021-11-01
selftests/bpf: Add a testcase for 64-bit bounds propagation issue.
Alexei Starovoitov
2021-11-01
selftests/bpf: Fix also no-alu32 strobemeta selftest
Andrii Nakryiko
2021-11-01
selftests/bpf: Add test cases for struct_ops prog
Hou Tao
2021-11-01
selftests/bpf: Fix strobemeta selftest regression
Andrii Nakryiko
2021-10-28
selftests/bpf: Add weak/typeless ksym test for light skeleton
Kumar Kartikeya Dwivedi
2021-10-28
bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
Joanne Koong
2021-10-28
selftests/bpf: Add bloom filter map test cases
Joanne Koong
2021-10-25
selftests/bpf: Fix test_core_reloc_mods on big-endian machines
Ilya Leoshkevich
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.c
Yonghong Song
2021-10-22
selftests/bpf: Make perf_buffer selftests work on 4.9 kernel again
Andrii Nakryiko
[next]