summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song2019-12-051-17/+53
* bpf, testing: Add various tail call test casesDaniel Borkmann2019-11-251-0/+487
* selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov2019-11-251-0/+142
* selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko2019-11-251-5/+11
* selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko2019-11-251-1/+3
* selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko2019-11-182-18/+247
* selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov2019-11-151-0/+76
* selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov2019-11-151-0/+76
* selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov2019-11-151-0/+90
* selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov2019-11-151-0/+64
* selftests/bpf: Add test for BPF trampolineAlexei Starovoitov2019-11-151-0/+64
* selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov2019-11-151-3/+36
* selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen2019-11-111-3/+17
* bpf: Add cb access in kfree_skb testMartin KaFai Lau2019-11-071-11/+43
* selftests/bps: Clean up removed ints relocations negative testsAndrii Nakryiko2019-11-061-6/+0
* selftests/bpf: Add field size relocation testsAndrii Nakryiko2019-11-041-5/+34
* selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko2019-11-041-2/+82
* bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-021-0/+78
* selftests: Add tests for automatic map pinningToke Høiland-Jørgensen2019-11-021-0/+210
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-278-21/+394
|\
| * selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2019-10-231-0/+203
| * libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-223-3/+3
| * selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-213-10/+0
| * selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko2019-10-211-1/+2
| * selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-171-2/+2
| * selftests/bpf: Restore the netns after flow dissector reattach testJakub Sitnicki2019-10-171-4/+17
| * selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov2019-10-171-0/+89
| * selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev2019-10-161-0/+5
| * selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-161-2/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-2/+3
|\ \ | |/ |/|
| * selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez2019-10-021-1/+1
| * selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez2019-10-021-1/+2
* | selftests/bpf: Check that flow dissector can be re-attachedJakub Sitnicki2019-10-111-0/+127
* | selftests/bpf: Add read-only map values propagation testsAndrii Nakryiko2019-10-111-0/+99
* | selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko2019-10-101-0/+130
* | selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko2019-10-081-2/+6
* | selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko2019-10-062-7/+58
|/
* selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev2019-09-251-2/+19
* selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev2019-09-061-0/+256
* selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev2019-09-061-0/+235
* selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev2019-09-061-0/+332
* selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev2019-09-061-0/+200
* selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev2019-09-061-0/+985
* selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev2019-08-281-1/+0
* selftests/bpf: test_progs: remove unused retStanislav Fomichev2019-08-281-23/+19
* selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev2019-08-285-26/+40
* selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev2019-08-2820-105/+40
* selftests/bpf: test_progs: test__skipStanislav Fomichev2019-08-281-0/+1
* selftests/bpf: fix race in flow dissector testsPetar Penkov2019-08-131-1/+21
* selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko2019-08-071-0/+19