aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen2-2/+158
2020-10-19bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau1-0/+31
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau1-1/+1
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann1-0/+45
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann1-18/+22
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann1-0/+43
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov5-0/+1164
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov1-0/+19
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko1-0/+172
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend1-9/+25
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo1-0/+32
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo1-0/+23
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2-4/+7
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu1-0/+38
2020-09-30bpf, selftests: Add redirect_neigh selftestDaniel Borkmann1-0/+144
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann8-40/+40
2020-09-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich1-115/+101
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen2-1/+15
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa2-0/+43
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen1-0/+15
2020-09-29selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.hAlan Maguire3-1/+51
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend1-1/+1
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire1-0/+50
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire1-0/+249
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen1-6/+0
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer1-5/+22
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer2-6/+2
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu1-0/+24
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau1-0/+174
2020-09-25bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau2-0/+4
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau1-2/+22
2020-09-25bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau1-88/+66
2020-09-25bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau1-0/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-100/+570
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+15
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa1-1/+8
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski4-0/+201
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu2-0/+30
2020-09-10selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song1-2/+2
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer3-0/+55
2020-09-09selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2-4/+4
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song1-1/+9
2020-09-03selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song1-0/+15
2020-09-03selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko2-49/+58
2020-09-03selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko1-10/+26
2020-09-03selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko5-32/+65
2020-09-03selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko1-0/+103
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song1-1/+9
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov1-17/+17
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov2-2/+71