summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)Author
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-09selftests/bpf: Add testcase for async callback return value failureDavid Vernet
2023-10-06selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann
2023-10-06selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann
2023-10-06selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann
2023-10-06selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-09-29selftest/bpf: Add various selftests for program limitsDaniel Borkmann
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-19selftests/bpf: Check bpf_cubic_acked() is called via struct_opsSong Liu
2023-09-19selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi
2023-09-14selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov
2023-09-13selftests/bpf: Fix kprobe_multi_test/attach_override testJiri Olsa
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang
2023-09-11selftests/bpf: Offloaded prog after non-offloaded should not cause BUGEduard Zingerman
2023-09-11selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang
2023-09-11selftests/bpf: Update bpf_clone_redirect expected return codeStanislav Fomichev
2023-09-11selftests/bpf: Test all valid alloc sizes for bpf mem allocatorHou Tao
2023-09-08selftests/bpf: Add kprobe_multi override testJiri Olsa
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao
2023-09-08selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao
2023-09-08bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song
2023-09-08selftests/bpf: Add some negative testsYonghong Song
2023-09-08selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song
2023-09-08selftests/bpf: Add tests for array map with local percpu kptrYonghong Song
2023-09-08selftests/bpf: Update error message in negative linked_list testYonghong Song
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko
2023-09-06selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau
2023-09-01selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai
2023-08-31selftests/bpf: Fix d_path testJiri Olsa
2023-08-30selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song
2023-08-25bpf: Reenable bpf_refcount_acquireDave Marchevsky
2023-08-24selftests/bpf: Add a local kptr test with no special fieldsYonghong Song
2023-08-23selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao
2023-08-22selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptrYonghong Song
2023-08-21selftests/bpf: Add extra link to uprobe_multi testsJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi pid filter testsJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi cookie testJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi usdt bench testJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi bench testJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi link testJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi api testJiri Olsa
2023-08-21selftests/bpf: Add uprobe_multi skel testJiri Olsa
2023-08-21selftests/bpf: Move get_time_ns to testing_helpers.hJiri Olsa
2023-08-18selftests/bpf: Add CO-RE relocs kfunc flavors testsDave Marchevsky
2023-08-18selftests/bpf: Add lwt_xmit tests for BPF_REROUTEYan Zhai
2023-08-18selftests/bpf: Add lwt_xmit tests for BPF_REDIRECTYan Zhai
2023-08-16selftests/bpf: Add mptcpify testGeliang Tang