summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet2019-04-161-0/+7
* | tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet2019-04-161-1/+1
* | tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
* | bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-102-4/+65
* | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-0/+3
|/
* bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu2019-03-191-207/+59Star
* tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-2/+2
* tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2019-02-272-1/+10
* bpf: bpftool, fix documentation for attach typesAlban Crequy2019-02-193-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-171-1/+3
|\
| * tools: bpftool: doc, add text about feature-subcommandPrashant Bhole2019-02-121-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-093-16/+28
|\ \ | |/ |/|
| * tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2019-01-282-14/+9Star
| * bpftool: fix percpu maps updatingPaolo Abeni2019-01-231-0/+16
| * bpftool: Fix prog dump by tagJiri Olsa2019-01-231-2/+3
* | tools: bpftool: doc, fix incorrect textPrashant Bhole2019-02-063-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-2915-113/+1236
|\ \ | |/ |/|
| * tools: bpftool: warn about risky prog array updatesJakub Kicinski2019-01-291-0/+3
| * tools: bpftool: teach cfg code about JMP32Jiong Wang2019-01-261-2/+7
| * bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
| * libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-7/+3Star
| * tools: bpftool: add bash completion for bpftool probesQuentin Monnet2019-01-231-0/+19
| * tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-232-14/+73
| * tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-232-30/+133
| * tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-232-0/+55
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-233-1/+32
| * tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-231-1/+47
| * tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-231-0/+182
| * tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-231-0/+187
| * tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-2310-1/+200
| * bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev2019-01-171-18/+73
| * bpftool: add pop and dequeue commandsStanislav Fomichev2019-01-172-35/+98
| * bpftool: add push and enqueue commandsStanislav Fomichev2019-01-172-1/+14
| * bpftool: add peek commandStanislav Fomichev2019-01-172-1/+7
| * bpftool: don't print empty key/value for mapsStanislav Fomichev2019-01-171-19/+28
| * bpftool: make key optional in lookup commandStanislav Fomichev2019-01-172-9/+5Star
| * bpftool: make key and value optional in update commandStanislav Fomichev2019-01-172-9/+31
| * tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song2019-01-161-12/+86
* | tools: bpftool: Cleanup license messThomas Gleixner2019-01-192-11/+1Star
* | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
|/
* tools/bpf: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7
* tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0Star
* tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-187-2/+31
* tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet2018-12-183-12/+35
* tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
* tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
* tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
* tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
* tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
* tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53