summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0
* tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-187-2/+31
* tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet2018-12-183-12/+35
* tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
* tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
* tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
* tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
* tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
* tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53
* tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
* bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-7/+0
* tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15
* tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-1011-102/+566
|\
| * tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-24/+24
| * bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau2018-12-103-3/+3
| * bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-098-24/+245
| * bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-052-2/+9
| * tools: bpftool: add a command to dump the trace pipeQuentin Monnet2018-12-055-4/+176
| * tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet2018-11-303-26/+75
| * tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet2018-11-301-24/+49
| * tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2018-11-302-13/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-3/+3
|\ \ | |/ |/|
| * tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-281-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-292-3/+3
|\ \
| * | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-262-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-289-22/+62
|\ \ \ | |/ / |/| / | |/
| * tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-11-221-3/+7
| * tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| * tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| * tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| * tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
* | bpf: align map type names formatting.David Calavera2018-11-261-23/+23
* | bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2018-11-232-1/+4
* | tools/bpf: bpftool: add support for func typesYonghong Song2018-11-205-0/+230
* | tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-201-66/+2
* | bpftool: make libbfd optionalStanislav Fomichev2018-11-165-6/+35
* | bpftool: support loading flow dissectorStanislav Fomichev2018-11-103-51/+74
* | bpftool: add pinmaps argument to the load/loadallStanislav Fomichev2018-11-103-3/+28
* | bpftool: add loadall commandStanislav Fomichev2018-11-105-43/+81
* | bpftool: Improve handling of ENOENT on map dumpsDavid Ahern2018-11-091-4/+14
* | tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet2018-11-074-0/+14
|/
* tools: bpftool: fix completion for "bpftool map update"Quentin Monnet2018-10-211-1/+1
* tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
* tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2018-10-212-3/+9
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-201-4/+6
* tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20