index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
main.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
bpftool: Add struct_ops support
Martin KaFai Lau
1
-0
/
+1
2020-03-20
bpftool: Translate prog_id to its bpf prog_name
Martin KaFai Lau
1
-0
/
+1
2020-03-13
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
1
-0
/
+5
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
1
-1
/
+1
2020-02-26
bpftool: Support struct_ops, tracing, ext prog types
Andrey Ignatov
1
-0
/
+3
2019-12-16
bpftool: Add skeleton codegen command
Andrii Nakryiko
1
-0
/
+1
2019-12-15
bpftool: Match maps by name
Paul Chaignon
1
-1
/
+1
2019-12-15
bpftool: Match programs by name
Paul Chaignon
1
-1
/
+1
2019-10-08
bpftool: Fix bpftool build by switching to bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-08-16
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
1
-2
/
+2
2019-07-12
tools: bpftool: add raw_tracepoint_writable prog type to header
Daniel T. Lee
1
-0
/
+1
2019-07-06
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
1
-0
/
+1
2019-06-28
bpftool: support cgroup sockopt
Stanislav Fomichev
1
-0
/
+1
2019-05-28
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
1
-0
/
+1
2019-04-26
bpftool: add ability to dump BTF types
Andrii Nakryiko
1
-0
/
+1
2019-04-17
bpftool: Support sysctl hook
Andrey Ignatov
1
-0
/
+1
2019-01-23
tools: bpftool: add probes for eBPF map types
Quentin Monnet
1
-0
/
+3
2019-01-23
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
1
-0
/
+1
2018-12-18
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
1
-1
/
+3
2018-12-18
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
1
-0
/
+2
2018-12-15
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
1
-1
/
+1
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
1
-32
/
+2
2018-12-10
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
1
-1
/
+0
2018-12-10
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
1
-2
/
+21
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
1
-0
/
+1
2018-12-01
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
1
-0
/
+26
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
1
-0
/
+2
2018-11-17
bpftool: make libbfd optional
Stanislav Fomichev
1
-0
/
+14
2018-11-11
bpftool: add loadall command
Stanislav Fomichev
1
-0
/
+1
2018-11-09
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
1
-1
/
+1
2018-11-08
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
1
-0
/
+2
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
1
-2
/
+4
2018-10-16
tools: bpftool: add map create command
Jakub Kicinski
1
-0
/
+1
2018-10-16
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
1
-1
/
+2
2018-09-18
tools/bpf: bpftool: improve output format for bpftool net
Yonghong Song
1
-1
/
+2
2018-09-07
tools/bpf: bpftool: add net support
Yonghong Song
1
-0
/
+7
2018-07-14
bpf: btf: add btf print functionality
Okash Khawaja
1
-0
/
+15
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
1
-0
/
+3
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
1
-0
/
+1
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
1
-0
/
+15
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
1
-2
/
+0
2018-05-25
tools/bpftool: add perf subcommand
Yonghong Song
1
-0
/
+1
2018-05-05
tools: bpftool: add simple perf event output reader
Jakub Kicinski
1
-0
/
+4
2018-05-05
tools: bpftool: move get_possible_cpus() to common code
Jakub Kicinski
1
-1
/
+2
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
1
-1
/
+4
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+2
2017-12-14
bpftool: implement cgroup bpf operations
Roman Gushchin
1
-0
/
+1
2017-12-14
bpftool: implement prog load command
Roman Gushchin
1
-0
/
+1
2017-11-30
tools: bpftool: remove spurious line break from error message
Quentin Monnet
1
-1
/
+1
[next]