aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole3-5/+5
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-113/+1236
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski1-0/+3
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang1-2/+7
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-7/+3
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet1-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet2-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet2-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2-0/+55
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet3-1/+32
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet1-1/+47
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet1-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet10-1/+200
2019-01-18tools: bpftool: Cleanup license messThomas Gleixner2-11/+1
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev1-18/+73
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev2-35/+98
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev2-1/+14
2019-01-17bpftool: add peek commandStanislav Fomichev2-1/+7
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev1-19/+28
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev2-9/+5
2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev2-9/+31
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song1-12/+86
2019-01-16tools/bpf: properly account for libbfd variationsStanislav Fomichev1-1/+8
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song1-6/+7
2018-12-19tools: bpftool: do not force gcc as CCIvan Babrou1-2/+0
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet7-2/+31
2018-12-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet3-12/+35
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song1-9/+27
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song1-6/+19
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet4-9/+12
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet1-1/+1
2018-12-15tools: bpftool: add a prog array map update example to documentationQuentin Monnet1-0/+55
2018-12-15tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet1-45/+53
2018-12-15tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet1-0/+3
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-7/+0
2018-12-13tools: bpftool: dual license all filesJakub Kicinski10-7/+10
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski10-330/+15
2018-12-13tools: bpftool: fix SPDX format in headersJakub Kicinski3-3/+3
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-102/+566
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-24/+24
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau3-3/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau8-24/+245
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2-2/+9
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet5-4/+176
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet3-26/+75
2018-11-30tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet1-1/+1
2018-11-30tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet1-1/+1