index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
map.c
Age
Commit message (
Expand
)
Author
2024-03-11
bpftool: Recognize arena map type
Alexei Starovoitov
2023-05-23
bpftool: Specify XDP Hints ifname when loading program
Larysa Zaremba
2023-04-27
bpftool: Dump map id instead of value for map_of_maps types
Xueming Feng
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
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-09
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-10-25
bpftool: Support new cgroup local storage
Yonghong Song
2022-10-25
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-06-14
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
2022-06-02
bpftool: Use libbpf_bpf_map_type_str
Daniel Müller
2022-06-02
bpftool: Use libbpf_bpf_prog_type_str
Daniel Müller
2022-04-10
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-03-21
bpftool: Fix print error when show bpf map
Yafang Shao
2022-03-11
bpftool: Ensure bytes_memlock json output is correct
Chris J Arges
2022-02-16
bpftool: Fix pretty print dump for maps without BTF loaded
Jiri Olsa
2022-02-15
bpftool: Fix the error when lookup in no-btf maps
Yinjun Zhang
2022-01-12
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
2021-12-02
bpftool: Migrate off of deprecated bpf_create_map_xattr() API
Andrii Nakryiko
2021-11-14
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
2021-11-14
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
2021-10-25
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
2021-10-25
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-25
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
2021-03-16
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
2020-11-06
bpftool: Add support for task local storage
KP Singh
2020-09-10
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
2020-09-10
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
2020-09-10
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-06-25
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
2020-06-22
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-22
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-06-17
tools, bpftool: Add ringbuf map type to map command docs
Tobias Klauser
2020-06-16
tools/bpftool: Add ringbuf map to a list of known map types
Andrii Nakryiko
2020-06-01
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-05-11
tools, bpftool: Minor fixes for documentation
Quentin Monnet
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-15
bpftool: Support dumping a map with btf_vmlinux_value_type_id
Martin KaFai Lau
2020-01-15
bpftool: Add struct_ops map name
Martin KaFai Lau
2020-01-15
bpftool: Fix missing BTF output for json during map dump
Martin KaFai Lau
2020-01-15
bpftool: Fix a leak of btf object
Martin KaFai Lau
2019-12-15
bpftool: Match maps by name
Paul Chaignon
2019-08-21
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
[next]