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.19.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-7.0.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
2026-03-04
selftests/bpf: Fix resource leak in serial_test_wq on attach failure
Kery Qi
1
-2
/
+3
2026-01-30
selftests/bpf: Check for timeout in perf_link test
Ihor Solodrai
1
-2
/
+13
2026-01-17
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
1
-3
/
+1
2026-01-17
bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
Yonghong Song
1
-7
/
+89
2025-12-18
selftests/bpf: Improve reliability of test_perf_branches_no_hw()
Matt Bobrowski
1
-2
/
+14
2025-12-18
selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
Matt Bobrowski
1
-3
/
+3
2025-12-18
selftests/bpf: Fix failure paths in send_signal test
Alexei Starovoitov
1
-0
/
+5
2025-11-13
selftests/bpf: Fix flaky bpf_cookie selftest
Mykyta Yatsenko
1
-2
/
+1
2025-10-23
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-23
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-08-20
selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page size
Yonghong Song
1
-3
/
+7
2025-08-20
selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size
Yonghong Song
1
-2
/
+2
2025-08-15
selftests/bpf: fix signedness bug in redir_partial()
Fushuai Wang
1
-0
/
+2
2025-07-24
selftests/bpf: Set test path for token/obj_priv_implicit_token_envvar
Ihor Solodrai
1
-7
/
+12
2025-06-19
selftests/bpf: Fix bpf_nf selftest failure
Saket Kumar Bhaskar
1
-0
/
+6
2025-05-29
selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
Ihor Solodrai
1
-1
/
+0
2025-05-02
selftests/bpf: Adjust data size to have ETH_HLEN
Shigeru Yoshida
2
-6
/
+6
2025-05-02
selftests/bpf: check program redirect in xdp_cpumap_attach
Alexis Lothoré (eBPF Foundation)
1
-1
/
+4
2025-05-02
selftests/bpf: make xdp_cpumap_attach keep redirect prog attached
Alexis Lothoré (eBPF Foundation)
1
-8
/
+33
2025-04-25
selftests/bpf: extend changes_pkt_data with cases w/o subprograms
Eduard Zingerman
1
-12
/
+43
2025-04-25
selftests/bpf: freplace tests for tracking of changes_packet_data
Eduard Zingerman
1
-0
/
+76
2025-04-10
selftests/bpf: Select NUMA_NO_NODE to create map
Saket Kumar Bhaskar
1
-0
/
+5
2025-04-10
selftests/bpf: Fix freplace_link segfault in tailcalls prog test
Tengda Wu
1
-0
/
+1
2025-03-22
selftests/bpf: Fix invalid flag of recv()
Jiayuan Chen
1
-3
/
+3
2025-03-13
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
9
-19
/
+19
2025-02-27
selftests/bpf: Add tests for raw_tp null handling
Kumar Kartikeya Dwivedi
1
-0
/
+25
2025-02-21
selftests/bpf: Fix uprobe consumer test
Jiri Olsa
1
-8
/
+1
2025-02-21
bpf: handle implicit declaration of function gettid in bpf_iter.c
Jason Xing
1
-3
/
+3
2025-02-08
selftests/bpf: Add test to verify tailcall and freplace restrictions
Leon Hwang
1
-14
/
+106
2025-02-08
selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test
Pu Lehui
1
-2
/
+2
2025-02-08
selftests/bpf: Fix fill_link_info selftest on powerpc
Saket Kumar Bhaskar
1
-0
/
+4
2024-12-05
selftests/bpf: skip the timer_lockup test for single-CPU nodes
Viktor Malik
1
-0
/
+6
2024-10-23
selftests/bpf: Add test for passing in uninit mtu_len
Daniel Borkmann
1
-0
/
+19
2024-10-17
selftests/bpf: Add test case for delta propagation
Daniel Borkmann
1
-0
/
+2
2024-10-17
bpf: Properly test iter/task tid filtering
Jordan Rome
1
-5
/
+22
2024-10-16
selftests/bpf: Add asserts for netfilter link info
Tyrone Wu
1
-2
/
+40
2024-10-11
selftests/bpf: Assert link info uprobe_multi count & path_size if unset
Tyrone Wu
1
-0
/
+9
2024-10-10
selftests/bpf: Add test for kfunc module order
Simon Sundberg
1
-0
/
+55
2024-10-10
selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc
Tony Ambardar
1
-1
/
+1
2024-10-10
selftests/bpf: fix perf_event link info name_len assertion
Tyrone Wu
1
-3
/
+6
2024-10-10
selftests/bpf: Add more test case for field flattening
Hou Tao
1
-0
/
+1
2024-10-02
bpf: selftests: send packet to devmap redirect XDP
Florian Kauer
1
-8
/
+117
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
58
-302
/
+2152
2024-09-13
selftests/bpf: Add a test case to write strtol result into .rodata
Daniel Borkmann
1
-0
/
+2
2024-09-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-2
/
+49
2024-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+34
2024-09-11
selftests/bpf: add build ID tests
Andrii Nakryiko
1
-0
/
+118
2024-09-11
selftests/bpf: Expand skb dynptr selftests for tp_btf
Philo Lu
1
-2
/
+35
2024-09-11
selftests/bpf: Add test for __nullable suffix in tp_btf
Philo Lu
1
-0
/
+14
2024-09-10
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
1
-0
/
+1
[next]