summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-07-11tools: libbpf: allow map reuseJakub Kicinski2-0/+54
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski10-9/+334
2018-07-11tools: libbpf: move library error code into a separate fileJakub Kicinski3-49/+75
2018-07-11tools: bpftool: reimplement bpf_prog_load() for prog loadJakub Kicinski1-13/+48
2018-07-11tools: libbpf: add extended attributes version of bpf_object__open()Jakub Kicinski2-6/+26
2018-07-11tools: libbpf: recognize offload neutral mapsJakub Kicinski2-1/+8
2018-07-11tools: bpftool: allow users to specify program type for prog loadJakub Kicinski3-5/+60
2018-07-11tools: libbpf: expose the prog type guessing from section name logicJakub Kicinski2-18/+28
2018-07-11tools: bpftool: add support for loading programs for offloadJakub Kicinski3-6/+58
2018-07-11tools: bpftool: refactor argument parsing for prog loadJakub Kicinski2-4/+22
2018-07-11selftests/bpf: add Error: prefix in check_extack helperJakub Kicinski1-4/+4
2018-07-11selftests/bpf: remove duplicated word from test offloadsJakub Kicinski1-1/+1
2018-07-11perf tools: Use python-config --includes rather than --cflagsJeremy Cline1-2/+1
2018-07-11perf script python: Fix dict reference countingJanne Huttunen1-6/+2
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa1-1/+1
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa2-2/+3
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips1-1/+1
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips1-3/+3
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips1-16/+21
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips1-1/+1
2018-07-11perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline1-1/+3
2018-07-11perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline1-5/+9
2018-07-11perf scripts python: Add Python 3 support to Util.pyJeremy Cline1-5/+6
2018-07-11perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline1-1/+1
2018-07-11perf scripts python: Add Python 3 support to Core.pyJeremy Cline1-23/+17
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline1-14/+15
2018-07-11selftests: forwarding: mirror_lib: Tighten up VLAN capturePetr Machata1-1/+1
2018-07-10rseq/selftests: cleanup: Update comment above rseq_prepare_unloadMathieu Desnoyers1-6/+7
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-1/+10
2018-07-08Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+28
2018-07-07selftests: mlxsw: Add mlxsw-specific test for mirror to gretapPetr Machata1-0/+217
2018-07-07selftests: forwarding: Allow importing dependent librariesPetr Machata2-2/+2
2018-07-07bpftool: add bash completion for cgroup tree commandRoman Gushchin1-1/+5
2018-07-07bpftool: document cgroup tree commandRoman Gushchin1-1/+11
2018-07-07bpftool: introduce cgroup tree commandRoman Gushchin1-5/+165
2018-07-04selftests: forwarding: test for bridge port isolationNikolay Aleksandrov1-0/+151
2018-07-04selftests: forwarding: lib: extract ping and ping6 so they can be reusedNikolay Aleksandrov1-6/+16
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern1-41/+0
2018-07-04selftests: forwarding: Test mirror-to-gretap w/ UL 802.1qPetr Machata1-0/+126
2018-07-04selftests: forwarding: Test mirror-to-gretap w/ UL 802.1dPetr Machata1-0/+132
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-41/+147
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-72/+272
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+36
2018-07-02objtool: Support GCC 8 '-fnoreorder-functions'Josh Poimboeuf1-13/+28
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-10/+36
2018-07-01tools: bpftool: deal with options upfrontJakub Kicinski1-11/+21
2018-07-01tools: bpftool: add missing --bpffs to completionsJakub Kicinski1-1/+1
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski5-12/+2
2018-07-01tools: libbpf: don't return '.text' as a program for multi-function programsJakub Kicinski1-2/+14
2018-07-01tools: libbpf: restore the ability to load programs from .text sectionJakub Kicinski1-7/+14