aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2018-12-19tools: bpftool: do not force gcc as CCIvan Babrou
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet
2018-12-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet
2018-12-15tools: bpftool: add a prog array map update example to documentationQuentin Monnet
2018-12-15tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet
2018-12-15tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-13tools: bpftool: dual license all filesJakub Kicinski
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski
2018-12-13tools: bpftool: fix SPDX format in headersJakub Kicinski
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet
2018-11-30tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet
2018-11-30tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet
2018-11-30tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet
2018-11-30tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau
2018-11-26bpf: align map type names formatting.David Calavera
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera
2018-11-22tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song
2018-11-16bpftool: make libbfd optionalStanislav Fomichev
2018-11-10bpftool: support loading flow dissectorStanislav Fomichev
2018-11-10bpftool: add pinmaps argument to the load/loadallStanislav Fomichev
2018-11-10bpftool: add loadall commandStanislav Fomichev
2018-11-09bpftool: Improve handling of ENOENT on map dumpsDavid Ahern
2018-11-09tools: bpftool: update references to other man pages in documentationQuentin Monnet
2018-11-09tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet
2018-11-09tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet
2018-11-09tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet
2018-11-07tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet
2018-10-21tools: bpftool: fix completion for "bpftool map update"Quentin Monnet
2018-10-21tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet
2018-10-21tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann
2018-10-18tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski