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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
selftests/bpf: fail test_tunnel.sh if subtests fail
Stanislav Fomichev
1
-0
/
+32
2019-05-28
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
5
-14
/
+26
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
4
-4
/
+25
2019-05-28
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
10
-2
/
+45
2019-05-28
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
1
-3
/
+1
2019-05-28
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2
-6
/
+2
2019-05-28
bpftool: auto-complete BTF IDs for btf dump
Andrii Nakryiko
1
-0
/
+9
2019-05-25
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
7
-5
/
+51
2019-05-25
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
1
-10
/
+19
2019-05-25
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
4
-0
/
+6
2019-05-25
tools: bpf: sync uapi header bpf.h
Jiong Wang
1
-0
/
+18
2019-05-25
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
3
-0
/
+250
2019-05-25
tools/bpf: sync bpf uapi header bpf.h to tools directory
Yonghong Song
1
-1
/
+16
2019-05-25
bpftool: update bash-completion w/ new c option for btf dump
Andrii Nakryiko
1
-4
/
+17
2019-05-25
bpftool/docs: add description of btf dump C option
Andrii Nakryiko
1
-15
/
+20
2019-05-25
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
1
-2
/
+73
2019-05-25
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
10
-1
/
+824
2019-05-25
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
4
-1
/
+1359
2019-05-25
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
1
-116
/
+85
2019-05-25
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
3
-1
/
+384
2019-05-25
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
3
-1
/
+403
2019-05-25
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
1
-58
/
+13
2019-05-25
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
1
-109
/
+8
2019-05-25
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
3
-0
/
+135
2019-05-25
libbpf: ensure libbpf.h is included along libbpf_internal.h
Andrii Nakryiko
1
-0
/
+2
2019-05-24
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
7
-42
/
+8
2019-05-23
selftests/bpf: add pyperf scale test
Alexei Starovoitov
5
-13
/
+298
2019-05-23
selftests/bpf: adjust verifier scale test
Alexei Starovoitov
1
-14
/
+17
2019-05-23
libbpf: emit diff of mismatched public API, if any
Andrii Nakryiko
1
-0
/
+10
2019-05-23
selftests: pmtu: Simplify cleanup and namespace names
David Ahern
1
-9
/
+8
2019-05-23
selftests: fib-onlink: Make quiet by default
David Ahern
1
-5
/
+43
2019-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-86
/
+9
2019-05-21
selftests: fib_rule_tests: use pre-defined DEV_ADDR
Hangbin Liu
1
-2
/
+3
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
86
-495
/
+86
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25
Thomas Gleixner
4
-40
/
+4
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
35
-455
/
+35
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
45
-0
/
+45
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
ptp: Fix example program to match kernel.
Richard Cochran
1
-84
/
+1
2019-05-21
selftests: fib_rule_tests: enable forwarding before ipv4 from/iif test
Hangbin Liu
1
-0
/
+5
2019-05-21
selftests: fib_rule_tests: fix local IPv4 address typo
Hangbin Liu
1
-1
/
+1
2019-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-101
/
+338
2019-05-19
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
94
-214
/
+5414
2019-05-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2019-05-19
kselftests: netfilter: fix leftover net/net-next merge conflict
Florian Westphal
1
-51
/
+26
2019-05-18
Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...
Ingo Molnar
94
-214
/
+5414
2019-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
10
-21
/
+22
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-4
/
+398
2019-05-17
bpftool: fix BTF raw dump of FWD's fwd_kind
Andrii Nakryiko
1
-2
/
+2
[next]