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
/
prog_tests
Age
Commit message (
Expand
)
Author
2022-03-30
bpf: selftests: Test fentry tracing a struct_ops program
Martin KaFai Lau
2022-03-28
selftests/bpf: Fix clang compilation errors
Yonghong Song
2022-03-20
selftests/bpf: Test skipping stacktrace
Namhyung Kim
2022-03-17
selftests/bpf: Test subskeleton functionality
Delyan Kratunov
2022-03-17
selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_opts
Jiri Olsa
2022-03-17
selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts
Jiri Olsa
2022-03-17
selftests/bpf: Add kprobe_multi bpf_cookie test
Jiri Olsa
2022-03-17
selftests/bpf: Add kprobe_multi attach test
Jiri Olsa
2022-03-16
selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly
Hou Tao
2022-03-16
bpf: selftests: Remove libcap usage from test_progs
Martin KaFai Lau
2022-03-15
selftests/bpf: Clean up array_size.cocci warnings
Guo Zhengkui
2022-03-11
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
2022-03-11
selftests/bpf: Add a test for maximum packet size in xdp_do_redirect
Toke Høiland-Jørgensen
2022-03-10
selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
Roberto Sassu
2022-03-10
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
2022-03-10
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
2022-03-10
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
2022-03-09
selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-09
selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
Toke Høiland-Jørgensen
2022-03-08
Improve stability of find_vma BPF test
Mykola Lysenko
2022-03-08
Improve send_signal BPF test stability
Mykola Lysenko
2022-03-08
Improve perf related BPF tests (sample_freq issue)
Mykola Lysenko
2022-03-05
selftests/bpf: Add a test for btf_type_tag "percpu"
Hao Luo
2022-03-05
selftests/bpf: Add custom SEC() handling selftest
Andrii Nakryiko
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
2022-03-03
bpf: selftests: test skb->tstamp in redirect_neigh
Martin KaFai Lau
2022-03-01
selftests/bpf: Update btf_dump case for conflicting names
Xu Kuohai
2022-02-28
bpf, selftests: Use raw_tp program for atomic test
Hou Tao
2022-02-20
selftests/bpf: Fix btfgen tests
Andrii Nakryiko
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
selftests/bpf: Fix crash in core_reloc when bpftool btfgen fails
Yucong Sun
2022-02-16
selftests/bpf: Test "bpftool gen min_core_btf"
Mauricio Vásquez
2022-02-15
selftests/bpf: Fix GCC11 compiler warnings in -O2 mode
Andrii Nakryiko
2022-02-11
selftests/bpf: Add test for bpf_timer overwriting crash
Kumar Kartikeya Dwivedi
2022-02-10
selftest/bpf: Check invalid length in test_xdp_update_frags
Lorenzo Bianconi
2022-02-08
selftests/bpf: Test BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390
Ilya Leoshkevich
2022-02-08
selftests/bpf: Do not export subtest as standalone test
Hou Tao
2022-02-07
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
2022-02-04
selftests/bpf: Test bpf_core_types_are_compat() functionality.
Matteo Croce
2022-02-03
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
2022-02-03
selftests/bpf: Redo the switch to new libbpf XDP APIs
Andrii Nakryiko
2022-02-02
selftests/bpf: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
2022-02-02
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
2022-01-31
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
2022-01-27
selftests/bpf: add a selftest with __user tag
Yonghong Song
2022-01-27
selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
Yonghong Song
2022-01-26
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
[next]