summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)Author
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim
2019-12-04selftests/bpf: Bring back c++ include/link testStanislav Fomichev
2019-11-24selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko
2019-11-19selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc
2019-11-11bpf, testing: Add missing object file to TEST_FILESAnders Roxell
2019-10-28selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich
2019-10-28selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich
2019-10-23selftests/bpf: Fix LDLIBS orderAndrii Nakryiko
2019-10-23selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko
2019-10-22tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song
2019-10-17selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko
2019-10-17selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko
2019-10-17selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko
2019-10-17selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko
2019-10-17selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko
2019-10-12selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko
2019-10-12selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko
2019-10-09selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko
2019-10-07selftests/bpf: Fix dependency ordering for attach_probe testAndrii Nakryiko
2019-10-06libbpf: auto-generate list of BPF helper definitionsAndrii Nakryiko
2019-10-05selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko
2019-09-16selftests/bpf: add bpf-gcc supportIlya Leoshkevich
2019-09-06selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev
2019-09-06selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev
2019-09-06selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev
2019-09-06selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev
2019-09-06selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-21selftests/bpf: install files test_xdp_vlan.shAnders Roxell
2019-08-21selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-05selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer
2019-07-27selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko
2019-07-27selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko
2019-07-16selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko
2019-07-16selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko
2019-07-15selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich
2019-07-15selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich
2019-07-12selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich
2019-07-12selftests/bpf: do not ignore clang failuresIlya Leoshkevich
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev
2019-06-27selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev
2019-06-27selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev
2019-06-27selftests/bpf: add sockopt testStanislav Fomichev