summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests: forwarding: Add an skbedit priority selftestPetr Machata2020-03-191-0/+163
* selftests: mlxsw: Add tc action hw_stats testsJiri Pirko2020-03-182-0/+139
* selftests: spectrum-2: Adjust tc_flower_scale limit according to current coun...Jiri Pirko2020-03-181-2/+2
* selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata2020-03-143-8/+61
* selftests: qdiscs: RED: Add nodrop testsPetr Machata2020-03-141-0/+68
* selftests: qdiscs: Add TDC test for REDPetr Machata2020-03-141-0/+117
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1343-327/+1095
|\
| * selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko2020-03-133-1/+133
| * selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-132-9/+9
| * selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki2020-03-131-19/+58
| * tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-132-26/+4
| * selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
| * selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
| * selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
| * bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-122-0/+77
| * tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-125-1/+287
| * selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer2020-03-091-6/+0
| * selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer2020-03-091-30/+127
| * selftests: bpf: Don't listen() on UDP socketsLorenz Bauer2020-03-091-22/+25
| * bpf: Add selftests for BPF_MODIFY_RETURNKP Singh2020-03-042-0/+114
| * bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-043-67/+28
| * selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko2020-03-041-4/+7
| * libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2020-03-041-1/+1
| * selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn2020-03-033-0/+50
| * selftests/bpf: Add link pinning selftestsAndrii Nakryiko2020-03-022-0/+130
| * selftests/bpf: Declare bpf_log_buf variables as staticToke Høiland-Jørgensen2020-03-023-3/+3
| * libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko2020-03-0215-135/+13
| * selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko2020-03-023-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-126-22/+54
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-122-3/+32
| |\ \
| | * | tc-testing: add ETS scheduler to tdc build configurationDavide Caratti2020-03-121-0/+1
| | * | selftests/net/fib_tests: update addr_metric_test for peer route testingHangbin Liu2020-03-031-3/+31
| * | | Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-03-092-19/+19
| |\ \ \
| | * | | ktest: Fix typos in ktest.plMasanari Iida2020-03-091-6/+6
| | * | | ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)2020-03-091-1/+1
| | * | | ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2020-03-092-2/+2
| | * | | ktest: Fix some typos in sample.confMasanari Iida2020-03-091-10/+10
| | |/ /
| * | | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2020-03-071-0/+1
| |\ \ \
| | * | | selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreChristophe Leroy2020-02-281-0/+1
| * | | | Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-061-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selftest/lkdtm: Use local .gitignoreChristophe Leroy2020-03-021-0/+2
* | | | | selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized.Kuniyuki Iwashima2020-03-124-0/+200
* | | | | mptcp: selftests: add rcvbuf set optionFlorian Westphal2020-03-092-15/+54
* | | | | tc-testing: updated tdc tests for basic filter with canid extended match rulesRoman Mashak2020-03-051-0/+220
* | | | | tc-testing: list kernel options for basic filter with canid ematch.Roman Mashak2020-03-051-0/+6
* | | | | selftests: forwarding: ETS: Use Qdisc countersPetr Machata2020-03-054-13/+30
* | | | | selftests: mlxsw: qos_defprio: Use until_counter_isPetr Machata2020-03-031-14/+4
* | | | | selftests: forwarding: tc_common: Convert to use busywaitPetr Machata2020-03-031-28/+4
* | | | | selftests: forwarding: Convert until_counter_is() to take expressionPetr Machata2020-03-032-6/+6
* | | | | selftests: forwarding: lib: Add tc_rule_handle_stats_get()Petr Machata2020-03-031-0/+11
| |_|_|/ |/| | |