summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba2023-05-235-20/+64
* bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao2023-05-191-0/+6
* bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang2023-05-175-7/+10
* bpftool: JIT limited misreported as negative value on aarch64Alan Maguire2023-05-151-12/+12
* bpftool: Dump map id instead of value for map_of_maps typesXueming Feng2023-04-271-2/+10
* bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee2023-04-271-2/+8
* tools: bpftool: print netfilter link infoFlorian Westphal2023-04-213-0/+192
* bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee2023-04-211-4/+8
* bpftool: Register struct_ops with a link.Kui-Feng Lee2023-04-214-25/+75
* bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet2023-04-201-1/+1
* bpftool: Set program type only if it differs from the desired oneWei Yongjun2023-04-071-1/+2
* bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet2023-04-051-13/+3
* bpftool: Support printing opcodes and source file references in CFGQuentin Monnet2023-04-057-15/+83
* bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet2023-04-053-39/+47
* bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet2023-04-052-6/+11
* bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet2023-04-056-26/+88
* bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet2023-04-051-0/+7
* bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet2023-04-051-6/+4
* tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle2023-03-292-1/+2
* tools: bpftool: Remove invalid \' json escapeLuis Gerhorst2023-02-271-3/+0
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-169-36/+41
* bpftool: profile online CPUs instead of possibleTonghao Zhang2023-02-021-8/+30
* bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte2023-01-131-1/+2
* bpftool: fix output for skipping kernel config checkChethan Suresh2023-01-101-4/+4
* bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard2023-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-051-0/+4
|\
| * bpftool: Fix linkage with statically built libllvmAnton Protopopov2022-12-221-0/+4
* | bpf: makefiles: Do not generate empty vmlinux.hChangbin Du2022-12-201-0/+3
|/
* bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin2022-12-061-0/+1
* bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui2022-11-201-6/+1
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-208-45/+39
* bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui2022-11-201-3/+2
* bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui2022-11-201-4/+2
* bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui2022-11-206-33/+3
* bpftool: Check argc first before "file" in do_batch()Tiezhu Yang2022-11-151-3/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-118-71/+43
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-098-71/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+3
|\ \ | |/ |/|
| * bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui2022-11-021-0/+3
* | bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King2022-10-261-1/+1
* | bpftool: Support new cgroup local storageYonghong Song2022-10-252-2/+2
* | 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