index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
Age
Commit message (
Expand
)
Author
2023-05-23
bpftool: Specify XDP Hints ifname when loading program
Larysa Zaremba
2023-05-19
bpftool: Show target_{obj,btf}_id in tracing link info
Yafang Shao
2023-05-17
bpftool: Support bpffs mountpoint as pin path for prog loadall
Pengcheng Yang
2023-05-15
bpftool: JIT limited misreported as negative value on aarch64
Alan Maguire
2023-04-27
bpftool: Dump map id instead of value for map_of_maps types
Xueming Feng
2023-04-27
bpftool: Show map IDs along with struct_ops links.
Kui-Feng Lee
2023-04-21
tools: bpftool: print netfilter link info
Florian Westphal
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
2023-04-20
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
2023-04-07
bpftool: Set program type only if it differs from the desired one
Wei Yongjun
2023-04-05
bpftool: Clean up _bpftool_once_attr() calls in bash completion
Quentin Monnet
2023-04-05
bpftool: Support printing opcodes and source file references in CFG
Quentin Monnet
2023-04-05
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
2023-04-05
bpftool: Return an error on prog dumps if both CFG and JSON are required
Quentin Monnet
2023-04-05
bpftool: Support inline annotations when dumping the CFG of a program
Quentin Monnet
2023-04-05
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
2023-04-05
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
2023-03-29
tools: bpftool: json: Fix backslash escape typo in jsonw_puts
Manu Bretelle
2023-02-27
tools: bpftool: Remove invalid \' json escape
Luis Gerhorst
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-02
bpftool: profile online CPUs instead of possible
Tonghao Zhang
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
2023-01-10
bpftool: fix output for skipping kernel config check
Chethan Suresh
2023-01-10
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-22
bpftool: Fix linkage with statically built libllvm
Anton Protopopov
2022-12-20
bpf: makefiles: Do not generate empty vmlinux.h
Changbin Du
2022-12-06
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
2022-11-20
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2022-11-15
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-02
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Pu Lehui
2022-10-26
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
2022-10-25
bpftool: Support new cgroup local storage
Yonghong Song
2022-10-25
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2022-10-25
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
2022-10-25
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-10-25
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-21
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
[next]