summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-03-19selftests: forwarding: Add an skbedit priority selftestPetr Machata-0/+163
2020-03-18selftests: mlxsw: Add tc action hw_stats testsJiri Pirko-0/+139
2020-03-18selftests: spectrum-2: Adjust tc_flower_scale limit according to current coun...Jiri Pirko-2/+2
2020-03-14selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata-8/+61
2020-03-14selftests: qdiscs: RED: Add nodrop testsPetr Machata-0/+68
2020-03-14selftests: qdiscs: Add TDC test for REDPetr Machata-0/+117
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-327/+1095
2020-03-13selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko-1/+133
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko-9/+9
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki-19/+58
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser-26/+4
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko-1/+10
2020-03-13selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko-12/+20
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko-0/+9
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-22/+54
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron-0/+77
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira-1/+287
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+32
2020-03-12tc-testing: add ETS scheduler to tdc build configurationDavide Caratti-0/+1
2020-03-12selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.Kuniyuki Iwashima-0/+200
2020-03-09mptcp: selftests: add rcvbuf set optionFlorian Westphal-15/+54
2020-03-09Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-19/+19
2020-03-09selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer-6/+0
2020-03-09selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer-30/+127
2020-03-09selftests: bpf: Don't listen() on UDP socketsLorenz Bauer-22/+25
2020-03-09ktest: Fix typos in ktest.plMasanari Iida-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)-2/+2
2020-03-09ktest: Fix some typos in sample.confMasanari Iida-10/+10
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds-0/+1
2020-03-06Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2020-03-05tc-testing: updated tdc tests for basic filter with canid extended match rulesRoman Mashak-0/+220
2020-03-05tc-testing: list kernel options for basic filter with canid ematch.Roman Mashak-0/+6
2020-03-05selftests: forwarding: ETS: Use Qdisc countersPetr Machata-13/+30
2020-03-04bpf: Add selftests for BPF_MODIFY_RETURNKP Singh-0/+114
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh-67/+28
2020-03-04selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko-4/+7
2020-03-04libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko-1/+1
2020-03-03selftests: mlxsw: qos_defprio: Use until_counter_isPetr Machata-14/+4
2020-03-03selftests: forwarding: tc_common: Convert to use busywaitPetr Machata-28/+4
2020-03-03selftests: forwarding: Convert until_counter_is() to take expressionPetr Machata-6/+6
2020-03-03selftests: forwarding: lib: Add tc_rule_handle_stats_get()Petr Machata-0/+11
2020-03-03selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn-0/+50
2020-03-03selftests/net/fib_tests: update addr_metric_test for peer route testingHangbin Liu-3/+31
2020-03-02selftests/bpf: Add link pinning selftestsAndrii Nakryiko-0/+130
2020-03-02selftests/bpf: Declare bpf_log_buf variables as staticToke Høiland-Jørgensen-3/+3
2020-03-02libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko-135/+13
2020-03-02selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko-11/+11
2020-03-02selftest/lkdtm: Use local .gitignoreChristophe Leroy-0/+2
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-18/+230