summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau2020-10-152-26/+2
* bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-0/+26
* bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend2020-10-111-1/+18
* bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend2020-10-111-14/+21
* bpf, selftests: Add redirect_peer selftestDaniel Borkmann2020-10-112-9/+61
* bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann2020-10-113-186/+219
* bpf, selftests: Add test for different array inner map sizeDaniel Borkmann2020-10-112-10/+72
* selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov2020-10-091-0/+243
* selftests/bpf: Add profiler testAlexei Starovoitov2020-10-097-0/+1274
* bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-092-9/+9
* bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-091-0/+19
* selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko2020-10-072-0/+397
* selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo2020-10-062-9/+1
* selftest/bpf: Test pinning map with reused map fdHangbin Liu2020-10-061-1/+48
* bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend2020-10-022-30/+31
* bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2020-10-022-0/+50
* selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2020-10-025-25/+137
* bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2020-10-024-6/+22
* selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev2020-10-021-1/+1
* selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev2020-10-021-1/+1
* selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2020-09-302-0/+104
* selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker2020-09-301-0/+6
* selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko2020-09-301-0/+105
* bpf, selftests: Add redirect_neigh selftestDaniel Borkmann2020-09-302-0/+312
* bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-308-40/+40
* selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich2020-09-291-115/+101
* bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend2020-09-291-1/+3
* selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen2020-09-293-1/+71
* selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa2020-09-293-0/+154
* selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen2020-09-292-32/+139
* selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko2020-09-291-0/+101
* selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko2020-09-292-34/+63
* selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen2020-09-292-2/+2
* selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen2020-09-291-3/+9
* selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire2020-09-293-1/+51
* selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire2020-09-291-1/+1
* bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend2020-09-281-1/+1
* selftests/bpf: Test BTF writing APIsAndrii Nakryiko2020-09-281-0/+278
* selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire2020-09-282-0/+124
* selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire2020-09-281-7/+7
* selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire2020-09-282-0/+309
* selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen2020-09-284-39/+1
* selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer2020-09-282-11/+30
* selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer2020-09-283-24/+20
* selftests: bpf: Add helper to compare socket cookiesLorenz Bauer2020-09-281-14/+36
* selftests/bpf: Add raw_tp_test_runSong Liu2020-09-282-0/+120
* bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend2020-09-251-0/+16
* bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau2020-09-253-0/+413
* bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau2020-09-253-8/+4
* bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau2020-09-252-9/+55