summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski-2/+2
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov-1/+10
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy-4/+4
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+3
2019-02-12tools: bpftool: doc, add text about feature-subcommandPrashant Bhole-1/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+28
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole-5/+5
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-113/+1236
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski-0/+3
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski-14/+9
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang-2/+7
2019-01-24bpftool: feature probing, change default actionPrashant Bhole-1/+1
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song-7/+3
2019-01-23bpftool: fix percpu maps updatingPaolo Abeni-0/+16
2019-01-23bpftool: Fix prog dump by tagJiri Olsa-2/+3
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet-0/+55
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet-1/+32
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet-1/+47
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet-1/+200
2019-01-18tools: bpftool: Cleanup license messThomas Gleixner-11/+1
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev-18/+73
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev-35/+98
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev-1/+14
2019-01-17bpftool: add peek commandStanislav Fomichev-1/+7
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev-19/+28
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev-9/+5
2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev-9/+31
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song-12/+86
2019-01-16tools/bpf: properly account for libbfd variationsStanislav Fomichev-1/+8
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song-6/+7
2018-12-19tools: bpftool: do not force gcc as CCIvan Babrou-2/+0
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet-2/+31
2018-12-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet-12/+35
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song-9/+27
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song-6/+19
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet-9/+12
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet-1/+1
2018-12-15tools: bpftool: add a prog array map update example to documentationQuentin Monnet-0/+55
2018-12-15tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet-45/+53
2018-12-15tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet-0/+3
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau-7/+0
2018-12-13tools: bpftool: dual license all filesJakub Kicinski-7/+10
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski-330/+15
2018-12-13tools: bpftool: fix SPDX format in headersJakub Kicinski-3/+3
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-102/+566