summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-12tools: bpftool: doc, add text about feature-subcommandPrashant Bhole
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang
2019-01-24bpftool: feature probing, change default actionPrashant Bhole
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song
2019-01-23bpftool: fix percpu maps updatingPaolo Abeni
2019-01-23bpftool: Fix prog dump by tagJiri Olsa
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet
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