summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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-171-14/+10Star
* selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-171-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-281-1/+3
* selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-281-1/+2
* selftests/bpf: add sockopt testStanislav Fomichev2019-06-281-1/+2
* selftests/bpf: build tests with debug infoAndrii Nakryiko2019-06-261-1/+1
* selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-251-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-181-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-06-011-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-251-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-231-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-221-1/+1
* selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer2019-03-221-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-141-1/+2
* selftests: bpf: relax sub-register mode compilation criteriaJiong Wang2019-02-121-4/+3Star
* selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-121-21/+5Star
* selftests: bpf: extend sub-register mode compilation to all bpf object filesJiong Wang2019-02-121-13/+7Star
* bpf: Add test_sock_fields for skb->sk and bpf_tcp_sockMartin KaFai Lau2019-02-111-2/+4
* selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev2019-02-021-3/+5
* selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov2019-02-011-1/+1
* selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov2019-02-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-291-25/+87
|\
| * selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev2019-01-291-0/+3
| * selftests: bpf: prepare for break up of verifier testsJakub Kicinski2019-01-281-0/+13
| * selftests: bpf: makefile support sub-register code-gen test modeJiong Wang2019-01-261-25/+70
| * selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev2019-01-251-1/+2
* | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1
|/
* selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell2019-01-101-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-2/+22
|\
| * bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-211-1/+2
| * tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-091-1/+3