summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Complete libbfd feature detectionRoberto Sassu2022-08-101-2/+4
* Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-064-13/+49
|\
| * tools bpftool: Don't display disassembler-four-args feature testAndres Freund2022-08-011-2/+1
| * tools bpftool: Fix compilation error with new binutilsAndres Freund2022-08-012-9/+38
| * tools bpf_jit_disasm: Don't display disassembler-four-args feature testAndres Freund2022-08-011-1/+1
| * tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund2022-08-012-2/+8
* | bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz2022-07-291-1/+1
* | bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei2022-07-291-1/+1
* | tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi2022-07-211-6/+34
* | tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui2022-07-151-4/+3
* | bpftool: Add support for KIND_RESTRICT to gen min_core_btf commandDaniel Müller2022-07-081-0/+1
* | bpftool: Remove zlib feature test from MakefileQuentin Monnet2022-07-051-9/+2
* | bpftool: Honor BPF_CORE_TYPE_MATCHES relocationDaniel Müller2022-07-051-0/+108
* | bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet2022-07-053-11/+11
* | bpftool: Show also the name of type BPF_OBJ_LINKYafang Shao2022-06-301-0/+1
* | bpftool: Use feature list in bash completionQuentin Monnet2022-06-301-17/+4
* | bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet2022-06-303-1/+73
* | bpftool: Remove attach_type_name forward declarationTobias Klauser2022-06-301-2/+0
* | bpftool: Probe for memcg-based accounting before bumping rlimitQuentin Monnet2022-06-291-3/+68
* | bpftool: implement cgroup tree for BPF_LSM_CGROUPStanislav Fomichev2022-06-291-22/+87
* | bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet2022-06-141-3/+1
* | Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-148-3/+23
* | bpftool: Fix bootstrapping during a cross compilationShahab Vahedi2022-06-091-1/+1
* | bpftool: Add btf enum64 supportYonghong Song2022-06-073-3/+84
* | bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin2022-06-021-0/+3
* | bpftool: Use libbpf_bpf_link_type_strDaniel Müller2022-06-021-17/+10
* | bpftool: Use libbpf_bpf_attach_type_strDaniel Müller2022-06-028-86/+142
* | bpftool: Use libbpf_bpf_map_type_strDaniel Müller2022-06-023-60/+42
* | bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-025-79/+64
|/
* 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