summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-12-18selftests/bpf: Allow selftests to build with older xxdAlan Maguire2-2/+5
2025-12-18selftests/bpf: Update test_tag to use sha256Xing Guo1-1/+1
2025-12-18selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski2-2/+17
2025-12-18selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
2025-12-18selftests/bpf: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski1-1/+2
2025-12-18selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-14selftests/bpf: Add mptcp test with sockmapJiayuan Chen2-0/+183
2025-11-06selftests/bpf: Add stacktrace ips test for raw_tpJiri Olsa2-0/+54
2025-11-06selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multiJiri Olsa3-0/+171
2025-11-05bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko1-3/+3
2025-11-05bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko3-9/+9
2025-11-04selftests/bpf: Add tests for livepatch + bpf trampolineSong Liu3-0/+140
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das1-7/+7
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-15selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-10selftests/bpf: Add test for unpinning htab with internal timer structKaFai Wan2-0/+61
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao1-1/+1
2025-10-04Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds5-4/+103
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-4/+5
2025-10-02selftests/bpf: Add tests for rejection of ALU ops with negative offsetsEduard Zingerman1-0/+29
2025-10-02selftests/bpf: Add test for libbpf_sha256()Eric Biggers1-0/+52
2025-10-01selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAPKaFai Wan1-0/+18
2025-10-01selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa1-1/+1
2025-10-01selftests/bpf: Fix typo in subtest_basic_usdt after merge conflictJiri Olsa1-1/+1
2025-10-01selftests/bpf: Fix open-coded gettid syscall in uprobe syscall testsJiri Olsa1-2/+2
2025-10-01Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds164-844/+7243
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-52/+1090
2025-09-28selftests/bpf: Add stress test for rqspinlock in NMIKumar Kartikeya Dwivedi6-4/+240
2025-09-27selftests/bpf: Add test case for different expected_attach_typeDaniel Borkmann2-1/+59
2025-09-27mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)1-1/+1
2025-09-26selftests/bpf: Test changing packet data from kfuncAmery Hung1-0/+14
2025-09-26selftests/bpf: Add stacktrace map lookup_and_delete_elem test caseTao Chen2-1/+12
2025-09-26selftests/bpf: Refactor stacktrace_map case with skeletonTao Chen3-40/+18
2025-09-26selftests/bpf: Fix flaky bpf_cookie selftestMykyta Yatsenko1-2/+1
2025-09-26selftests/bpf: Test changing packet data from global functions with a kfuncAmery Hung1-1/+29
2025-09-25selftests/bpf: Task_work selftest cleanup fixesMykyta Yatsenko1-4/+11
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+228
2025-09-24selftests/bpf: Add kprobe multi write ctx attach testJiri Olsa2-0/+34
2025-09-24selftests/bpf: Add kprobe write ctx attach testJiri Olsa2-0/+43
2025-09-24selftests/bpf: Add uprobe context ip register change testJiri Olsa2-0/+56
2025-09-24selftests/bpf: Add uprobe context registers changes testJiri Olsa2-1/+137
2025-09-24Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau3-3/+228
2025-09-23selftests/bpf: Test bpf_xdp_pull_dataAmery Hung2-0/+227
2025-09-23bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+1
2025-09-23selftests/bpf: Add union argument tests using fexit programsLeon Hwang3-0/+93
2025-09-23selftests: bpf: Add tests for signed loads from arenaPuranjay Mohan1-0/+176
2025-09-23selftests/bpf: add bpf task work stress testsMykyta Yatsenko2-0/+203
2025-09-23selftests/bpf: BPF task work scheduling testsMykyta Yatsenko3-0/+353