summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-0385-942/+10107
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-015-3/+193
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-3114-77/+1524
| |\ \
| | * | selftests/bpf: Selftest for sys_bind post-hooks.Andrey Ignatov2018-03-313-1/+493
| | * | selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-318-4/+284
| | * | selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-314-1/+517
| | * | libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-315-46/+133
| | * | selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov2018-03-281-21/+70
| | * | libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-283-0/+23
| | * | bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa2018-03-231-6/+6
| * | | 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-2319-53/+140
| |\ \
| * | | 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
| * | | | 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