summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-04-05bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle
2023-02-27tools: bpftool: Remove invalid \' json escapeLuis Gerhorst
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2023-02-02bpftool: profile online CPUs instead of possibleTonghao Zhang
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte
2023-01-10bpftool: fix output for skipping kernel config checkChethan Suresh
2023-01-10bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin
2022-11-20bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui
2022-11-15bpftool: Check argc first before "file" in do_batch()Tiezhu Yang
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-11-02bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui
2022-10-26bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King
2022-10-25bpftool: Support new cgroup local storageYonghong Song
2022-10-25bpftool: Add llvm feature to "bpftool version"Quentin Monnet
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet
2022-10-25bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet
2022-10-25bpftool: Remove asserts from JIT disassemblerQuentin Monnet
2022-10-25bpftool: Define _GNU_SOURCE only onceQuentin Monnet
2022-10-21bpftool: Add "bootstrap" feature to version outputQuentin Monnet
2022-10-21bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet
2022-10-21bpftool: Update the bash completion(add autoattach to prog load)Wang Yufen
2022-10-21bpftool: Update doc (add autoattach to prog load)Wang Yufen
2022-10-21bpftool: Add autoattach for bpf prog load|loadallWang Yufen
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30bpftool: Fix error message of strerrorTianyi Liu