summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: forwarding: Test changes in mirror-to-gretapPetr Machata2018-04-271-0/+194
* selftests: forwarding: Test neighbor updates when mirroring to gretapPetr Machata2018-04-271-0/+101
* selftests: forwarding: Test flower mirror to gretapPetr Machata2018-04-271-0/+116
* selftests: forwarding: Test mirror to gretap w/ bound devPetr Machata2018-04-271-0/+213
* selftests: forwarding: Test gretap mirror with next-hop remotePetr Machata2018-04-271-0/+117
* selftests: forwarding: Add test for mirror to gretapPetr Machata2018-04-271-0/+139
* selftests: forwarding: Add libs for gretap mirror testingPetr Machata2018-04-274-0/+350
* selftests: pmtu: Minimum MTU for vti6 is 68Stefano Brivio2018-04-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-2615-402/+4931
|\
| * bpf: update bpf.h uapi header for toolsQuentin Monnet2018-04-271-396/+1380
| * selftests/bpf: bpf tunnel test.William Tu2018-04-273-2/+1445
| * tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa2018-04-262-1/+5
| * tools, bpf: Sync bpf.h uapi headerJiri Olsa2018-04-261-0/+1
| * bpf: reduce runtime of test_sockmap testsJohn Fastabend2018-04-251-17/+16
| * bpf: sockmap, add selftestsJohn Fastabend2018-04-257-4/+1852
| * tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song2018-04-251-2/+2
| * selftests: bpf: update .gitignore with missing fileAnders Roxell2018-04-241-0/+1
| * tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon2018-04-241-0/+266
| * samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger2018-04-242-2/+27
| * bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-232-6/+4
* | selftests: udp gso benchmarkWillem de Bruijn2018-04-265-1/+763
* | selftests: udp gso with corkingWillem de Bruijn2018-04-262-10/+38
* | selftests: udp gso with connected socketsWillem de Bruijn2018-04-262-2/+122
* | selftests: udp gsoWillem de Bruijn2018-04-264-1/+504
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-251-0/+2
| |\ \
| | * | bpf: fix for lex/yacc build error with gcc-5John Fastabend2018-04-251-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2461-539/+767
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-244-2/+7
| |\| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-224-2/+7
| | |\ \
| | | * | tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
| | | * | selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-2254-511/+690
| |\ \ \ \
| | * | | | coresight: Move to SPDX identifierMathieu Poirier2018-04-198-76/+8
| | * | | | perf test BPF: Fixup BPF test using epoll_pwait syscall function probeArnaldo Carvalho de Melo2018-04-181-1/+1
| | * | | | perf tests mmap: Show which tracepoint is failingArnaldo Carvalho de Melo2018-04-181-1/+1
| | * | | | perf tools: Add '\n' at the end of parse-options error messagesRavi Bangoria2018-04-181-3/+3
| | * | | | perf record: Remove suggestion to enable APICAndi Kleen2018-04-181-2/+1
| | * | | | perf record: Remove misleading error suggestionAndi Kleen2018-04-181-2/+1
| | * | | | perf hists browser: Clarify top/report browser helpAndi Kleen2018-04-181-1/+1
| | * | | | perf mem: Allow all record/report optionsAndi Kleen2018-04-182-2/+5
| | * | | | perf trace: Support MAP_FIXED_NOREPLACEArnaldo Carvalho de Melo2018-04-181-0/+3
| | * | | | perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter2018-04-171-0/+6
| | * | | | perf script: Extend misc field decoding with switch out event typeAlexey Budankov2018-04-172-9/+13
| | * | | | perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov2018-04-171-1/+3
| | * | | | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-171-3/+15
| | * | | | tools/headers: Synchronize kernel ABI headers, v4.17-rc1Ingo Molnar2018-04-1710-364/+451
| | * | | | Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-1624-46/+178
| | |\ \ \ \
| | | * | | | perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo2018-04-131-1/+66
| | | * | | | perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo2018-04-132-3/+17