index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
Ivan Babrou
2024-05-21
1
-1
/
+1
*
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
2024-04-05
1
-12
/
+84
*
bpftool: Support bpffs mountpoint as pin path for prog loadall
Pengcheng Yang
2023-05-17
1
-3
/
+6
*
bpftool: Register struct_ops with a link.
Kui-Feng Lee
2023-04-21
1
-0
/
+14
*
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-17
1
-6
/
+7
*
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
2022-12-06
1
-0
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-12
1
-5
/
+5
|
\
|
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Pu Lehui
2022-11-02
1
-0
/
+3
*
|
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
1
-4
/
+6
*
|
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-25
1
-0
/
+2
|
/
*
bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
Manu Bretelle
2022-08-04
1
-3
/
+12
*
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
2022-06-30
1
-0
/
+1
*
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
2022-06-29
1
-3
/
+68
*
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
2022-06-14
1
-0
/
+8
*
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2022-06-03
1
-46
/
+36
*
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-04-11
1
-8
/
+0
*
bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table
Andrii Nakryiko
2022-03-18
1
-1
/
+1
*
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
2022-02-03
1
-1
/
+1
*
bpftool: Adding support for BTF program names
Raman Shukhau
2022-01-19
1
-0
/
+44
*
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
2021-11-15
1
-0
/
+1
*
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-26
1
-20
/
+30
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-31
1
-0
/
+6
|
\
|
*
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
2021-07-31
1
-0
/
+6
*
|
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
2021-07-15
1
-0
/
+5
|
/
*
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-04-01
1
-0
/
+1
*
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2020-07-21
1
-57
/
+80
*
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
2020-07-18
1
-0
/
+1
*
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-07-08
1
-0
/
+1
*
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2020-06-25
1
-0
/
+36
*
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-06-23
1
-0
/
+308
*
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
2020-04-29
1
-0
/
+2
*
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
2020-03-13
1
-0
/
+7
*
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
2020-03-13
1
-29
/
+4
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-21
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-2
/
+2
|
\
|
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-16
1
-2
/
+2
*
|
tools: bpftool: add error message on pin failure
Jakub Kicinski
2019-08-09
1
-1
/
+5
*
|
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
2019-08-09
1
-1
/
+1
|
/
*
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-06-11
1
-48
/
+5
*
tools: bpftool: fix crash with un-owned prog arrays
Jakub Kicinski
2019-01-28
1
-5
/
+1
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
1
-0
/
+6
*
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-18
1
-5
/
+20
*
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-15
1
-2
/
+2
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
1
-32
/
+2
*
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
1
-1
/
+1
*
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-30
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-29
1
-8
/
+9
|
\
|
*
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-09
1
-7
/
+8
[next]