summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-046-93/+314
|\
| * test_firmware: modify custom fallback tests to use unique filesLuis R. Rodriguez2018-03-203-8/+46
| * test_firmware: test three firmware kernel configs using a proc knobLuis R. Rodriguez2018-03-203-1/+122
| * test_firmware: expand on library with shared helpersLuis R. Rodriguez2018-03-203-61/+63
| * test_firmware: replace syfs fallback check with kconfig_has helperLuis R. Rodriguez2018-03-141-4/+1
| * test_firmware: enable custom fallback testing on limited kernel configsLuis R. Rodriguez2018-03-143-1/+33
| * test_firmware: add simple firmware firmware test libraryLuis R. Rodriguez2018-03-143-20/+51
* | Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-044-1/+316
|\ \
| * \ Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-2021-38/+216
| |\ \
| * | | selftests: add devpts selftestsChristian Brauner2018-03-144-1/+316
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-0370-568/+8696
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-014-2/+192
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-318-24/+1309
| |\ \ \ \ \
| | * | | | | selftests/bpf: Selftest for sys_bind post-hooks.Andrey Ignatov2018-03-312-1/+482
| | * | | | | selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-316-3/+271
| | * | | | | selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-312-1/+488
| | * | | | | selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov2018-03-281-21/+70
| * | | | | | tc-testing: Add newline when writing test case filesLucas Bates2018-03-301-0/+1
| * | | | | | tc-testing: add connmark action testsRoman Mashak2018-03-301-0/+291
| * | | | | | tc-testing: Correct compound statements for namespace executionLucas Bates2018-03-271-5/+5
| * | | | | | tc-testing: updated police, mirred, skbedit and skbmod with more testsRoman Mashak2018-03-254-0/+528
| * | | | | | tc-testing: add selftests for 'bpf' actionDavide Caratti2018-03-231-0/+289
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-236-18/+68
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | selftests: Add multipath tests for onlink flagDavid Ahern2018-03-221-3/+95
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-2110-8/+425
| |\ \ \ \ \
| | * | | | | bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-191-0/+2
| | * | | | | bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-191-0/+2
| | * | | | | bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend2018-03-191-1/+2
| | * | | | | bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+3
| | * | | | | bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+54
| | * | | | | bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-196-7/+108
| | * | | | | bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-154-2/+256
| * | | | | | selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtuStefano Brivio2018-03-181-2/+0
| * | | | | | selftests: pmtu: Add pmtu_vti6_link_change_mtu testStefano Brivio2018-03-171-6/+61
| * | | | | | selftests: pmtu: Add pmtu_vti6_link_add_mtu testStefano Brivio2018-03-171-1/+43
| * | | | | | selftests: pmtu: Add pmtu_vti4_link_add_mtu testStefano Brivio2018-03-171-1/+44
| * | | | | | selftests: pmtu: Add test_pmtu_vti4_exception testStefano Brivio2018-03-171-10/+70
| * | | | | | selftests: pmtu: Add pmtu_vti6_default_mtu testStefano Brivio2018-03-171-1/+17
| * | | | | | selftests: pmtu: Add pmtu_vti4_default_mtu testStefano Brivio2018-03-171-13/+73
| * | | | | | selftests: pmtu: Introduce support for multiple testsStefano Brivio2018-03-171-26/+61
| * | | | | | selftests: pmtu: Factor out MTU parsing helperStefano Brivio2018-03-171-6/+11
| * | | | | | selftests: pmtu: Use namespace command prefix to fetch route mtuStefano Brivio2018-03-171-7/+9
| * | | | | | selftests: pmtu: Reverse return codes of functionsStefano Brivio2018-03-171-16/+8
| * | | | | | selftests/txtimestamp: Add more configurable parametersVinicius Costa Gomes2018-03-161-3/+18
| * | | | | | selftests: fib_tests: Add IPv6 nexthop spec testsDavid Ahern2018-03-161-2/+178
| * | | | | | selftests: fib_tests: Allow user to run a specific testDavid Ahern2018-03-161-3/+7
| * | | | | | selftests: fib_tests: Use an alias for ip commandDavid Ahern2018-03-161-84/+85
| * | | | | | tc-testing: updated gact tests with batch test casesRoman Mashak2018-03-121-1/+72
| * | | | | | tc-testing: add TC vlan action testsRoman Mashak2018-03-121-0/+410
| * | | | | | selftests: forwarding: Allow creation of interfaces without a config fileIdo Schimmel2018-03-112-5/+6