summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2025-07-07selftests/bpf: Set CONFIG_PACKET=y for selftestsSaket Kumar Bhaskar
2025-07-07selftests/bpf: tests for __arg_untrusted void * global func paramsEduard Zingerman
2025-07-07selftests/bpf: test cases for __arg_untrustedEduard Zingerman
2025-07-07selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointerEduard Zingerman
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman
2025-07-03selftests/bpf: Add tests for prog streamsKumar Kartikeya Dwivedi
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu
2025-07-01selftests/bpf: Add negative test cases for snprintfPaul Chaignon
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King
2025-07-01selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptrMykyta Yatsenko
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell
2025-06-24selftests/bpf: Add testcases for BPF_ADD and BPF_SUBHarishankar Vishwanathan
2025-06-23selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand
2025-06-23selftests/bpf: Support ppc64el in vmtestLuis Gerhorst
2025-06-23selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu
2025-06-20selftests/bpf: Add test for bpftool access to read-only protected mapsSlava Imameev
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-06-18selftests/bpf: include limits.h needed for PATH_MAX directlyEduard Zingerman
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley
2025-06-17selftests/bpf: Fix unintentional switch case fall throughMykyta Yatsenko
2025-06-17selftests/bpf: More precise cpu_mitigations state detectionEduard Zingerman
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song