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-7.1.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
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
selftests/bpf: Keep verifier_map_ptr exercising ops pointer access
Daniel Borkmann
1
-4
/
+30
12 days
selftests/bpf: Adjust verifier_map_ptr for the map's excl field
KP Singh
1
-3
/
+5
2026-07-24
selftests/bpf: Cover negative buffer pointer offsets
Sun Jian
5
-43
/
+102
2026-07-24
selftests/bpf: Cover small conntrack opts error writes
Yiyang Chen
2
-0
/
+32
2026-07-24
selftests/bpf: Initialize operation name before use
Leo Yan
1
-0
/
+1
2026-07-24
selftests/bpf: Fix typo in verify_umulti_link_info
Jiri Olsa
1
-1
/
+1
2026-07-24
selftests/bpf: Fix bpf_iter/task_vma test
Yonghong Song
1
-1
/
+1
2026-07-24
bpf: Cancel special fields on map value recycle
Justin Suess
7
-32
/
+118
2026-07-24
selftests/bpf: Fix flaky file_reader test
Mykyta Yatsenko
1
-1
/
+1
2026-07-24
selftests/bpf: add verification for BPF_PROG_QUERY attr size boundaries
Yuyang Huang
1
-0
/
+69
2026-07-24
selftests/bpf: Fix test for refinement of single-value tnum
Paul Chaignon
1
-7
/
+7
2026-07-24
selftests/bpf: Reject unsupported -k option in vmtest.sh
Roman Kvasnytskyi
1
-1
/
+1
2026-07-24
selftests/bpf: Override EXTRA_LDFLAGS for static builds
Paul Chaignon
1
-1
/
+1
2026-07-24
selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern
Gregory Bell
1
-7
/
+6
2026-07-24
selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtable
Gregory Bell
1
-2
/
+5
2026-07-24
selftests/bpf: Fix off-by-one in bpf_cpumask_populate related selftest
Matt Bobrowski
1
-1
/
+1
2026-05-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
5
-1
/
+148
2026-05-21
selftests/bpf: add regression test for ktls+sockmap verdict UAF
Xingwang Xiang
2
-0
/
+124
2026-05-20
bpf: Reject NULL data/sig in bpf_verify_pkcs7_signature
KP Singh
1
-1
/
+1
2026-05-17
selftests/bpf: Cover global subprog exception leaks
Kumar Kartikeya Dwivedi
1
-0
/
+22
2026-05-14
bpf: Use array_map_meta_equal for percpu array inner map replacement
Guannan Wang
1
-0
/
+57
2026-05-11
selftests/bpf: Add test for large offset bpf-to-bpf call
Yazhou Tang
2
-0
/
+68
2026-05-10
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-2
/
+68
2026-05-08
selftest: bpf: Add test for bpf_tcp_sock() and RAW socket.
Kuniyuki Iwashima
2
-1
/
+32
2026-04-24
Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2
-4
/
+4
2026-04-24
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-7
/
+42
2026-04-23
selftests/bpf: check epoll readiness during reuseport migration
Zhenzhong Wu
1
-7
/
+42
2026-04-23
selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch
Tiezhu Yang
2
-4
/
+4
2026-04-22
selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAY
KaFai Wan
2
-0
/
+18
2026-04-22
selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
KaFai Wan
2
-1
/
+18
2026-04-17
selftests/bpf: cover UTF-8 trace_printk output
Yihan Ding
2
-6
/
+32
2026-04-17
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
1
-1
/
+2
2026-04-17
selftests/bpf: Reject scalar store into kptr slot
Mykyta Yatsenko
1
-0
/
+15
2026-04-16
selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
Michal Luczaj
1
-0
/
+10
2026-04-16
selftests/bpf: verify kallsyms entries for token-loaded subprograms
Eduard Zingerman
6
-23
/
+149
2026-04-15
selftests/bpf: Test small task local data allocation
Amery Hung
1
-4
/
+74
2026-04-15
selftests/bpf: Fix tld_get_data() returning garbage data
Amery Hung
2
-4
/
+11
2026-04-15
selftests/bpf: Prevent allocating data larger than a page
Amery Hung
2
-6
/
+15
2026-04-15
selftests/bpf: arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
1
-0
/
+193
2026-04-15
selftests/bpf: Fix timer_start_deadlock failure due to hrtimer change
Shung-Hsi Yu
1
-4
/
+4
2026-04-15
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
8
-28
/
+430
2026-04-15
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
156
-1954
/
+8796
2026-04-15
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+4
2026-04-15
Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
6
-38
/
+16
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+287
2026-04-14
selftests/bpf: add test for xdp_master_redirect with bond not up
Jiayuan Chen
1
-2
/
+94
2026-04-13
selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
Sun Jian
2
-3
/
+44
2026-04-13
selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcg
Alexei Starovoitov
1
-4
/
+3
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
2
-0
/
+85
2026-04-12
selftests/bpf: Add test for cgroup storage OOB read
Lang Xu
2
-0
/
+85
[next]