summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-23/+268
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen-5/+173
2020-10-19bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau-18/+70
2020-10-19bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau-0/+25
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau-26/+2
2020-10-15bpf: Fix register equivalence tracking.Alexei Starovoitov-0/+26
2020-10-11bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend-1/+18
2020-10-11bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend-14/+21
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann-9/+61
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann-186/+219
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann-10/+72
2020-10-09selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov-0/+243
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov-0/+1274
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov-9/+9
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov-0/+19
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko-0/+397
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo-9/+1
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu-1/+48
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend-30/+31
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo-0/+50
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo-25/+137
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau-6/+22
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev-1/+1
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev-1/+1
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu-0/+104
2020-09-30selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker-0/+6
2020-09-30selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko-0/+105
2020-09-30bpf, selftests: Add redirect_neigh selftestDaniel Borkmann-0/+312
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann-40/+40
2020-09-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich-115/+101
2020-09-29bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend-1/+3
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen-1/+71
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa-0/+154
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen-32/+139
2020-09-29selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko-0/+101
2020-09-29selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko-34/+63
2020-09-29selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen-2/+2
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen-3/+9
2020-09-29selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire-1/+51
2020-09-29selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire-1/+1
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend-1/+1
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko-0/+278
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire-0/+124
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire-7/+7
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire-0/+309
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen-39/+1
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer-11/+30
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer-24/+20