summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-2815-113/+1236
|\
| * tools: bpftool: warn about risky prog array updatesJakub Kicinski2019-01-291-0/+3
| * tools: bpftool: teach cfg code about JMP32Jiong Wang2019-01-261-2/+7
| * bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
| * libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-7/+3
| * tools: bpftool: add bash completion for bpftool probesQuentin Monnet2019-01-221-0/+19
| * tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-222-14/+73
| * tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-222-30/+133
| * tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-222-0/+55
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-223-1/+32
| * tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-221-1/+47
| * tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-221-0/+182
| * tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-221-0/+187
| * tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-2210-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/+5
| * 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: bpftool: Cleanup license messThomas Gleixner2019-01-182-11/+1
* | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
|/
* tools/bpf: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7
* 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