summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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-232-0/+55
* tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-233-1/+32
* tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-231-1/+47
* 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: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7
* tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0Star
* 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/+0Star
* tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15Star
* 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-1111-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-062-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/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-3/+3
|\ \ | |/ |/|
| * tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-291-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-302-3/+3
|\ \
| * | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-272-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-299-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