aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski2-0/+4
2018-03-16tools: bpf: cleanup PHONY targetJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix potential format truncationJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski1-1/+1
2018-03-15bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu5-2/+278
2018-03-09tools: bpf: silence make by not deleting intermediate fileJiri Benc1-1/+1
2018-03-09tools: bpf: respect quiet/verbose buildJiri Benc1-11/+27
2018-03-09tools: bpf: call descend in MakefileJiri Benc1-3/+3
2018-03-09tools: bpf: make install should build firstJiri Benc1-2/+4
2018-03-09tools: bpf: consistent make bpf_installJiri Benc1-4/+6
2018-03-09tools: bpf: respect output directory during buildJiri Benc1-16/+22
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc1-1/+1
2018-03-07selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_testJiri Pirko1-1/+1
2018-03-07selftests: forwarding: fix "ok" action testJiri Pirko1-1/+4
2018-03-07selftests: net: Introduce first PMTU testStefano Brivio2-1/+164
2018-03-07selftests/net: fix in_netns.sh scriptPrashant Bhole1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-254/+548
2018-03-05Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+2
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+59
2018-03-05selftests: forwarding: Add suppport to create veth interfacesDavid Ahern2-0/+40
2018-03-05selftests: Extend the tc action test for action mirrorArkadi Sharshevsky1-6/+10
2018-03-04tc-testing: skbmod: fix match value of ethertypeDavide Caratti1-1/+1
2018-03-04selftests: rtnetlink: remove testns on test failPrashant Bhole1-0/+6
2018-03-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2018-03-04tools: tc-testing: Add notap optionBrenda J. Butler1-11/+23
2018-03-04selftests: forwarding: Add multipath test for L4 hashingDavid Ahern1-0/+44
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller19-361/+1253
2018-03-02selftests: memory-hotplug: fix emit_tests regressionShuah Khan1-1/+2
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet1-14/+51
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet1-2/+6
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet1-4/+32
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet1-0/+5
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+58
2018-03-01tools: bpftool: add bash completion for CFG dumpQuentin Monnet1-4/+9
2018-03-01tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2-7/+23
2018-03-01tools: bpftool: generate .dot graph from CFG informationJiong Wang3-0/+147
2018-03-01tools: bpftool: add out edges for each basic-blockJiong Wang1-2/+160
2018-03-01tools: bpftool: partition basic-block for each function in the CFGJiong Wang1-1/+117
2018-03-01tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang2-0/+190
2018-03-01tools: bpftool: factor out xlated dump related code into separate fileJiong Wang3-254/+349
2018-03-01tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang1-20/+18
2018-03-01selftests: forwarding: Add description to the multipath testsDavid Ahern1-17/+20
2018-03-01selftests: forwarding: Use PING6 instead of ping for ipv6 multipath testDavid Ahern1-1/+1
2018-03-01selftests: forwarding: Handle 0 for packet difference in multipath testsDavid Ahern1-0/+7
2018-03-01selftests: forwarding: Only check tc version for tc testsDavid Ahern7-15/+25
2018-02-28Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds8-16/+19
2018-02-28selftests: forwarding: Introduce basic shared blocks testsJiri Pirko2-0/+128
2018-02-28selftests: forwarding: Introduce basic tc chains testsJiri Pirko1-0/+122
2018-02-28selftests: forwarding: Introduce tc actions testsJiri Pirko1-0/+195
2018-02-28selftests: forwarding: Introduce tc flower matching testsJiri Pirko2-0/+219