aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-27selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko1-7/+1
2019-07-27selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko1-3/+3
2019-07-16selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko1-14/+10
2019-07-16selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko1-3/+3
2019-07-15selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich1-2/+5
2019-07-15selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich1-8/+8
2019-07-12selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich1-1/+3
2019-07-12selftests/bpf: do not ignore clang failuresIlya Leoshkevich1-6/+7
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev1-1/+2
2019-06-27selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev1-1/+3
2019-06-27selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev1-1/+2
2019-06-27selftests/bpf: add sockopt testStanislav Fomichev1-1/+2
2019-06-26selftests/bpf: build tests with debug infoAndrii Nakryiko1-1/+1
2019-06-24selftests, bpf: Add test for veth native XDPToshiaki Makita1-0/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2019-06-11selftests/bpf : clean up feature/ when make cleanHechao Li1-1/+2
2019-06-05selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu1-3/+4
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire1-2/+3
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin1-1/+2
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang1-4/+6
2019-05-24selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko1-1/+2
2019-05-24selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko1-1/+1
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau1-1/+24
2019-04-12selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov1-1/+2
2019-04-02selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev1-2/+2
2019-03-22selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov1-1/+2
2019-03-22selftests/bpf: bpf tunnel encap testWillem de Bruijn1-1/+2
2019-03-21selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera1-1/+1
2019-03-21selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer1-2/+3
2019-03-07selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev1-10/+23
2019-03-02selftests: bpf: break up test_progs - preparationsStanislav Fomichev1-2/+25
2019-02-13selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov1-1/+2
2019-02-11selftests: bpf: relax sub-register mode compilation criteriaJiong Wang1-4/+3
2019-02-11selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang1-21/+5
2019-02-11selftests: bpf: extend sub-register mode compilation to all bpf object filesJiong Wang1-13/+7
2019-02-10bpf: Add test_sock_fields for skb->sk and bpf_tcp_sockMartin KaFai Lau1-2/+4
2019-02-01selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev1-3/+5
2019-02-01selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov1-1/+1
2019-02-01selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov1-1/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-25/+87
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev1-0/+3
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski1-0/+13
2019-01-26selftests: bpf: makefile support sub-register code-gen test modeJiong Wang1-25/+70
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev1-1/+2
2019-01-15selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev1-0/+1
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell1-1/+3
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+22
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov1-1/+2
2018-11-20tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song1-0/+8