aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet1-24/+49
2018-11-30tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2-13/+3
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+3
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-22/+62
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song1-3/+3
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau2-3/+3
2018-11-26bpf: align map type names formatting.David Calavera1-23/+23
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2-1/+4
2018-11-22tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski1-3/+7
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song5-0/+230
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song1-66/+2
2018-11-16bpftool: make libbfd optionalStanislav Fomichev5-6/+35
2018-11-10bpftool: support loading flow dissectorStanislav Fomichev3-51/+74