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-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
62
-1881
/
+5131
2019-12-27
bpftool: Make skeleton C code compilable with C++ compiler
Andrii Nakryiko
3
-6
/
+16
2019-12-26
bpf: Print error message for bpftool cgroup show
Hechao Li
1
-17
/
+39
2019-12-26
libbpf: Support CO-RE relocations for LDX/ST/STX instructions
Andrii Nakryiko
1
-3
/
+28
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
96
-546
/
+1658
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-237
/
+603
2019-12-22
Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+7
2019-12-21
selftests: pmtu: fix init mtu value in description
Hangbin Liu
1
-3
/
+3
2019-12-21
vsock_test: add SOCK_STREAM MSG_PEEK test
Stefano Garzarella
1
-0
/
+34
2019-12-21
testing/vsock: print list of options and description
Stefano Garzarella
2
-2
/
+24
2019-12-21
testing/vsock: add parameters to list and skip tests
Stefano Garzarella
6
-20
/
+116
2019-12-21
vsock_test: wait for the remote to close the connection
Stefano Garzarella
3
-4
/
+48
2019-12-21
VSOCK: add AF_VSOCK test cases
Stefan Hajnoczi
4
-2
/
+317
2019-12-21
VSOCK: add send_byte()/recv_byte() test utilities
Stefan Hajnoczi
2
-0
/
+105
2019-12-21
VSOCK: add full barrier between test cases
Stefan Hajnoczi
1
-2
/
+16
2019-12-21
VSOCK: extract connect/accept functions from vsock_diag_test.c
Stefan Hajnoczi
3
-76
/
+119
2019-12-21
VSOCK: extract utility functions from vsock_diag_test.c
Stefan Hajnoczi
4
-71
/
+125
2019-12-21
VSOCK: add SPDX identifiers to vsock tests
Stefan Hajnoczi
2
-0
/
+2
2019-12-21
VSOCK: fix header include in vsock_diag_test
Stefan Hajnoczi
3
-5
/
+4
2019-12-21
selftests/bpf: Preserve errno in test_progs CHECK macros
Andrey Ignatov
1
-0
/
+4
2019-12-20
selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi
Andrey Ignatov
1
-3
/
+50
2019-12-20
selftests/bpf: Convert test_cgroup_attach to prog_tests
Andrey Ignatov
6
-574
/
+498
2019-12-20
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
3
-1
/
+28
2019-12-20
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
1
-0
/
+10
2019-12-20
tc-testing: initial tdc selftests for cls_u32
Davide Caratti
2
-22
/
+205
2019-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-24
/
+176
2019-12-20
bpf: Add further test_verifier cases for record_func_key
Daniel Borkmann
3
-24
/
+176
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
selftests/bpf: Fix test_attach_probe
Alexei Starovoitov
1
-3
/
+4
2019-12-19
libbpf: Add missing newline in opts validation macro
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
Björn Töpel
1
-0
/
+2
2019-12-19
libbpf: BTF is required when externs are present
Andrii Nakryiko
1
-1
/
+2
2019-12-19
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
3
-112
/
+132
2019-12-19
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
6
-48
/
+60
2019-12-19
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
3
-10
/
+32
2019-12-19
Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
3
-2
/
+36
2019-12-19
bpf: Allow to change skb mark in test_run
Nikita V. Shirokov
2
-0
/
+6
2019-12-19
bpftool: Work-around rst2man conversion bug
Andrii Nakryiko
1
-7
/
+8
2019-12-19
bpftool: Simplify format string to not use positional args
Andrii Nakryiko
1
-2
/
+2
2019-12-19
selftests: qdiscs: Add test coverage for ETS Qdisc
Petr Machata
1
-0
/
+940
2019-12-19
selftests: forwarding: sch_ets: Add test coverage for ETS Qdisc
Petr Machata
5
-0
/
+666
2019-12-19
selftests: forwarding: Move start_/stop_traffic from mlxsw to lib.sh
Petr Machata
2
-18
/
+18
2019-12-18
bpftool: Add gen subcommand manpage
Andrii Nakryiko
2
-1
/
+306
2019-12-18
libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
Andrii Nakryiko
1
-35
/
+0
2019-12-18
bpftool, selftests/bpf: Embed object file inside skeleton
Andrii Nakryiko
9
-119
/
+154
2019-12-18
libbpf: Reduce log level for custom section names
Andrii Nakryiko
1
-3
/
+3
2019-12-18
libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
Toke Høiland-Jørgensen
2
-0
/
+3
2019-12-18
selftests/bpf: More succinct Makefile output
Andrii Nakryiko
1
-0
/
+36
2019-12-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
65
-289
/
+976
[next]