aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)Author
2022-10-24bpftool: Clear errno after libcap's checksQuentin Monnet
2022-10-24bpftool: Fix a wrong type cast in btf_dumper_intLam Thai
2022-05-13bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10bpftool: bpf_link_get_from_fd support for LSM programs in lskelKP Singh
2022-05-09bpftool: Declare generator nameJason Wang
2022-05-09bpftool: Output message if no helpers found in feature probingMilan Landaverde
2022-05-09bpftool: Adjust for error codes from libbpf probesMilan Landaverde
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet
2022-04-10tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-04bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde
2022-04-04bpftool: Add missing link typesMilan Landaverde
2022-04-04bpftool: Add syscall prog typeMilan Landaverde
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-30bpftool: Explicit errno handling in skeletonsDelyan Kratunov
2022-03-28bpftool: Fix generated code in codegen_assertsJiri Olsa
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde
2022-03-21bpftool: Fix a bug in subskeleton code generationYonghong Song
2022-03-21bpftool: Fix print error when show bpf mapYafang Shao
2022-03-18bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko
2022-03-17bpftool: Add support for subskeletonsDelyan Kratunov
2022-03-15bpftool: man: Add missing top level docsDaniel Xu
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund
2022-02-28bpftool: Remove redundant slashesYuntao Wang
2022-02-23bpftool: Bpf skeletons assert type sizesDelyan Kratunov
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez
2022-02-15bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko