summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau
2020-10-15bpf: Fix register equivalence tracking.Alexei Starovoitov
2020-10-11bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend
2020-10-11bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann
2020-10-09selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu
2020-09-30selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker
2020-09-30selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko
2020-09-30bpf, selftests: Add redirect_neigh selftestDaniel Borkmann
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann
2020-09-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich
2020-09-29bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen
2020-09-29selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko
2020-09-29selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko
2020-09-29selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen
2020-09-29selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire
2020-09-29selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer
2020-09-28selftests: bpf: Add helper to compare socket cookiesLorenz Bauer
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu
2020-09-25bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau
2020-09-25bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau