aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-12selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko1-48/+6
2019-10-12selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko1-1/+2
2019-10-09selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko1-1/+1
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko1-7/+3
2019-10-07selftests/bpf: Fix dependency ordering for attach_probe testAndrii Nakryiko1-2/+2
2019-10-06libbpf: auto-generate list of BPF helper definitionsAndrii Nakryiko1-2/+6
2019-10-05selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko1-1/+1
2019-09-16selftests/bpf: add bpf-gcc supportIlya Leoshkevich1-15/+50
2019-09-06selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev1-2/+1
2019-09-06selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev1-3/+1
2019-09-06selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev1-2/+1
2019-09-06selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev1-2/+1
2019-09-06selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev1-2/+1
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev1-2/+2
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+4
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet1-1/+2
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2019-08-21selftests/bpf: install files test_xdp_vlan.shAnders Roxell1-1/+2
2019-08-21selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich1-0/+3
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev1-1/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-10/+4
2019-08-05selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer1-1/+2
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