index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
main.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
2020-06-23
1
-12
/
+15
*
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-06-23
1
-0
/
+2
*
bpf, bpftool: Enable get{peer, sock}name attach types
Daniel Borkmann
2020-05-19
1
-0
/
+4
*
tools, bpftool: Poison and replace kernel integer typedefs
Quentin Monnet
2020-05-11
1
-0
/
+3
*
tools/bpftool: Add bpf_iter support for bptool
Yonghong Song
2020-05-10
1
-0
/
+1
*
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
2020-04-29
1
-0
/
+5
*
bpftool: Expose attach_type-to-string array to non-cgroup code
Andrii Nakryiko
2020-04-29
1
-0
/
+32
*
bpftool: Add struct_ops support
Martin KaFai Lau
2020-03-20
1
-0
/
+1
*
bpftool: Translate prog_id to its bpf prog_name
Martin KaFai Lau
2020-03-20
1
-0
/
+1
*
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
2020-03-13
1
-0
/
+5
*
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
2020-03-13
1
-1
/
+1
*
bpftool: Support struct_ops, tracing, ext prog types
Andrey Ignatov
2020-02-26
1
-0
/
+3
*
bpftool: Add skeleton codegen command
Andrii Nakryiko
2019-12-16
1
-0
/
+1
*
bpftool: Match maps by name
Paul Chaignon
2019-12-15
1
-1
/
+1
*
bpftool: Match programs by name
Paul Chaignon
2019-12-15
1
-1
/
+1
*
bpftool: Fix bpftool build by switching to bpf_object__open_file()
Andrii Nakryiko
2019-10-08
1
-1
/
+1
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-16
1
-2
/
+2
*
tools: bpftool: add raw_tracepoint_writable prog type to header
Daniel T. Lee
2019-07-12
1
-0
/
+1
*
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
2019-07-05
1
-0
/
+1
*
bpftool: support cgroup sockopt
Stanislav Fomichev
2019-06-28
1
-0
/
+1
*
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
2019-05-28
1
-0
/
+1
*
bpftool: add ability to dump BTF types
Andrii Nakryiko
2019-04-26
1
-0
/
+1
*
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-17
1
-0
/
+1
*
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-23
1
-0
/
+3
*
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
2019-01-23
1
-0
/
+1
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
1
-1
/
+3
*
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-18
1
-0
/
+2
*
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
2018-12-15
1
-1
/
+1
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
1
-32
/
+2
*
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
2018-12-10
1
-1
/
+0
*
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-09
1
-2
/
+21
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
1
-0
/
+1
*
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
2018-11-30
1
-0
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-29
1
-1
/
+1
|
\
|
*
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-09
1
-1
/
+1
*
|
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-11-20
1
-0
/
+2
*
|
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-17
1
-0
/
+14
*
|
bpftool: add loadall command
Stanislav Fomichev
2018-11-11
1
-0
/
+1
*
|
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
2018-11-07
1
-0
/
+2
|
/
*
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
2018-10-18
1
-2
/
+4
*
tools: bpftool: add map create command
Jakub Kicinski
2018-10-16
1
-0
/
+1
*
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-10-16
1
-1
/
+2
*
tools/bpf: bpftool: improve output format for bpftool net
Yonghong Song
2018-09-18
1
-1
/
+2
*
tools/bpf: bpftool: add net support
Yonghong Song
2018-09-07
1
-0
/
+7
*
bpf: btf: add btf print functionality
Okash Khawaja
2018-07-14
1
-0
/
+15
*
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
1
-0
/
+3
*
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
1
-0
/
+1
*
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2018-07-11
1
-0
/
+15
*
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
2018-07-01
1
-2
/
+0
*
tools/bpftool: add perf subcommand
Yonghong Song
2018-05-25
1
-0
/
+1
[next]