index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-01
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
1
-0
/
+1
2022-06-30
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
1
-3
/
+68
2022-06-14
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
1
-0
/
+8
2022-06-03
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
1
-46
/
+36
2022-04-11
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-8
/
+0
2022-03-18
bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table
Andrii Nakryiko
1
-1
/
+1
2022-02-03
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
1
-1
/
+1
2022-01-19
bpftool: Adding support for BTF program names
Raman Shukhau
1
-0
/
+44
2021-11-15
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
1
-0
/
+1
2021-10-26
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
1
-20
/
+30
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+6
2021-07-31
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
1
-0
/
+6
2021-07-15
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
1
-0
/
+5
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
1
-0
/
+1
2020-07-22
bpftool: Use only nftw for file tree parsing
Tony Ambardar
1
-57
/
+80
2020-07-18
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
1
-0
/
+1
2020-07-08
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
1
-0
/
+1
2020-06-25
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
1
-0
/
+36
2020-06-23
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
1
-0
/
+308
2020-04-29
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
1
-0
/
+2
2020-03-13
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
1
-0
/
+7
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
1
-29
/
+4
2020-01-21
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-2
/
+2
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2019-08-16
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
1
-2
/
+2
2019-08-09
tools: bpftool: add error message on pin failure
Jakub Kicinski
1
-1
/
+5
2019-08-09
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
1
-1
/
+1
2019-06-11
bpf: use libbpf_num_possible_cpus internally
Hechao Li
1
-48
/
+5
2019-01-29
tools: bpftool: fix crash with un-owned prog arrays
Jakub Kicinski
1
-5
/
+1
2018-12-18
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
1
-0
/
+6
2018-12-18
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
1
-5
/
+20
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
1
-2
/
+2
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
1
-32
/
+2
2018-12-01
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
1
-1
/
+1
2018-12-01
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
1
-3
/
+2
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+9
2018-11-11
bpftool: add loadall command
Stanislav Fomichev
1
-16
/
+15
2018-11-09
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
1
-7
/
+8
2018-11-09
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
1
-1
/
+1
2018-11-08
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
1
-0
/
+8
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
1
-1
/
+4
2018-10-16
tools: bpftool: add map create command
Jakub Kicinski
1
-0
/
+21
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2018-07-20
tools/bpftool: Fix segfault case regarding 'pin' arguments
Taeung Song
1
-3
/
+8
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
1
-2
/
+0
2018-05-05
tools: bpftool: add simple perf event output reader
Jakub Kicinski
1
-0
/
+19
2018-05-05
tools: bpftool: move get_possible_cpus() to common code
Jakub Kicinski
1
-1
/
+57
2018-03-07
tools: bpftool: fix compilation with older headers
Jiri Benc
1
-0
/
+4
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
1
-0
/
+72
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+52
[next]