summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada2019-05-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-0/+3
|\
| * tools: bpftool: fix infinite loop in map createAlban Crequy2019-04-261-0/+3
* | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2019-04-271-0/+1
* | bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko2019-04-261-11/+11
* | bpftool: add bash completions for btf commandAndrii Nakryiko2019-04-261-0/+46
* | bpftool/docs: add btf sub-command documentationAndrii Nakryiko2019-04-268-7/+236
* | bpftool: add ability to dump BTF typesAndrii Nakryiko2019-04-263-1/+589
* | bpftool: Fix errno variable usageBenjamin Poirier2019-04-261-1/+1
* | bpftool: show flow_dissector attachment statusStanislav Fomichev2019-04-251-0/+54
* | tools/bpftool: show btf_id in map listingPrashant Bhole2019-04-171-0/+6
* | tools/bpftool: re-organize newline printing for map listingPrashant Bhole2019-04-171-2/+3
* | bpftool: Support sysctl hookAndrey Ignatov2019-04-176-8/+13
* | bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier2019-04-161-0/+7
* | bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier2019-04-161-19/+14Star
* | tools: bpftool: add a note on program statistics in man pageQuentin Monnet2019-04-161-0/+8
* | tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet2019-04-167-7/+7
* | tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet2019-04-161-1/+1
* | 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