aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2-14/+9
2019-01-23bpftool: fix percpu maps updatingPaolo Abeni1-0/+16
2019-01-23bpftool: Fix prog dump by tagJiri Olsa1-2/+3
2019-01-18tools: bpftool: Cleanup license messThomas Gleixner2-11/+1
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
2018-11-10bpftool: add pinmaps argument to the load/loadallStanislav Fomichev3-3/+28
2018-11-10bpftool: add loadall commandStanislav Fomichev5-43/+81
2018-11-09bpftool: Improve handling of ENOENT on map dumpsDavid Ahern1-4/+14
2018-11-09tools: bpftool: update references to other man pages in documentationQuentin Monnet6-7/+42
2018-11-09tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2-8/+9
2018-11-09tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2-3/+3
2018-11-09tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet1-1/+1