summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi1-6/+34
2022-07-15tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui1-4/+3
2022-07-08bpftool: Add support for KIND_RESTRICT to gen min_core_btf commandDaniel Müller1-0/+1
2022-07-05bpftool: Remove zlib feature test from MakefileQuentin Monnet1-9/+2
2022-07-05bpftool: Honor BPF_CORE_TYPE_MATCHES relocationDaniel Müller1-0/+108
2022-07-05bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet3-11/+11
2022-06-30bpftool: Show also the name of type BPF_OBJ_LINKYafang Shao1-0/+1
2022-06-30bpftool: Use feature list in bash completionQuentin Monnet1-17/+4
2022-06-30bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet3-1/+73
2022-06-30bpftool: Remove attach_type_name forward declarationTobias Klauser1-2/+0
2022-06-29bpftool: Probe for memcg-based accounting before bumping rlimitQuentin Monnet1-3/+68
2022-06-29bpftool: implement cgroup tree for BPF_LSM_CGROUPStanislav Fomichev1-22/+87
2022-06-14bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet1-3/+1
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet8-3/+23
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi1-1/+1
2022-06-07bpftool: Add btf enum64 supportYonghong Song3-3/+84
2022-06-02bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin1-0/+3
2022-06-02bpftool: Use libbpf_bpf_link_type_strDaniel Müller1-17/+10
2022-06-02bpftool: Use libbpf_bpf_attach_type_strDaniel Müller8-86/+142
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller3-60/+42
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller5-79/+64
2022-05-13bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba1-9/+53
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-0/+1
2022-05-10bpftool: bpf_link_get_from_fd support for LSM programs in lskelKP Singh1-0/+1
2022-05-09bpftool: Declare generator nameJason Wang1-2/+2
2022-05-09bpftool: Output message if no helpers found in feature probingMilan Landaverde1-3/+15
2022-05-09bpftool: Adjust for error codes from libbpf probesMilan Landaverde1-2/+2
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet1-1/+1
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet1-55/+57
2022-04-10tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-16/+2
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao8-23/+3
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+5
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+15
2022-04-04bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde1-1/+1
2022-04-04bpftool: Add missing link typesMilan Landaverde1-0/+3
2022-04-04bpftool: Add syscall prog typeMilan Landaverde1-0/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-03-30bpftool: Explicit errno handling in skeletonsDelyan Kratunov1-7/+15
2022-03-28bpftool: Fix generated code in codegen_assertsJiri Olsa1-1/+1
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde1-1/+4
2022-03-21bpftool: Fix a bug in subskeleton code generationYonghong Song1-1/+0
2022-03-21bpftool: Fix print error when show bpf mapYafang Shao1-5/+2
2022-03-18bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko1-1/+1
2022-03-17bpftool: Add support for subskeletonsDelyan Kratunov3-85/+542
2022-03-15bpftool: man: Add missing top level docsDaniel Xu1-1/+12
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov4-0/+34
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges2-2/+2
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund1-13/+139
2022-02-28bpftool: Remove redundant slashesYuntao Wang1-7/+7
2022-02-23bpftool: Bpf skeletons assert type sizesDelyan Kratunov1-22/+105