index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
selftests/bpf: More open-coded gettid syscall cleanup
Alan Maguire
6
-5
/
+8
2025-09-15
selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgns
Kumar Kartikeya Dwivedi
4
-0
/
+104
2025-09-15
selftests/bpf: Fix arena_spin_lock selftest failure
Saket Kumar Bhaskar
2
-1
/
+17
2025-09-15
selftests/bpf: Skip timer_interrupt case when bpf_timer is not supported
Leon Hwang
1
-0
/
+4
2025-09-15
selftests/bpf: Fix uprobe_sigill test for uprobe syscall error value
Jiri Olsa
1
-28
/
+6
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-21
/
+62
2025-09-11
selftests/bpf: Add tests for arena fault reporting
Puranjay Mohan
2
-0
/
+190
2025-09-11
selftests: bpf: use __stderr in stream error tests
Puranjay Mohan
2
-82
/
+17
2025-09-11
selftests: bpf: introduce __stderr and __stdout
Puranjay Mohan
2
-0
/
+100
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
9
-21
/
+62
2025-09-10
selftests/bpf: Skip timer cases when bpf_timer is not supported
Leon Hwang
5
-0
/
+20
2025-09-09
selftests/bpf: Add tests for bpf_strnstr
Rong Tao
1
-2
/
+6
2025-09-09
selftests/bpf: Fix "expression result unused" warnings with icecc
Ilya Leoshkevich
2
-5
/
+4
2025-09-09
selftests/bpf: Extend crypto_sanity selftest with invalid dst buffer
Daniel Borkmann
1
-14
/
+32
2025-09-09
selftests/bpf: Fix incorrect array size calculation
Jiayuan Chen
1
-2
/
+3
2025-09-08
selftests/bpf: Fix the issue where the error code is 0
Feng Yang
1
-1
/
+1
2025-09-05
selftests/bpf: Add BPF program dump in veristat
Mykyta Yatsenko
1
-1
/
+55
2025-09-04
selftests/bpf: Add case to test bpf_in_interrupt()
Leon Hwang
2
-0
/
+78
2025-09-04
selftests/bpf: Introduce experimental bpf_in_interrupt()
Leon Hwang
1
-0
/
+54
2025-09-04
selftests/bpf: Test kfunc bpf_strcasecmp
Rong Tao
4
-0
/
+13
2025-09-04
selftests/bpf: add benchmark testing for kprobe-multi-all
Menglong Dong
5
-2
/
+80
2025-09-04
selftests/bpf: skip recursive functions for kprobe_multi
Menglong Dong
1
-0
/
+19
2025-09-04
selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
Menglong Dong
3
-217
/
+220
2025-09-03
selftests/bpf: Fix count write in testapp_xdp_metadata_copy()
Ricardo B. Marlière
1
-13
/
+1
2025-09-03
selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
Ricardo B. Marlière
1
-0
/
+2
2025-08-28
selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
Ricardo B. Marlière
1
-1
/
+1
2025-08-28
udp: add drop_counters to udp socket
Eric Dumazet
2
-3
/
+4
2025-08-27
selftests/bpf: Add LPM trie microbenchmarks
Matt Fleming
7
-0
/
+853
2025-08-27
selftests/bpf: Enable timed may_goto tests for arm64
Puranjay Mohan
3
-40
/
+23
2025-08-27
selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handl...
Jiawei Zhao
2
-2
/
+112
2025-08-27
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
28
-36
/
+36
2025-08-27
bpf: Add selftest to check the verifier's abstract multiplication
Nandakumar Edamana
2
-0
/
+40
2025-08-26
selftests/bpf: Remove may_goto tests from DENYLIST.s390x
Ilya Leoshkevich
1
-1
/
+0
2025-08-26
selftests/bpf: Enable timed may_goto verifier tests on s390x
Ilya Leoshkevich
2
-3
/
+7
2025-08-26
selftests/bpf: Add __arch_s390x macro
Ilya Leoshkevich
2
-0
/
+6
2025-08-26
selftests/bpf: Add a missing newline to the "bad arch spec" message
Ilya Leoshkevich
1
-1
/
+1
2025-08-26
selftests/bpf: Remove entries from config.{arch} already present in config
Tiezhu Yang
5
-30
/
+0
2025-08-22
selftests/bpf: Tests for is_scalar_branch_taken tnum logic
Paul Chaignon
1
-0
/
+41
2025-08-21
selftests/bpf: Use vmlinux.h for BPF programs
Hengqi Chen
5
-36
/
+11
2025-08-21
selftests/bpf: Fix uprobe syscall shadow stack test
Jiri Olsa
1
-18
/
+6
2025-08-21
selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
Jiri Olsa
2
-6
/
+17
2025-08-21
selftests/bpf: Add uprobe_regs_equal test
Jiri Olsa
2
-16
/
+44
2025-08-21
selftests/bpf: Add optimized usdt variant for basic usdt test
Jiri Olsa
1
-13
/
+25
2025-08-21
selftests/bpf: Add uprobe syscall sigill signal test
Jiri Olsa
1
-0
/
+36
2025-08-21
selftests/bpf: Add hit/attach/detach race optimized uprobe test
Jiri Olsa
1
-0
/
+108
2025-08-21
selftests/bpf: Add uprobe/usdt syscall tests
Jiri Olsa
2
-1
/
+335
2025-08-21
selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
Jiri Olsa
2
-6
/
+14
2025-08-21
selftests/bpf: Reorg the uprobe_syscall test function
Jiri Olsa
1
-22
/
+12
2025-08-21
selftests/bpf: Import usdt.h from libbpf/usdt project
Jiri Olsa
1
-0
/
+545
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
7
-24
/
+932
[prev]
[next]