summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2020-03-10selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi-0/+42
2020-03-06selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson-0/+15
2020-03-05selftests/bpf: Add send_signal_sched_switch testYonghong Song-0/+66
2020-02-12selftests/bpf: Mark SYN cookie test skipped for UDP socketsJakub Sitnicki-1/+3
2020-02-12selftests/bpf: Fix error checking on reading the tcp_fastopen sysctlMartin KaFai Lau-1/+3
2020-02-10bpf: Selftests build error in sockmap_basic.cJohn Fastabend-0/+5
2020-02-07selftests/bpf: Test freeing sockmap/sockhash with a socket in itJakub Sitnicki-0/+74
2020-02-04selftests/bpf: Fix trampoline_count.c selftest compilation warningAndrii Nakryiko-1/+1
2020-01-27selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi-0/+14
2020-01-25selftest/bpf: Add test for allowed trampolines countJiri Olsa-0/+133
2020-01-24selftests: bpf: Reset global state between reuseport test runsLorenz Bauer-2/+14
2020-01-24selftests: bpf: Make reuseport test output more legibleLorenz Bauer-4/+24
2020-01-24selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer-0/+6
2020-01-24selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer-10/+5
2020-01-24selftests/bpf: Improve bpftool changes detectionAndrii Nakryiko-5/+6
2020-01-24selftests/bpf: Initialize duration variable before usingJohn Sperbeck-3/+3
2020-01-22bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau-0/+585
2020-01-22selftests/bpf: Add tests for program extensionsAlexei Starovoitov-2/+83
2020-01-22selftests/bpf: Build urandom_read with LDFLAGS and LDLIBSDaniel Díaz-1/+1
2020-01-20selftests: Refactor build to remove tools/lib/bpf from include pathToke Høiland-Jørgensen-33/+30
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen-181/+181
2020-01-20selftests: Pass VMLINUX_BTF to runqslower MakefileToke Høiland-Jørgensen-2/+6
2020-01-20selftests/bpf: Skip perf hw events test if the setup disabled itHangbin Liu-2/+6
2020-01-20selftests/bpf: Don't check for btf fd in test_btfStanislav Fomichev-4/+0
2020-01-16selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song-5/+1
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko-11/+80
2020-01-15selftests/bpf: Add batch ops testing to array bpf mapBrian Vazquez-0/+129
2020-01-15selftests/bpf: Add batch ops testing for htab and htab_percpu mapYonghong Song-0/+283
2020-01-15selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP pr...Eelco Chaudron-0/+109
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song-106/+73
2020-01-14selftests/bpf: Build runqslower from selftestsAndrii Nakryiko-1/+6
2020-01-13selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftoolAndrii Nakryiko-22/+25
2020-01-10selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko-121/+193
2020-01-10selftests/bpf: Add unit tests for global functionsAlexei Starovoitov-0/+280
2020-01-10selftests/bpf: Modify a test to check global functionsAlexei Starovoitov-2/+2
2020-01-10selftests/bpf: Add a test for a large global functionAlexei Starovoitov-2/+14
2020-01-10selftests/bpf: Add fexit-to-skb test for global funcsAlexei Starovoitov-0/+44
2020-01-09selftests/bpf: Further clean up Makefile outputAndrii Nakryiko-5/+7
2020-01-09selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dirAndrii Nakryiko-6/+6
2020-01-09libbpf,selftests/bpf: Fix clean targetsAndrii Nakryiko-2/+3
2020-01-09bpf: Add bpf_dctcp exampleMartin KaFai Lau-0/+625
2020-01-09selftests/bpf: Restore original comm in test_overheadStanislav Fomichev-1/+7
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+4
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1227/+1644
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko-1/+11
2019-12-23libbpf: Fix build on read-only filesystemsNamhyung Kim-3/+4
2019-12-20selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov-0/+4
2019-12-19selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multiAndrey Ignatov-3/+50
2019-12-19selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov-574/+498
2019-12-19bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann-24/+176