summaryrefslogtreecommitdiff
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | bpftool: Add llvm feature to "bpftool version"Quentin Monnet2022-10-252-4/+11
* | bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet2022-10-254-18/+16
* | bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet2022-10-253-23/+141
* | bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet2022-10-251-45/+88
* | bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet2022-10-251-12/+15
* | bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet2022-10-251-5/+14
* | bpftool: Remove asserts from JIT disassemblerQuentin Monnet2022-10-254-35/+57
* | bpftool: Define _GNU_SOURCE only onceQuentin Monnet2022-10-257-0/+14
* | bpftool: Add "bootstrap" feature to version outputQuentin Monnet2022-10-211-32/+49
* | bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet2022-10-211-1/+1
* | bpftool: Update the bash completion(add autoattach to prog load)Wang Yufen2022-10-211-0/+1
* | bpftool: Update doc (add autoattach to prog load)Wang Yufen2022-10-211-2/+13
* | bpftool: Add autoattach for bpf prog load|loadallWang Yufen2022-10-211-2/+74
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-5/+49
|\
| * bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui2022-09-211-5/+49
* | bpftool: Fix error message of strerrorTianyi Liu2022-09-303-12/+10
* | bpftool: Remove unused struct event_ring_infoYuan Can2022-09-301-7/+0
* | bpftool: Remove unused struct btf_attach_pointYuan Can2022-09-301-5/+0
* | bpftool: Show parameters of BPF task iterators.Kui-Feng Lee2022-09-281-0/+19
* | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-212-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-062-1/+36
|\ \
| * | bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
| * | bpftool: Fix a wrong type cast in btf_dumper_intLam Thai2022-08-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-2/+4
|\ \ \ | |/ / |/| / | |/
| * bpftool: Complete libbfd feature detectionRoberto Sassu2022-08-101-2/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-173-4/+23
|\ \ | |/ |/|
| * bpftool: Clear errno after libcap's checksQuentin Monnet2022-08-151-0/+10
| * bpftool: Fix a typo in a commentQuentin Monnet2022-08-151-1/+1
| * bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle2022-08-041-3/+12
* | 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