summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix build on read-only filesystemsNamhyung Kim2019-12-231-3/+3
* selftests/bpf: Bring back c++ include/link testStanislav Fomichev2019-12-041-1/+5
* selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko2019-11-241-1/+1
* selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko2019-11-191-0/+7
* selftests, bpf: xdping is not meant to be run standaloneJiri Benc2019-11-181-2/+2
* bpf, testing: Add missing object file to TEST_FILESAnders Roxell2019-11-111-1/+2
* selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich2019-10-281-0/+3
* selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich2019-10-281-6/+7
* selftests/bpf: Fix LDLIBS orderAndrii Nakryiko2019-10-231-4/+4
* selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2019-10-231-1/+1
* tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song2019-10-221-20/+8
* selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko2019-10-171-2/+1
* selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko2019-10-171-3/+0
* selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko2019-10-171-136/+177
* selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko2019-10-171-0/+10
* selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko2019-10-171-7/+1
* selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko2019-10-121-48/+6
* selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko2019-10-121-1/+2
* selftests/bpf: Convert test_btf_dump into test_progs testAndrii Nakryiko2019-10-091-1/+1
* libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-081-7/+3
* selftests/bpf: Fix dependency ordering for attach_probe testAndrii Nakryiko2019-10-071-2/+2
* libbpf: auto-generate list of BPF helper definitionsAndrii Nakryiko2019-10-061-2/+6
* selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIsAndrii Nakryiko2019-10-051-1/+1
* selftests/bpf: add bpf-gcc supportIlya Leoshkevich2019-09-161-15/+50
* selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev2019-09-061-3/+1
* selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev2019-09-061-2/+1
* selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev2019-09-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+4
|\
| * tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-311-1/+2
| * selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+5
|\ \ | |/ |/|
| * selftests/bpf: install files test_xdp_vlan.shAnders Roxell2019-08-211-1/+2
| * selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich2019-08-211-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-10/+4
|\ \ | |/ |/|
| * selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko2019-07-271-7/+1
| * selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko2019-07-271-3/+3
* | selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-1/+2
|/
* selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-161-14/+10
* selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-161-3/+3
* selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich2019-07-151-2/+5
* selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich2019-07-151-8/+8
* selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-121-1/+3
* selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-07-121-6/+7
* selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-031-1/+2
* selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev2019-06-271-1/+3
* selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-271-1/+2
* selftests/bpf: add sockopt testStanislav Fomichev2019-06-271-1/+2