summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei
2024-03-22selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov
2024-03-15selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov
2024-03-15libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov
2024-03-11bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov
2024-03-06bpf: Add cond_break macroAlexei Starovoitov
2024-03-05selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann
2024-03-05selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang
2024-03-04selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-27bpf, arm64: support exceptionsPuranjay Mohan
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman
2024-02-21selftests/bpf: Remove intermediate test files.Alexei Starovoitov
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko
2024-02-13selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-07selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao
2024-02-07selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi