aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann1-0/+487
2019-11-24selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov1-0/+142
2019-11-24selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko1-5/+11
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko1-1/+3
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko2-18/+247
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov1-0/+76
2019-11-15selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov1-0/+76
2019-11-15selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov1-0/+90
2019-11-15selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov1-0/+64
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov1-0/+64
2019-11-15selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov1-3/+36
2019-11-10selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen1-3/+17
2019-11-07bpf: Add cb access in kfree_skb testMartin KaFai Lau1-11/+43
2019-11-06selftests/bps: Clean up removed ints relocations negative testsAndrii Nakryiko1-6/+0
2019-11-04selftests/bpf: Add field size relocation testsAndrii Nakryiko1-5/+34
2019-11-04selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko1-2/+82
2019-11-02bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann1-0/+78
2019-11-02selftests: Add tests for automatic map pinningToke Høiland-Jørgensen1-0/+210
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-21/+394
2019-10-23selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko1-0/+203
2019-10-22libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko3-3/+3
2019-10-21selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko3-10/+0
2019-10-21selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko1-1/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+3
2019-10-17selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko1-2/+2
2019-10-17selftests/bpf: Restore the netns after flow dissector reattach testJakub Sitnicki1-4/+17
2019-10-17selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov1-0/+89
2019-10-15selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev1-0/+5
2019-10-15selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko1-2/+74
2019-10-11selftests/bpf: Check that flow dissector can be re-attachedJakub Sitnicki1-0/+127
2019-10-11selftests/bpf: Add read-only map values propagation testsAndrii Nakryiko1-0/+99
2019-10-09selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko1-0/+130
2019-10-08selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko1-2/+6
2019-10-05selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko2-7/+58
2019-10-02selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez1-1/+1
2019-10-02selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez1-1/+2
2019-09-25selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev1-2/+19
2019-09-06selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev1-0/+256
2019-09-06selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev1-0/+235
2019-09-06selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev1-0/+332
2019-09-06selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev1-0/+200
2019-09-06selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev1-0/+985
2019-08-28selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev1-1/+0
2019-08-28selftests/bpf: test_progs: remove unused retStanislav Fomichev1-23/+19
2019-08-28selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev5-26/+40
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev20-105/+40
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev1-0/+1
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov1-1/+21
2019-08-07selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko1-0/+19
2019-08-07selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko1-0/+40