summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232Thomas Gleixner-3/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+17
2019-06-06bpf, bpftool: enable recvmsg attach typesDaniel Borkmann-6/+15
2019-06-05tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak-0/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-17bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko-2/+2
2019-05-16tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song-2/+2
2019-05-04bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada-1/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau-0/+1
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko-11/+11
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko-0/+46
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko-7/+236
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko-1/+589
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier-1/+1
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy-0/+3
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev-0/+54
2019-04-16tools/bpftool: show btf_id in map listingPrashant Bhole-0/+6
2019-04-16tools/bpftool: re-organize newline printing for map listingPrashant Bhole-2/+3
2019-04-16bpftool: Support sysctl hookAndrey Ignatov-8/+13
2019-04-16bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier-0/+7
2019-04-16bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier-19/+14
2019-04-16tools: bpftool: add a note on program statistics in man pageQuentin Monnet-0/+8
2019-04-16tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet-7/+7
2019-04-16tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet-1/+1
2019-04-16tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet-0/+7
2019-04-16tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet-1/+1
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole-0/+6
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann-4/+65
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann-0/+3
2019-03-19bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu-207/+59
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