summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet
2019-01-18tools: bpftool: Cleanup license messThomas Gleixner
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev
2019-01-17bpftool: add peek commandStanislav Fomichev
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev
2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song
2019-01-16tools/bpf: properly account for libbfd variationsStanislav Fomichev
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song
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