summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* selftests/bpf: build tests with debug infoAndrii Nakryiko2019-06-261-1/+1
* selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-1/+2
|\
| * selftests/bpf : clean up feature/ when make cleanHechao Li2019-06-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-3/+4
|\ \ | |/ |/|
| * selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
* | selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-05-311-2/+3
* | selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-281-1/+2
* | selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-241-4/+6
* | selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-241-1/+2
* | selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko2019-05-241-1/+1
|/
* bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-271-1/+24
* selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-121-1/+2