aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-17bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko1-2/+2
2019-05-16tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song1-2/+2
2019-05-04bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada1-1/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau1-0/+1
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko1-11/+11
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko1-0/+46
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko8-7/+236
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko3-1/+589
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier1-1/+1
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy1-0/+3
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev1-0/+54
2019-04-16tools/bpftool: show btf_id in map listingPrashant Bhole1-0/+6
2019-04-16tools/bpftool: re-organize newline printing for map listingPrashant Bhole1-2/+3
2019-04-16bpftool: Support sysctl hookAndrey Ignatov6-8/+13
2019-04-16bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier1-0/+7
2019-04-16bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier1-19/+14
2019-04-16tools: bpftool: add a note on program statistics in man pageQuentin Monnet1-0/+8
2019-04-16tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet7-7/+7
2019-04-16tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet1-1/+1
2019-04-16tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet1-0/+7
2019-04-16tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet1-1/+1
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole1-0/+6
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2-4/+65
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-0/+3
2019-03-19bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu1-207/+59
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2-1/+10
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy3-4/+4
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2019-02-12tools: bpftool: doc, add text about feature-subcommandPrashant Bhole1-1/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+28
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole3-5/+5
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-113/+1236
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski1-0/+3
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2-14/+9
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang1-2/+7
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-7/+3
2019-01-23bpftool: fix percpu maps updatingPaolo Abeni1-0/+16
2019-01-23bpftool: Fix prog dump by tagJiri Olsa1-2/+3
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet1-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet2-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet2-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2-0/+55
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet3-1/+32
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet1-1/+47
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182