aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04selftests/bpf: Bring back c++ include/link testStanislav Fomichev1-1/+5
2019-11-24selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko1-1/+1
2019-11-19selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko1-0/+7
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc1-2/+2
2019-11-11bpf, testing: Add missing object file to TEST_FILESAnders Roxell1-1/+2
2019-10-28selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich1-0/+3
2019-10-28selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich1-6/+7
2019-10-23selftests/bpf: Fix LDLIBS orderAndrii Nakryiko1-4/+4
2019-10-23selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko1-1/+1
2019-10-22tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song1-20/+8
2019-10-17selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko1-2/+1
2019-10-17selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko1-3/+0
2019-10-17selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko1-136/+177
2019-10-17selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko1-0/+10
2019-10-17selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko1-7/+1
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