summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add bpf-gcc supportIlya Leoshkevich2019-09-161-15/+50
* selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev2019-09-061-3/+1
* selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev2019-09-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+4
|\
| * tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-311-1/+2
| * selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+5
|\ \ | |/ |/|
| * selftests/bpf: install files test_xdp_vlan.shAnders Roxell2019-08-211-1/+2
| * selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich2019-08-211-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-10/+4
|\ \ | |/ |/|
| * selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko2019-07-271-7/+1
| * selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko2019-07-271-3/+3
* | selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-1/+2
|/
* selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-161-14/+10
* selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-161-3/+3
* selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich2019-07-151-2/+5
* selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich2019-07-151-8/+8
* selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-121-1/+3
* selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-07-121-6/+7
* selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-031-1/+2
* selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev2019-06-271-1/+3
* selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-271-1/+2
* selftests/bpf: add sockopt testStanislav Fomichev2019-06-271-1/+2
* selftests/bpf: build tests with debug infoAndrii Nakryiko2019-06-261-1/+1
* selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-1/+2
|\
| * selftests/bpf : clean up feature/ when make cleanHechao Li2019-06-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-3/+4
|\ \ | |/ |/|
| * selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
* | selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-05-311-2/+3
* | selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-281-1/+2
* | selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-241-4/+6
* | selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-241-1/+2
* | selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko2019-05-241-1/+1
|/
* bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-271-1/+24
* selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-121-1/+2
* selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev2019-04-021-2/+2
* selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov2019-03-221-1/+2
* selftests/bpf: bpf tunnel encap testWillem de Bruijn2019-03-221-1/+2
* selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera2019-03-211-1/+1
* selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer2019-03-211-2/+3
* selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
* selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-021-2/+25
* selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov2019-02-131-1/+2
* selftests: bpf: relax sub-register mode compilation criteriaJiong Wang2019-02-111-4/+3
* selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-111-21/+5