index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-27
bpftool: mark orphaned programs during prog show
Stanislav Fomichev
1
-5
/
+9
2023-11-09
bpftool: Fix prog object type in manpage
Artem Savkov
1
-1
/
+1
2023-10-24
bpftool: Extend net dump with netkit progs
Daniel Borkmann
2
-5
/
+10
2023-10-24
bpftool: Implement link show support for netkit
Daniel Borkmann
1
-0
/
+9
2023-10-19
bpftool: Wrap struct_ops dump in an array
Manu Bretelle
1
-0
/
+6
2023-10-19
bpftool: Fix printing of pointer value
Manu Bretelle
1
-1
/
+1
2023-10-11
bpftool: Add support for cgroup unix socket address hooks
Daan De Meyer
5
-23
/
+38
2023-10-09
bpftool: Align bpf_load_and_run_opts insns and data
Ian Rogers
1
-20
/
+23
2023-10-09
bpftool: Align output skeleton ELF code
Ian Rogers
1
-6
/
+9
2023-09-25
bpftool: Display missed count for kprobe perf link
Jiri Olsa
1
-0
/
+3
2023-09-25
bpftool: Display missed count for kprobe_multi link
Jiri Olsa
1
-0
/
+3
2023-09-08
bpftool: Fix -Wcast-qual warning
Denys Zagorui
1
-1
/
+1
2023-08-30
bpftool: Fix build warnings with -Wtype-limits
Yafang Shao
1
-1
/
+1
2023-08-16
bpftool: Implement link show support for xdp
Daniel Borkmann
1
-0
/
+7
2023-08-16
bpftool: Implement link show support for tcx
Daniel Borkmann
1
-0
/
+37
2023-08-11
bpftool: fix perf help message
Daniel T. Lee
1
-1
/
+1
2023-07-19
bpftool: Extend net dump with tcx progs
Daniel Borkmann
3
-16
/
+116
2023-07-12
bpftool: Use "fallthrough;" keyword instead of comments
Quentin Monnet
2
-2
/
+2
2023-07-11
bpftool: Show perf link info
Yafang Shao
1
-1
/
+246
2023-07-11
bpftool: Add perf event names
Yafang Shao
1
-0
/
+67
2023-07-11
bpftool: Show kprobe_multi link info
Yafang Shao
1
-3
/
+115
2023-07-11
bpftool: Dump the kernel symbol's module name
Yafang Shao
2
-1
/
+7
2023-07-10
bpftool: Use a local bpf_perf_event_value to fix accessing its fields
Alexander Lobakin
1
-10
/
+17
2023-07-10
bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c
Quentin Monnet
1
-2
/
+9
2023-07-10
bpftool: Define a local bpf_perf_link to fix accessing its fields
Alexander Lobakin
1
-2
/
+7
2023-07-10
bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie
Alexander Lobakin
1
-1
/
+5
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
3
-4
/
+4
2023-06-05
tools/resolve_btfids: Fix setting HOSTCFLAGS
Viktor Malik
1
-2
/
+2
2023-05-23
bpftool: Specify XDP Hints ifname when loading program
Larysa Zaremba
5
-20
/
+64
2023-05-19
bpftool: Show target_{obj,btf}_id in tracing link info
Yafang Shao
1
-0
/
+6
2023-05-17
bpftool: Support bpffs mountpoint as pin path for prog loadall
Pengcheng Yang
5
-7
/
+10
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-16
/
+30
2023-05-15
bpftool: JIT limited misreported as negative value on aarch64
Alan Maguire
1
-12
/
+12
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-04-27
bpftool: Dump map id instead of value for map_of_maps types
Xueming Feng
1
-2
/
+10
2023-04-27
bpftool: Show map IDs along with struct_ops links.
Kui-Feng Lee
1
-2
/
+8
2023-04-21
tools: bpftool: print netfilter link info
Florian Westphal
3
-0
/
+192
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
1
-4
/
+8
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
4
-25
/
+75
2023-04-20
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
1
-1
/
+1
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
1
-1
/
+1
2023-04-07
bpftool: Set program type only if it differs from the desired one
Wei Yongjun
1
-1
/
+2
2023-04-05
bpftool: Clean up _bpftool_once_attr() calls in bash completion
Quentin Monnet
1
-13
/
+3
2023-04-05
bpftool: Support printing opcodes and source file references in CFG
Quentin Monnet
7
-15
/
+83
2023-04-05
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
3
-39
/
+47
2023-04-05
bpftool: Return an error on prog dumps if both CFG and JSON are required
Quentin Monnet
2
-6
/
+11
2023-04-05
bpftool: Support inline annotations when dumping the CFG of a program
Quentin Monnet
6
-26
/
+88
2023-04-05
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
1
-0
/
+7
2023-04-05
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
1
-6
/
+4
2023-03-29
tools: bpftool: json: Fix backslash escape typo in jsonw_puts
Manu Bretelle
2
-1
/
+2
[prev]
[next]