summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-23145-451/+2721
|\
| * 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 ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-2/+6
|\ \
| * | selftests: mlxsw: qos_mc_aware: Fix mausezahn invocationPetr Machata2020-01-151-2/+6
* | | selftests: devlink_trap_tunnel_vxlan: Add test case for overlay_smac_is_mcAmit Cohen2020-01-191-0/+54
* | | selftests: devlink_trap_tunnel_ipip: Add test case for decap_errorAmit Cohen2020-01-191-0/+265
* | | selftests: devlink_trap_tunnel_vxlan: Add test case for decap_errorAmit Cohen2020-01-191-0/+276
* | | selftests: devlink_trap_l3_drops: Add test cases of irif and erif disabledAmit Cohen2020-01-191-0/+112
* | | selftests: mlxsw: Add test for FIB offload APIIdo Schimmel2020-01-141-0/+180
* | | selftests: netdevsim: Add test for FIB offload APIIdo Schimmel2020-01-141-0/+341
* | | selftests: forwarding: Add helpers and tests for FIB offloadIdo Schimmel2020-01-141-0/+873
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-092-1/+22
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-091-0/+8
| |\
| | * selftests: loopback.sh: skip this test if the driver does not supportHangbin Liu2020-01-031-0/+8
| * | Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-021-1/+14
| |\ \ | | |/ | |/|
| | * selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon2020-01-021-1/+12
| | * selftests/seccomp: Zero out seccomp_notifSargun Dhillon2020-01-021-0/+2
* | | fcnal-test: Fix vrf argument in local tcp testsDavid Ahern2020-01-061-4/+4
* | | selftests: forwarding: router: Add test case for destination IP link-localAmit Cohen2020-01-061-0/+25
* | | selftests: forwarding: router: Add test case for source IP equals destination IPAmit Cohen2020-01-061-0/+44
* | | selftests: forwarding: router: Add test case for multicast destination MAC mi...Amit Cohen2020-01-061-0/+82
* | | selftests: forwarding: router: Add test case for source IP in class EAmit Cohen2020-01-061-1/+37
* | | wireguard: selftests: remove ancient kernel compatibility codeJason A. Donenfeld2020-01-055-48/+50
* | | fcnal-test: Add TCP MD5 tests for VRFDavid Ahern2020-01-021-0/+313
* | | fcnal-test: Add TCP MD5 testsDavid Ahern2020-01-021-0/+145