summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi2020-01-271-0/+14
* selftest/bpf: Add test for allowed trampolines countJiri Olsa2020-01-252-0/+133
* selftests: bpf: Reset global state between reuseport test runsLorenz Bauer2020-01-241-2/+14
* selftests: bpf: Make reuseport test output more legibleLorenz Bauer2020-01-241-4/+24
* selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer2020-01-241-0/+6
* selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer2020-01-241-10/+5
* selftests/bpf: Improve bpftool changes detectionAndrii Nakryiko2020-01-241-5/+6
* selftests/bpf: Initialize duration variable before usingJohn Sperbeck2020-01-243-3/+3
* bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau2020-01-223-0/+585
* selftests/bpf: Add tests for program extensionsAlexei Starovoitov2020-01-223-2/+83
* selftests/bpf: Build urandom_read with LDFLAGS and LDLIBSDaniel Díaz2020-01-221-1/+1
* selftests: Refactor build to remove tools/lib/bpf from include pathToke Høiland-Jørgensen2020-01-202-33/+30
* selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-20128-181/+181
* selftests: Pass VMLINUX_BTF to runqslower MakefileToke Høiland-Jørgensen2020-01-201-2/+6
* selftests/bpf: Skip perf hw events test if the setup disabled itHangbin Liu2020-01-201-2/+6
* selftests/bpf: Don't check for btf fd in test_btfStanislav Fomichev2020-01-201-4/+0
* selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song2020-01-161-5/+1
* selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko2020-01-152-11/+80
* selftests/bpf: Add batch ops testing to array bpf mapBrian Vazquez2020-01-151-0/+129
* selftests/bpf: Add batch ops testing for htab and htab_percpu mapYonghong Song2020-01-151-0/+283
* selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP pr...Eelco Chaudron2020-01-152-0/+109
* tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song2020-01-152-106/+73
* selftests/bpf: Build runqslower from selftestsAndrii Nakryiko2020-01-141-1/+6
* selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftoolAndrii Nakryiko2020-01-131-22/+25
* selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko2020-01-1011-121/+193
* selftests/bpf: Add unit tests for global functionsAlexei Starovoitov2020-01-108-0/+280
* selftests/bpf: Modify a test to check global functionsAlexei Starovoitov2020-01-101-2/+2
* selftests/bpf: Add a test for a large global functionAlexei Starovoitov2020-01-103-2/+14
* selftests/bpf: Add fexit-to-skb test for global funcsAlexei Starovoitov2020-01-103-0/+44
* selftests/bpf: Further clean up Makefile outputAndrii Nakryiko2020-01-092-5/+7
* selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko2020-01-091-6/+6
* libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko2020-01-091-2/+3
* bpf: Add bpf_dctcp exampleMartin KaFai Lau2020-01-093-0/+625
* selftests/bpf: Restore original comm in test_overheadStanislav Fomichev2020-01-091-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-3/+4
|\
| * libbpf: Fix build on read-only filesystemsNamhyung Kim2019-12-232-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2734-1227/+1644
|\ \ | |/ |/|
| * bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko2019-12-272-1/+11
| * selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov2019-12-201-0/+4
| * selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multiAndrey Ignatov2019-12-191-3/+50
| * selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov2019-12-196-574/+498
| * selftests/bpf: Fix test_attach_probeAlexei Starovoitov2019-12-191-3/+4
| * libbpf: Allow to augment system Kconfig through extra optional configAndrii Nakryiko2019-12-181-28/+4
| * libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko2019-12-183-21/+19
| * bpf: Allow to change skb mark in test_runNikita V. Shirokov2019-12-182-0/+6
| * bpftool, selftests/bpf: Embed object file inside skeletonAndrii Nakryiko2019-12-178-30/+11
| * selftests/bpf: More succinct Makefile outputAndrii Nakryiko2019-12-181-0/+36
| * selftests/bpf: Add flexible array relocation testsAndrii Nakryiko2019-12-156-4/+56
| * selftests/bpf: Add tests for libbpf-provided externsAndrii Nakryiko2019-12-154-1/+283
| * libbpf: Support libbpf-provided extern variablesAndrii Nakryiko2019-12-151-1/+1