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
/
common.c
Age
Commit message (
Expand
)
Author
2023-05-17
bpftool: Support bpffs mountpoint as pin path for prog loadall
Pengcheng Yang
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-12-06
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
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-25
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-08-04
bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
Manu Bretelle
2022-06-30
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
2022-06-29
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
2022-06-14
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
2022-06-02
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2022-04-10
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-03-18
bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table
Andrii Nakryiko
2022-02-03
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
2022-01-19
bpftool: Adding support for BTF program names
Raman Shukhau
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 pinned paths of BPF objects
Quentin Monnet
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-30
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
2021-07-15
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2020-07-21
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2020-07-17
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
2020-07-08
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-06-25
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2020-06-22
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-04-28
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
2020-03-13
tools: bpftool: Restore message on failure to guess program type
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
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-08-15
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-09
tools: bpftool: add error message on pin failure
Jakub Kicinski
2019-08-09
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
2019-06-11
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-01-28
tools: bpftool: fix crash with un-owned prog arrays
Jakub Kicinski
2018-12-18
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-11-30
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-10
bpftool: add loadall command
Stanislav Fomichev
2018-11-09
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-09
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
[next]