summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1851-359/+918
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-189-27/+875
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-162-7/+48
| | |\
| | | * bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | | * bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
| | * | selftests: tc_flower: Add TOS matching testJiri Pirko2019-06-121-1/+35
| | * | selftests: mlxsw: Test nexthop offload indicationIdo Schimmel2019-06-121-0/+47
| | |/
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-075-19/+745
| | |\
| | | * bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-071-0/+10
| | | * bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-071-16/+197
| | | * selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| | | * selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| | | * selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| | | * selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| | | * selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
| * | | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-141-0/+2
| * | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0841-328/+41Star
| |\ \ \
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444Thomas Gleixner2019-06-051-4/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-053-15/+3Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-052-27/+2Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-054-36/+4Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0519-171/+19Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-8/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-055-50/+5Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257Thomas Gleixner2019-06-055-6/+5Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 253Thomas Gleixner2019-06-051-11/+1Star
| * | | | Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-06-081-4/+0Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selftests: vm: Fix test build failure when built by itselfShuah Khan2019-06-061-4/+0Star
* | | | | net/udpgso_bench.sh test fails on errorFred Klassen2019-06-181-0/+33
* | | | | net/udpgso_bench.sh add UDP GSO audit testsFred Klassen2019-06-181-1/+18
* | | | | net/udpgso_bench_tx: options to exercise TX CMSGFred Klassen2019-06-181-15/+276
* | | | | selftests: rtnetlink: add addresses with fixed life timeFlorian Westphal2019-06-181-0/+21
* | | | | selftests/net: fix warnings in TFO key rotation selftestWillem de Bruijn2019-06-161-3/+2Star
* | | | | tc-tests: updated skbedit testsRoman Mashak2019-06-161-9/+53
* | | | | tc-tests: added path to ip command in tdcRoman Mashak2019-06-161-0/+2
* | | | | net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-1/+0Star
* | | | | selftests: ptp: Add Physical Hardware Clock testShalom Toledo2019-06-141-0/+166
* | | | | tc-tests: updated fw with bind actions by reference use casesRoman Mashak2019-06-141-0/+144
* | | | | selftests: pmtu: Introduce list_flush_ipv6_exception test caseStefano Brivio2019-06-111-1/+50
* | | | | selftests: Add version of router_multipath.sh using nexthop objectsDavid Ahern2019-06-101-0/+359
* | | | | selftests: Add test with multiple prefixes using single nexthopDavid Ahern2019-06-101-0/+290
* | | | | selftests: icmp_redirect: Add support for routing via nexthop objectsDavid Ahern2019-06-101-0/+49
* | | | | selftests: pmtu: Add support for routing via nexthop objectsDavid Ahern2019-06-101-32/+126
* | | | | selftests: pmtu: Move route installs to a new functionDavid Ahern2019-06-101-11/+15
* | | | | selftests: pmtu: Move running of test into a new functionDavid Ahern2019-06-101-27/+36
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07145-481/+160Star
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-1/+4
| |\ \ \ \
| | * | | | selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long2019-06-041-1/+4
| * | | | | Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-054-2/+13
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju2019-05-301-0/+2