summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)Author
2018-02-09selftests/bpf: add selftest that use test_libbpf_openJesper Dangaard Brouer
2018-02-09selftests/bpf: add test program for loading BPF ELF filesJesper Dangaard Brouer
2018-02-01tools/bpf: permit selftests/bpf to be built in a different directoryYonghong Song
2018-01-26tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo
2018-01-18selftest/bpf: extend the offload test with map checksJakub Kicinski
2018-01-06tools/bpf: add a bpf selftest for stacktraceYonghong Song
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-22selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet
2017-12-20bpf: Fix tools and testing build.David Miller
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-12bpf: fix broken BPF selftest buildDaniel Borkmann
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-05selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner
2017-12-03selftests/bpf: add offload test based on netdevsimJakub Kicinski
2017-11-05selftests/bpf: add a test for device cgroup controllerRoman Gushchin
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski
2017-09-26bpf: improve selftests and add tests for meta pointerDaniel Borkmann
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu
2017-07-11samples/bpf: fix a build issueYonghong Song
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song
2017-06-06bpf: Test for bpf IDMartin KaFai Lau
2017-05-11bpf: Provide a linux/types.h override for bpf selftests.David S. Miller
2017-05-11bpf: Add verifier test case for alignment.David S. Miller
2017-05-03selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov
2017-05-03selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann
2017-03-21selftests/bpf: fix broken build, take 2Zi Shen Lim
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-15bpf: Rebuild bpf.o for any dependency updateMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün
2017-02-10bpf: Always test unprivileged programsMickaël Salaün
2017-02-10bpf: Change the include directory for selftestMickaël Salaün
2017-01-24bpf: add prog tag test case to bpf selftestsDaniel Borkmann
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com