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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
Kuan-Wei Chiu
1
-0
/
+3
2024-09-10
bpftool: Fix typos
Andrew Kreimer
1
-1
/
+1
2024-09-10
bpftool: Fix undefined behavior caused by shifting into the sign bit
Kuan-Wei Chiu
1
-4
/
+4
2024-09-07
bpftool: Improve btf c dump sorting stability
Mykyta Yatsenko
1
-5
/
+75
2024-09-05
bpftool: fix some typos in bpftool
Lin Yikai
2
-6
/
+6
2024-09-02
bpftool: Fix handling enum64 in btf dump sorting
Mykyta Yatsenko
1
-3
/
+4
2024-09-02
bpftool: Add missing blank lines in bpftool-net doc example
Quentin Monnet
1
-0
/
+2
2024-07-30
tools/bpf: Fix the wrong format specifier
Zhu Jun
1
-2
/
+2
2024-07-30
tools/runqslower: Fix LDFLAGS and add LDLIBS support
Tony Ambardar
1
-1
/
+2
2024-07-29
bpftool: Add document for net attach/detach on tcx subcommand
Tao Chen
1
-1
/
+21
2024-07-29
bpftool: Add bash-completion for tcx subcommand
Tao Chen
1
-1
/
+1
2024-07-29
bpftool: Add net attach/detach command to tcx prog
Tao Chen
1
-1
/
+42
2024-07-29
bpftool: Refactor xdp attach/detach type judgment
Tao Chen
1
-5
/
+21
2024-07-22
tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...
Liwei Song
1
-1
/
+1
2024-07-17
bpftool: Fix typo in usage help
Donald Hunter
1
-1
/
+1
2024-07-10
bpftool: improve skeleton backwards compat with old buggy libbpfs
Andrii Nakryiko
1
-14
/
+32
2024-07-02
bpftool: Mount bpffs when pinmaps path not under the bpffs
Tao Chen
1
-0
/
+4
2024-06-21
bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton
Andrii Nakryiko
1
-0
/
+2
2024-06-18
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
1
-0
/
+8
2024-06-12
bpftool: Support dumping kfunc prototypes from BTF
Daniel Xu
1
-0
/
+55
2024-06-11
bpftool: Query only cgroup-related attach types
Kenta Tada
1
-4
/
+36
2024-06-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-22
/
+51
2024-06-06
libbpf: Auto-attach struct_ops BPF maps in BPF skeleton
Mykyta Yatsenko
1
-4
/
+32
2024-06-05
bpftool: Use BTF field iterator in btfgen
Andrii Nakryiko
1
-10
/
+6
2024-06-03
bpftool: Fix typo in MAX_NUM_METRICS macro name
Swan Beaujard
1
-7
/
+7
2024-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-05-31
bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.
Kui-Feng Lee
1
-1
/
+6
2024-05-24
bpf: Fix potential integer overflow in resolve_btfids
Friedrich Vock
1
-1
/
+1
2024-05-21
bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
Ivan Babrou
1
-1
/
+1
2024-05-18
bpftool: Fix make dependencies for vmlinux.h
Artem Savkov
1
-1
/
+2
2024-05-18
bpftool: Introduce btf c dump sorting
Mykyta Yatsenko
3
-7
/
+140
2024-05-07
bpftool, selftests/hid/bpf: Fix 29 clang warnings
John Hubbard
1
-1
/
+1
2024-04-16
bpftool: Address minor issues in bash completion
Quentin Monnet
1
-36
/
+25
2024-04-16
bpftool: Update documentation where progs/maps can be passed by name
Quentin Monnet
4
-4
/
+4
2024-04-12
bpftool: Fix typo in error message
Thorsten Blum
1
-1
/
+1
2024-04-11
bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+9
2024-04-05
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
5
-16
/
+92
2024-04-02
bpftool: Use __typeof__() instead of typeof() in BPF skeleton
Andrii Nakryiko
1
-2
/
+2
2024-04-02
bpftool: Clean-up typos, punctuation, list formatting in docs
Rameez Rehman
3
-40
/
+35
2024-04-02
bpftool: Remove useless emphasis on command description in man pages
Rameez Rehman
11
-61
/
+61
2024-04-02
bpftool: Use simpler indentation in source rST for documentation
Rameez Rehman
14
-991
/
+908
2024-03-29
bpf: improve error message for unsupported helper
Mykyta Yatsenko
1
-1
/
+2
2024-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-03-21
bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
Quentin Monnet
1
-4
/
+5
2024-03-20
bpftool: Remove unnecessary source files from bootstrap version
Quentin Monnet
1
-4
/
+1
2024-03-20
bpftool: Enable libbpf logs when loading pid_iter in debug mode
Quentin Monnet
1
-7
/
+12
2024-03-16
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
1
-1
/
+1
2024-03-14
bpftool: Fix missing pids during link show
Yonghong Song
1
-2
/
+2
2024-03-14
bpftool: Cast pointers for shadow types explicitly.
Kui-Feng Lee
1
-1
/
+2
2024-03-12
libbpf: Recognize __arena global variables.
Andrii Nakryiko
1
-0
/
+13
[next]