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