summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau2020-09-251-79/+9
* | bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau2020-09-252-305/+229
* | bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau2020-09-254-6/+3
* | bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau2020-09-251-0/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2349-507/+1531
|\ \
| * | selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-212-1/+18
| * | selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich2020-09-191-2/+2
| * | selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich2020-09-181-1/+1
| * | selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-175-0/+533
| * | bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-3/+3
| * | selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko2020-09-153-335/+78
| * | selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu2020-09-155-1/+255
| * | selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-09-101-2/+2
| * | selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich2020-09-101-2/+4
| * | selftests: bpf: Test iterating a sockmapLorenz Bauer2020-09-104-0/+144
| * | selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2020-09-102-0/+26
| * | selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-09-092-4/+4
| * | selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-082-1/+41
| * | selftests/bpf: Fix check in global_data_init.Hao Luo2020-09-031-1/+2