summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-09-19selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou
2023-09-19selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire
2023-08-16selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich
2023-08-16selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song
2023-08-16selftests/bpf: make test_align selftest more robustAndrii Nakryiko
2023-07-27selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2023-06-28bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-05-17selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-05selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-04-05selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman
2023-04-05selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-03-11selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman
2023-02-01Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"Sasha Levin
2023-01-24selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun
2022-12-02selftests/bpf: Add verifier test for release_reference()Youlin Li
2022-08-21selftests/bpf: fix a test for snprintf() overflowDan Carpenter
2022-08-11selftests/bpf: Check dst_port only on the client socketJakub Sitnicki
2022-08-11selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki
2022-08-03selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer
2022-06-09selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song
2022-04-08selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu
2022-04-08selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki
2022-04-08selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer
2022-03-23Revert "selftests/bpf: Add test for bpf_timer overwriting crash"Greg Kroah-Hartman
2022-03-16selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi
2022-03-02selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer
2022-01-27selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko
2021-12-22bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau
2021-12-22bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-14bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-18selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-18selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-11-18selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-11-18selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer
2021-11-18selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko
2021-11-18selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa
2021-10-27selftests: bpf: fix backported ASSERT_FALSELorenz Bauer
2021-10-06selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc
2021-10-06selftests, bpf: Fix makefile dependencies on libbpfJiri Benc
2021-09-18selftests/bpf: Fix potential unreleased lockChengfeng Ye
2021-09-18selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian
2021-09-18selftests/bpf: Fix flaky send_signal testYonghong Song
2021-09-18selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki
2021-09-15selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich