index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-17
selftests/bpf: Fix redefinition of 'off' as different kind of symbol
Brahmajit Das
1
-7
/
+7
2025-10-16
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-14
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-10-10
selftests/bpf: Add test for unpinning htab with internal timer struct
KaFai Wan
2
-0
/
+61
2025-10-04
bpf: Finish constification of 1st parameter of bpf_d_path()
Rong Tao
1
-1
/
+1
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
5
-4
/
+103
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-4
/
+5
2025-10-02
selftests/bpf: Add tests for rejection of ALU ops with negative offsets
Eduard Zingerman
1
-0
/
+29
2025-10-01
selftests/bpf: Add test for libbpf_sha256()
Eric Biggers
1
-0
/
+52
2025-10-01
selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAP
KaFai Wan
1
-0
/
+18
2025-10-01
selftests/bpf: Fix realloc size in bpf_get_addrs
Jiri Olsa
1
-1
/
+1
2025-10-01
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
Jiri Olsa
1
-1
/
+1
2025-10-01
selftests/bpf: Fix open-coded gettid syscall in uprobe syscall tests
Jiri Olsa
1
-2
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
164
-844
/
+7243
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-52
/
+1090
2025-09-28
selftests/bpf: Add stress test for rqspinlock in NMI
Kumar Kartikeya Dwivedi
6
-4
/
+240
2025-09-27
selftests/bpf: Add test case for different expected_attach_type
Daniel Borkmann
2
-1
/
+59
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-26
selftests/bpf: Test changing packet data from kfunc
Amery Hung
1
-0
/
+14
2025-09-25
selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
Tao Chen
2
-1
/
+12
2025-09-25
selftests/bpf: Refactor stacktrace_map case with skeleton
Tao Chen
3
-40
/
+18
2025-09-25
selftests/bpf: Fix flaky bpf_cookie selftest
Mykyta Yatsenko
1
-2
/
+1
2025-09-25
selftests/bpf: Test changing packet data from global functions with a kfunc
Amery Hung
1
-1
/
+29
2025-09-25
selftests/bpf: Task_work selftest cleanup fixes
Mykyta Yatsenko
1
-4
/
+11
2025-09-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-3
/
+228
2025-09-24
selftests/bpf: Add kprobe multi write ctx attach test
Jiri Olsa
2
-0
/
+34
2025-09-24
selftests/bpf: Add kprobe write ctx attach test
Jiri Olsa
2
-0
/
+43
2025-09-24
selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
2
-0
/
+56
2025-09-24
selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
2
-1
/
+137
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
3
-3
/
+228
2025-09-23
selftests/bpf: Test bpf_xdp_pull_data
Amery Hung
2
-0
/
+227
2025-09-23
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
1
-3
/
+1
2025-09-23
selftests/bpf: Add union argument tests using fexit programs
Leon Hwang
3
-0
/
+93
2025-09-23
selftests: bpf: Add tests for signed loads from arena
Puranjay Mohan
1
-0
/
+176
2025-09-23
selftests/bpf: add bpf task work stress tests
Mykyta Yatsenko
2
-0
/
+203
2025-09-23
selftests/bpf: BPF task work scheduling tests
Mykyta Yatsenko
3
-0
/
+353
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
8
-14
/
+89
2025-09-20
selftests/bpf: Fix selftest verifier_arena_large failure
Yonghong Song
1
-0
/
+1
2025-09-19
selftests/bpf: test cases for callchain sensitive live stack tracking
Eduard Zingerman
2
-0
/
+296
2025-09-19
selftests/bpf: __not_msg() tag for test_loader framework
Eduard Zingerman
4
-50
/
+302
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
15
-201
/
+201
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
1
-2
/
+5
2025-09-18
selftests/bpf: Add tests for exclusive maps
KP Singh
2
-0
/
+88
2025-09-18
selftests/bpf: Add tests for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
3
-0
/
+60
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
2
-3
/
+3
2025-09-17
selftests/bpf: trigger verifier.c:maybe_exit_scc() for a speculative state
Eduard Zingerman
1
-0
/
+21
2025-09-17
selftests/bpf: Test accesses to ctx padding
Paul Chaignon
1
-0
/
+30
2025-09-17
selftests/bpf: Move macros to bpf_misc.h
Paul Chaignon
5
-13
/
+6
2025-09-15
bpf...d_path(): constify path argument
Al Viro
1
-1
/
+1
[next]