summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* tc-testing: fix the -l argument bug in tdc.pyLucas Bates2017-10-151-4/+4
* tc-testing: Add test cases for police and skbmodLucas Bates2017-10-152-0/+899
* tc-testing: Split test case files into smaller chunksLucas Bates2017-10-156-1212/+1194Star
* tc-testing: Add test cases for flushing actionsLucas Bates2017-10-151-1/+48
* selftests: rtnetlink: add a small macsec test caseFlorian Westphal2017-10-131-0/+42
* selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal2017-10-101-0/+28
* selftests/bpf: add a test for verifier logsJakub Kicinski2017-10-102-1/+172
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-101-1/+1
|\
| * selftests/net: rxtimestamp: Fix an off by oneDan Carpenter2017-10-061-1/+1
* | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-081-0/+3
* | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-081-0/+3
* | VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-068-0/+1038
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0620-65/+245
|\|
| * Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2720-65/+245
| |\
| | * selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6
| | * selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan2017-09-251-3/+1Star
| | * selftests/memfd: correct run_tests.sh permissionLi Zhijian2017-09-251-0/+0
| | * selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook2017-09-251-5/+13
| | * selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-3/+3
| | * selftests: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-7/+7
| | * selftests: mqueue: Use full path to run tests from MakefileShuah Khan2017-09-251-2/+2
| | * selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan2017-09-251-1/+4
| | * selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan2017-09-211-0/+11
| | * selftests: sync: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-6/+18
| | * selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSShuah Khan2017-09-211-2/+4
| | * selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan2017-09-211-5/+11
| | * selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanShuah Khan2017-09-211-6/+1Star
| | * selftests: lib.mk: fix test executable status check to use full pathShuah Khan2017-09-211-1/+1
| | * selftests: Makefile: clear LDFLAGS for make O=dir use-caseShuah Khan2017-09-211-0/+4
| | * selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-0/+15
| | * selftests/net: msg_zerocopy enable build with older kernel headersThomas Meyer2017-09-191-1/+1
| | * selftests: actually run the various net selftestsJosef Bacik2017-09-191-3/+3
| | * selftest: add a reuseaddr testJosef Bacik2017-09-193-1/+116
| | * selftests: silence test output by defaultJosef Bacik2017-09-191-2/+2
| | * selftests/ftrace: multiple_kprobes: Also check for supportThomas Meyer2017-09-181-0/+2
| | * selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer2017-09-181-8/+9
| | * selftests/intel_pstate: No need to compile test progs in the run scriptThomas Meyer2017-09-181-6/+0Star
| | * selftests: intel_pstate: build only on x86Daniel Díaz2017-09-182-0/+7
| | * selftests: breakpoints: re-order TEST_GEN_PROGS targetsFathi Boudra2017-09-181-4/+4
| | * tools: fix testing/selftests/sigaltstack for s390xThomas Richter2017-09-181-0/+4
| | * selftests: net: More graceful finding of `ip'.Daniel Díaz2017-09-181-1/+1
* | | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-051-0/+72
* | | selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal2017-10-041-0/+6
* | | selftests: rtnetlink.sh: add vxlan and fou test casesFlorian Westphal2017-10-021-0/+96
* | | bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
* | | bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
* | | bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau2017-09-291-1/+1
* | | selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal2017-09-281-0/+42
* | | bpf: improve selftests and add tests for meta pointerDaniel Borkmann2017-09-265-4/+370
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-104/+626
|\| |