aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15selftests/bpf: More open-coded gettid syscall cleanupAlan Maguire6-5/+8
2025-09-15selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgnsKumar Kartikeya Dwivedi4-0/+104
2025-09-15selftests/bpf: Fix arena_spin_lock selftest failureSaket Kumar Bhaskar2-1/+17
2025-09-15selftests/bpf: Skip timer_interrupt case when bpf_timer is not supportedLeon Hwang1-0/+4
2025-09-15selftests/bpf: Fix uprobe_sigill test for uprobe syscall error valueJiri Olsa1-28/+6
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-21/+62
2025-09-11selftests/bpf: Add tests for arena fault reportingPuranjay Mohan2-0/+190
2025-09-11selftests: bpf: use __stderr in stream error testsPuranjay Mohan2-82/+17
2025-09-11selftests: bpf: introduce __stderr and __stdoutPuranjay Mohan2-0/+100
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov9-21/+62
2025-09-10selftests/bpf: Skip timer cases when bpf_timer is not supportedLeon Hwang5-0/+20
2025-09-09selftests/bpf: Add tests for bpf_strnstrRong Tao1-2/+6
2025-09-09selftests/bpf: Fix "expression result unused" warnings with iceccIlya Leoshkevich2-5/+4
2025-09-09selftests/bpf: Extend crypto_sanity selftest with invalid dst bufferDaniel Borkmann1-14/+32
2025-09-09selftests/bpf: Fix incorrect array size calculationJiayuan Chen1-2/+3
2025-09-08selftests/bpf: Fix the issue where the error code is 0Feng Yang1-1/+1
2025-09-05selftests/bpf: Add BPF program dump in veristatMykyta Yatsenko1-1/+55
2025-09-04selftests/bpf: Add case to test bpf_in_interrupt()Leon Hwang2-0/+78
2025-09-04selftests/bpf: Introduce experimental bpf_in_interrupt()Leon Hwang1-0/+54
2025-09-04selftests/bpf: Test kfunc bpf_strcasecmpRong Tao4-0/+13
2025-09-04selftests/bpf: add benchmark testing for kprobe-multi-allMenglong Dong5-2/+80
2025-09-04selftests/bpf: skip recursive functions for kprobe_multiMenglong Dong1-0/+19
2025-09-04selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong3-217/+220
2025-09-03selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière1-13/+1
2025-09-03selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-08-28selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière1-1/+1
2025-08-28udp: add drop_counters to udp socketEric Dumazet2-3/+4
2025-08-27selftests/bpf: Add LPM trie microbenchmarksMatt Fleming7-0/+853
2025-08-27selftests/bpf: Enable timed may_goto tests for arm64Puranjay Mohan3-40/+23
2025-08-27selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handl...Jiawei Zhao2-2/+112
2025-08-27selftests/bpf: Fix typos and grammar in test sourcesShubham Sharma28-36/+36
2025-08-27bpf: Add selftest to check the verifier's abstract multiplicationNandakumar Edamana2-0/+40
2025-08-26selftests/bpf: Remove may_goto tests from DENYLIST.s390xIlya Leoshkevich1-1/+0
2025-08-26selftests/bpf: Enable timed may_goto verifier tests on s390xIlya Leoshkevich2-3/+7
2025-08-26selftests/bpf: Add __arch_s390x macroIlya Leoshkevich2-0/+6
2025-08-26selftests/bpf: Add a missing newline to the "bad arch spec" messageIlya Leoshkevich1-1/+1
2025-08-26selftests/bpf: Remove entries from config.{arch} already present in configTiezhu Yang5-30/+0
2025-08-22selftests/bpf: Tests for is_scalar_branch_taken tnum logicPaul Chaignon1-0/+41
2025-08-21selftests/bpf: Use vmlinux.h for BPF programsHengqi Chen5-36/+11
2025-08-21selftests/bpf: Fix uprobe syscall shadow stack testJiri Olsa1-18/+6
2025-08-21selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobeJiri Olsa2-6/+17
2025-08-21selftests/bpf: Add uprobe_regs_equal testJiri Olsa2-16/+44
2025-08-21selftests/bpf: Add optimized usdt variant for basic usdt testJiri Olsa1-13/+25
2025-08-21selftests/bpf: Add uprobe syscall sigill signal testJiri Olsa1-0/+36
2025-08-21selftests/bpf: Add hit/attach/detach race optimized uprobe testJiri Olsa1-0/+108
2025-08-21selftests/bpf: Add uprobe/usdt syscall testsJiri Olsa2-1/+335
2025-08-21selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multiJiri Olsa2-6/+14
2025-08-21selftests/bpf: Reorg the uprobe_syscall test functionJiri Olsa1-22/+12
2025-08-21selftests/bpf: Import usdt.h from libbpf/usdt projectJiri Olsa1-0/+545
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau7-24/+932