summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-302-32/+162
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-301-22/+131
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-271-22/+131
| | |\
| | | * xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2019-01-091-2/+2
| | | * selftests: xfrm: alter htresh to trigger move of policies to hash tableFlorian Westphal2019-01-091-4/+40
| | | * selftests: xfrm: add block rules with adjacent/overlapping subnetsFlorian Westphal2019-01-091-18/+91
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-10/+31
| |\ \ \ | | |/ / | |/| |
| | * | x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-2998-15638/+18423
|\ \ \ \
| * | | | selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev2019-01-294-40/+139
| * | | | tools: bpftool: warn about risky prog array updatesJakub Kicinski2019-01-291-0/+3
| * | | | selftests: bpf: remove duplicated includeYueHaibing2019-01-293-4/+0Star
| * | | | selftests: bpf: break up the rest of test_verifierJakub Kicinski2019-01-2823-6149/+6051Star
| * | | | selftests: bpf: break up test_verifierJakub Kicinski2019-01-2848-10136/+9902Star
| * | | | selftests: bpf: prepare for break up of verifier testsJakub Kicinski2019-01-283-0/+17
| * | | | selftests: bpf: makefile support sub-register code-gen test modeJiong Wang2019-01-261-25/+70
| * | | | selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang2019-01-261-24/+762
| * | | | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+20
| * | | | tools: bpftool: teach cfg code about JMP32Jiong Wang2019-01-261-2/+7
| * | | | bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang2019-01-261-0/+1
| * | | | selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev2019-01-251-1/+2
| * | | | bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-242-0/+37
| * | | | bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
| * | | | selftests: bpf: add tests for dead code removalJakub Kicinski2019-01-242-7/+549
| * | | | selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev2019-01-231-3/+3
| * | | | libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-233-12/+48
| * | | | tools: bpftool: add bash completion for bpftool probesQuentin Monnet2019-01-231-0/+19
| * | | | tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-232-14/+73
| * | | | tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-232-30/+133
| * | | | tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-235-0/+121
| * | | | tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-236-1/+118
| * | | | tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-235-2/+159
| * | | | tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-231-0/+182
| * | | | tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-231-0/+187
| * | | | tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-2310-1/+200
| * | | | bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev2019-01-171-18/+73
| * | | | bpftool: add pop and dequeue commandsStanislav Fomichev2019-01-172-35/+98
| * | | | bpftool: add push and enqueue commandsStanislav Fomichev2019-01-172-1/+14
| * | | | bpftool: add peek commandStanislav Fomichev2019-01-172-1/+7
| * | | | bpftool: don't print empty key/value for mapsStanislav Fomichev2019-01-171-19/+28
| * | | | bpftool: make key optional in lookup commandStanislav Fomichev2019-01-172-9/+5Star
| * | | | bpftool: make key and value optional in update commandStanislav Fomichev2019-01-172-9/+31
| * | | | tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song2019-01-161-12/+86
| * | | | tools/bpf: add bpffs pretty print test for int128Yonghong Song2019-01-161-0/+79
| * | | | tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song2019-01-161-37/+75
| * | | | tools/bpf: add int128 raw test in test_btfYonghong Song2019-01-161-0/+93
| * | | | libbpf: don't define CC and ARStanislav Fomichev2019-01-161-16/+1Star
* | | | | selftests: forwarding: Use OK instead of PASS in test outputIdo Schimmel2019-01-281-1/+1
* | | | | selftests: net: forwarding: change devlink resource support checkingJiri Pirko2019-01-281-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2710-25/+128
|\ \ \ \ \ | | |/ / / | |/| | |