summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-101-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-268-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-151-0/+5
| * selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-151-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-091-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-052-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
* selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko2019-08-071-0/+40
* selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko2019-08-071-0/+20
* selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko2019-08-071-0/+27
* selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko2019-08-071-0/+36
* selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko2019-08-071-0/+41
* selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko2019-08-071-0/+39
* selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko2019-08-071-0/+34
* selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko2019-08-071-0/+129
* selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev2019-08-068-17/+17
* selftests/bpf: add loop test 5Alexei Starovoitov2019-08-061-0/+1
* selftests/bpf: add loop test 4Alexei Starovoitov2019-08-061-0/+1
OpenPOWER on IntegriCloud