index
:
kernel/linux.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.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
1
-3
/
+1
4 days
bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
Yonghong Song
1
-7
/
+89
10 days
selftests/bpf: Improve reliability of test_perf_branches_no_hw()
Matt Bobrowski
1
-2
/
+14
10 days
selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
Matt Bobrowski
1
-3
/
+3
10 days
selftests/bpf: Fix failure paths in send_signal test
Alexei Starovoitov
1
-0
/
+5
2025-08-28
selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page size
Yonghong Song
1
-3
/
+7
2025-06-04
selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
Ihor Solodrai
1
-1
/
+0
2025-04-10
selftests/bpf: Select NUMA_NO_NODE to create map
Saket Kumar Bhaskar
1
-0
/
+5
2024-10-17
selftests/bpf: Replace extract_build_id with read_build_id
Jiri Olsa
2
-23
/
+13
2024-10-17
selftests/bpf: Fix compiling core_reloc.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-17
selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-17
selftests/bpf: Fix compiling flow_dissector.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-17
selftests/bpf: Fix compiling kfree_skb.c with musl-libc
Tony Ambardar
1
-0
/
+1
2024-10-17
selftests/bpf: Fix include of <sys/fcntl.h>
Tony Ambardar
1
-1
/
+1
2024-10-17
selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
Yonghong Song
1
-0
/
+73
2024-10-17
selftests/bpf: Refactor out some functions in ns_current_pid_tgid test
Yonghong Song
1
-19
/
+34
2024-10-17
selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
Yonghong Song
1
-17
/
+19
2024-10-17
selftests/bpf: Fix missing BUILD_BUG_ON() declaration
Tony Ambardar
1
-0
/
+1
2024-10-17
selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
Tony Ambardar
1
-1
/
+1
2024-10-17
selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()
Roberto Sassu
1
-0
/
+87
2024-09-18
selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
Michal Luczaj
1
-2
/
+1
2024-08-14
selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
Yonghong Song
1
-1
/
+2
2024-08-03
selftests/bpf: Close obj in error path in xdp_adjust_tail
Geliang Tang
1
-1
/
+1
2024-08-03
selftests/bpf: Close fd in error path in drop_on_reuseport
Geliang Tang
1
-1
/
+1
2024-06-27
selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
Yonghong Song
1
-25
/
+1
2024-05-17
bpf: Check bloom filter map value size
Andrei Matei
1
-0
/
+6
2024-02-05
selftests/bpf: satisfy compiler by having explicit return in btf test
Andrii Nakryiko
1
-0
/
+1
2024-01-26
selftests/bpf: Add assert for user stacks in test_task_stack
Jordan Rome
1
-0
/
+2
2024-01-26
selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
YiFei Zhu
1
-1
/
+1
2023-11-20
selftests/bpf: Correct map_fd to data_fd in tailcalls
Leon Hwang
1
-16
/
+16
2023-09-13
selftests/bpf: Fix repeat option when kfunc_call verification fails
Yipeng Zou
1
-1
/
+1
2023-09-13
selftests/bpf: Fix bpf_nf failure upon test rerun
Daniel Borkmann
1
-2
/
+3
2023-07-27
selftests/bpf: Fix sk_assign on s390x
Ilya Leoshkevich
1
-6
/
+19
2023-07-27
selftests/bpf: make test_align selftest more robust
Andrii Nakryiko
1
-14
/
+24
2023-07-19
selftests/bpf: Fix check_mtu using wrong variable type
Jesper Dangaard Brouer
1
-1
/
+1
2023-06-14
selftests/bpf: Fix sockopt_sk selftest
Yonghong Song
1
-1
/
+1
2023-06-14
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
1
-0
/
+28
2023-05-11
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
1
-0
/
+1
2023-05-11
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
2
-16
/
+2
2023-05-11
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
1
-2
/
+6
2023-05-11
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-2
/
+2
2023-03-30
selftests/bpf: check that modifier resolves after pointer
Lorenz Bauer
1
-0
/
+28
2023-03-17
Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
Martin KaFai Lau
1
-4
/
+3
2023-03-17
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
1
-3
/
+4
2023-03-10
selftests/bpf: Fix xdp_do_redirect on s390x
Ilya Leoshkevich
1
-0
/
+4
2023-02-01
Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"
Sasha Levin
1
-9
/
+0
2023-01-24
selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
Hao Sun
1
-0
/
+9
2022-12-31
selftests/bpf: Mount debugfs in setns_by_fd
Stanislav Fomichev
3
-3
/
+3
2022-12-31
selftests/bpf: Make sure zero-len skbs aren't redirectable
Stanislav Fomichev
1
-0
/
+146
2022-12-31
selftests/bpf: fix memory leak of lsm_cgroup
Wang Yufen
1
-4
/
+13
[next]