summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
6 daysselftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski1-2/+14
6 daysselftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-08-19selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song1-1/+2
2024-08-19selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang1-1/+1
2024-07-05selftests/bpf: Fix flaky test btf_map_in_map/lookup_updateYonghong Song1-25/+1
2024-02-23selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko1-0/+1
2023-08-16selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich1-6/+19
2023-08-16selftests/bpf: make test_align selftest more robustAndrii Nakryiko1-13/+23
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev4-0/+31
2023-05-17selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu1-2/+6
2023-04-05selftests/bpf: check that modifier resolves after pointerLorenz Bauer1-0/+28
2023-02-01Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"Sasha Levin1-9/+0
2023-01-24selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun1-0/+9
2022-08-21selftests/bpf: fix a test for snprintf() overflowDan Carpenter1-1/+1
2022-08-11selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki1-19/+41
2022-03-23Revert "selftests/bpf: Add test for bpf_timer overwriting crash"Greg Kroah-Hartman1-32/+0
2022-03-16selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi1-0/+32
2022-01-27selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko1-0/+2
2021-12-22bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-11-18selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi1-2/+2
2021-11-18selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer1-15/+68
2021-11-18selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa1-2/+2
2021-10-27selftests: bpf: fix backported ASSERT_FALSELorenz Bauer1-1/+1
2021-09-18selftests/bpf: Fix potential unreleased lockChengfeng Ye1-1/+3
2021-09-18selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-05-14selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-05-14selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko1-12/+19
2020-12-11selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker1-4/+4
2020-12-02selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko1-0/+6
2020-12-02libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2-2/+2
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu1-0/+71
2020-11-17selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai1-1/+2
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov1-0/+1
2020-11-10libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko1-0/+6
2020-11-06bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren1-0/+214
2020-10-20bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau1-18/+39
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau1-25/+1
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann1-10/+29
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov1-0/+72
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov1-8/+8
2020-10-08selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko1-0/+225
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu1-1/+48
2020-10-03bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo1-0/+18
2020-10-03selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2-25/+83
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau1-0/+12
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev1-1/+1
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev1-1/+1