summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-264-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-2319-53/+140
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-221-0/+4
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-081-0/+4
| | |\
| | | * tools: bpftool: fix compilation with older headersJiri Benc2018-03-061-0/+4
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-181-4/+28
| |\ \ \
| | * | | selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-141-3/+27
| | * | | selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-141-1/+1
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-112-25/+13Star
| |\| | |
| | * | | x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-5/+6
| | * | | objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7Star
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-1111-15/+61
| |\ \ \ \
| | * | | | perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-061-4/+5
| | * | | | perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter2018-03-061-6/+9
| | * | | | perf stat: Fix CVS output format for non-supported countersIlya Pronin2018-03-061-1/+1
| | * | | | tools headers: Sync x86's cpufeatures.hArnaldo Carvalho de Melo2018-03-051-0/+1
| | * | | | tools headers: Sync copy of kvm UAPI headersArnaldo Carvalho de Melo2018-03-051-0/+2
| | * | | | perf record: Fix crash in pipe modeJiri Olsa2018-03-053-2/+16
| | * | | | perf annotate browser: Be more robust when drawing jump arrowsArnaldo Carvalho de Melo2018-03-051-0/+25
| | * | | | perf top: Fix annoying fallback message on older kernelsKan Liang2018-03-051-1/+1
| | * | | | perf kallsyms: Fix the usage on the man pageSangwon Hong2018-03-051-1/+1
| * | | | | selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian2018-03-101-8/+17
| * | | | | Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-093-1/+17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailableMichael Ellerman2018-03-021-0/+14
| | * | | | selftests/powerpc: Fix missing clean of pmu/lib.oMichael Ellerman2018-02-281-1/+1
| | * | | | selftests/powerpc: Skip tm-trap if transactional memory is not enabledMichael Ellerman2018-02-261-0/+2
* | | | | | 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-2115-37/+530
|\ \ \ \ \ \
| * | | | | | bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-192-1/+4
| * | | | | | bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-192-1/+4
| * | | | | | 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-193-1/+16
| * | | | | | 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-197-7/+118
| * | | | | | tools: bpf: remove feature detection outputJakub Kicinski2018-03-162-0/+4
| * | | | | | tools: bpf: cleanup PHONY targetJakub Kicinski2018-03-161-1/+1
| * | | | | | tools: bpftool: fix potential format truncationJakub Kicinski2018-03-161-1/+1
| * | | | | | tools: bpftool: fix dependency file pathJakub Kicinski2018-03-161-1/+1
| * | | | | | bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-155-2/+278
| * | | | | | tools: bpf: silence make by not deleting intermediate fileJiri Benc2018-03-091-1/+1
| * | | | | | tools: bpf: respect quiet/verbose buildJiri Benc2018-03-091-11/+27
| * | | | | | tools: bpf: call descend in MakefileJiri Benc2018-03-091-3/+3
| * | | | | | tools: bpf: make install should build firstJiri Benc2018-03-091-2/+4
| * | | | | | tools: bpf: consistent make bpf_installJiri Benc2018-03-091-4/+6
| * | | | | | tools: bpf: respect output directory during buildJiri Benc2018-03-091-16/+22
| * | | | | | tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-091-1/+1