summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2022-11-02bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30bpftool: Fix error message of strerrorTianyi Liu
2022-09-30bpftool: Remove unused struct event_ring_infoYuan Can
2022-09-30bpftool: Remove unused struct btf_attach_pointYuan Can
2022-09-28bpftool: Show parameters of BPF task iterators.Kui-Feng Lee
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-08-30bpftool: Add support for querying cgroup_iter linkHao Luo
2022-08-25bpftool: Fix a wrong type cast in btf_dumper_intLam Thai
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-15bpftool: Clear errno after libcap's checksQuentin Monnet
2022-08-15bpftool: Fix a typo in a commentQuentin Monnet
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-08-04bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund
2022-08-01tools bpf_jit_disasm: Don't display disassembler-four-args feature testAndres Freund
2022-08-01tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund
2022-07-29bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz
2022-07-29bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi
2022-07-15tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui
2022-07-08bpftool: Add support for KIND_RESTRICT to gen min_core_btf commandDaniel Müller
2022-07-05bpftool: Remove zlib feature test from MakefileQuentin Monnet
2022-07-05bpftool: Honor BPF_CORE_TYPE_MATCHES relocationDaniel Müller
2022-07-05bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet
2022-06-30bpftool: Show also the name of type BPF_OBJ_LINKYafang Shao
2022-06-30bpftool: Use feature list in bash completionQuentin Monnet
2022-06-30bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet
2022-06-30bpftool: Remove attach_type_name forward declarationTobias Klauser
2022-06-29bpftool: Probe for memcg-based accounting before bumping rlimitQuentin Monnet
2022-06-29bpftool: implement cgroup tree for BPF_LSM_CGROUPStanislav Fomichev
2022-06-14bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi
2022-06-07bpftool: Add btf enum64 supportYonghong Song
2022-06-02bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin
2022-06-02bpftool: Use libbpf_bpf_link_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_attach_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller
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