summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba2022-05-131-9/+53
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-0/+1
* bpftool: bpf_link_get_from_fd support for LSM programs in lskelKP Singh2022-05-101-0/+1
* bpftool: Declare generator nameJason Wang2022-05-091-2/+2
* bpftool: Output message if no helpers found in feature probingMilan Landaverde2022-05-091-3/+15
* bpftool: Adjust for error codes from libbpf probesMilan Landaverde2022-05-091-2/+2
* bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet2022-04-251-1/+1
* bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet2022-04-251-55/+57
* tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-16/+2
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-108-23/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-083-1/+5
|\
| * bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde2022-04-041-1/+1
| * bpftool: Add missing link typesMilan Landaverde2022-04-041-0/+3
| * bpftool: Add syscall prog typeMilan Landaverde2022-04-041-0/+1
* | Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-071-7/+15
|\ \
| * | bpftool: Explicit errno handling in skeletonsDelyan Kratunov2022-03-301-7/+15
| |/
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+2
|\ \ | |/ |/|
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* | bpftool: Fix generated code in codegen_assertsJiri Olsa2022-03-281-1/+1
* | bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde2022-03-281-1/+4
* | bpftool: Fix a bug in subskeleton code generationYonghong Song2022-03-211-1/+0
* | bpftool: Fix print error when show bpf mapYafang Shao2022-03-211-5/+2
* | bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko2022-03-181-1/+1
* | bpftool: Add support for subskeletonsDelyan Kratunov2022-03-173-85/+542
* | bpftool: man: Add missing top level docsDaniel Xu2022-03-151-1/+12
* | bpftool: Add bpf_cookie to link outputDmitrii Dolgov2022-03-154-0/+34
* | bpftool: Ensure bytes_memlock json output is correctChris J Arges2022-03-112-2/+2
* | bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund2022-03-101-13/+139
* | bpftool: Remove redundant slashesYuntao Wang2022-02-281-7/+7
* | bpftool: Bpf skeletons assert type sizesDelyan Kratunov2022-02-231-22/+105
* | bpftool: Remove usage of reallocarray()Mauricio Vásquez2022-02-234-11/+9
* | bpftool: Fix C++ additions to skeletonAndrii Nakryiko2022-02-161-7/+7
* | bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa2022-02-161-16/+15
* | bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco2022-02-161-0/+90
* | bpftool: Implement btfgen_get_btf()Mauricio Vásquez2022-02-161-1/+99
* | bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2022-02-162-6/+457
* | bpftool: Add gen min_core_btf commandMauricio Vásquez2022-02-162-4/+44
* | bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko2022-02-151-2/+22
* | bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang2022-02-151-4/+2
* | bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-102-4/+23
* | bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2022-02-102-6/+11
* | bpftool: Generalize light skeleton generation.Alexei Starovoitov2022-02-101-19/+20
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-095-27/+31
|\ \
| * | bpftool: Fix strict mode calculationMauricio Vásquez2022-02-071-4/+1
| * | bpftool: Fix uninit variable compilation warningAndrii Nakryiko2022-02-031-1/+1
| * | bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko2022-02-031-12/+17
| * | bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov2022-02-021-3/+2
| * | libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2022-02-011-3/+3
| * | libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov2022-02-011-1/+4
| * | bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2022-01-252-5/+5