summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)Author
2020-01-14selftests/bpf: Build runqslower from selftestsAndrii Nakryiko
2020-01-13selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftoolAndrii Nakryiko
2020-01-09selftests/bpf: Further clean up Makefile outputAndrii Nakryiko
2020-01-09selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko
2020-01-09libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim
2019-12-19selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov
2019-12-18selftests/bpf: More succinct Makefile outputAndrii Nakryiko
2019-12-15libbpf: Support libbpf-provided extern variablesAndrii Nakryiko
2019-12-15selftests/bpf: Add BPF skeletons selftests and convert attach_probe.cAndrii Nakryiko
2019-12-13selftests/bpf: Move reuseport tests under prog_tests/Jakub Sitnicki
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