index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-12
38
-367
/
+2997
|
\
|
*
bpf, selftests: Add three new sockmap tests for verdict only programs
John Fastabend
2020-10-11
1
-1
/
+18
|
*
bpf, selftests: Add option to test_sockmap to omit adding parser program
John Fastabend
2020-10-11
1
-14
/
+21
|
*
bpf, selftests: Add redirect_peer selftest
Daniel Borkmann
2020-10-11
2
-9
/
+61
|
*
bpf, selftests: Make redirect_neigh test more extensible
Daniel Borkmann
2020-10-11
3
-186
/
+219
|
*
bpf, selftests: Add test for different array inner map size
Daniel Borkmann
2020-10-11
2
-10
/
+72
|
*
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
2020-10-11
1
-0
/
+3
|
*
bpf: Add redirect_peer helper
Daniel Borkmann
2020-10-11
1
-0
/
+17
|
*
bpf: Improve bpf_redirect_neigh helper description
Daniel Borkmann
2020-10-11
1
-3
/
+7
|
*
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
2020-10-09
1
-0
/
+243
|
*
selftests/bpf: Add profiler test
Alexei Starovoitov
2020-10-09
7
-0
/
+1274
|
*
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2020-10-09
2
-9
/
+9
|
*
bpf: Add tcp_notsent_lowat bpf setsockopt
Nikita V. Shirokov
2020-10-09
2
-1
/
+20
|
*
selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructions
Andrii Nakryiko
2020-10-07
2
-0
/
+397
|
*
libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
Andrii Nakryiko
2020-10-07
1
-1
/
+1
|
*
libbpf: Support safe subset of load/store instruction resizing with CO-RE
Andrii Nakryiko
2020-10-07
1
-8
/
+136
|
*
libbpf: Skip CO-RE relocations for not loaded BPF programs
Andrii Nakryiko
2020-10-07
1
-0
/
+5
|
*
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
2020-10-07
1
-1
/
+6
|
*
bpf: Fix typo in uapi/linux/bpf.h
Jakub Wilk
2020-10-07
1
-1
/
+1
|
*
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
Hao Luo
2020-10-06
2
-9
/
+1
|
*
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
2020-10-06
1
-3
/
+2
|
*
selftest/bpf: Test pinning map with reused map fd
Hangbin Liu
2020-10-06
1
-1
/
+48
|
*
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
2020-10-06
1
-19
/
+18
|
*
libbpf: Close map fd if init map slots failed
Hangbin Liu
2020-10-06
1
-21
/
+34
|
*
bpf, sockmap: Update selftests to use skb_adjust_room
John Fastabend
2020-10-02
2
-30
/
+31
|
*
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()
Hao Luo
2020-10-02
2
-0
/
+50
|
*
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
2020-10-02
1
-0
/
+13
|
*
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-10-02
1
-0
/
+18
|
*
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
2020-10-02
5
-25
/
+137
|
*
bpf/libbpf: BTF support for typed ksyms
Hao Luo
2020-10-02
1
-13
/
+99
|
*
bpf: Introduce pseudo_btf_id
Hao Luo
2020-10-02
1
-9
/
+27
|
*
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
2020-10-02
4
-6
/
+22
|
*
selftests/bpf: Properly initialize linfo in sockmap_basic
Stanislav Fomichev
2020-10-02
1
-1
/
+1
|
*
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
2020-10-02
1
-1
/
+1
*
|
selftests: net: mscc: ocelot: add test for VLAN modify action
Vladimir Oltean
2020-10-11
1
-2
/
+45
*
|
selftests: mptcp: interpret \n as a new line
Matthieu Baerts
2020-10-08
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-05
4
-3
/
+28
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-10-05
3
-2
/
+8
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-09-30
3
-2
/
+8
|
|
|
\
\
|
|
|
*
|
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
2020-09-24
1
-1
/
+1
|
|
|
*
|
libbpf: Fix native endian assumption when parsing BTF
Tony Ambardar
2020-09-21
1
-0
/
+6
|
|
|
*
|
tools/bpftool: Support passing BPFTOOL_VERSION to make
Tony Ambardar
2020-09-19
1
-1
/
+1
|
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-09-25
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
selftests: kvm: Fix assert failure in single-step test
Yang Weijiang
2020-09-23
1
-1
/
+1
|
|
*
|
|
|
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-09-11
182
-1499
/
+7254
|
|
|
\
\
\
\
|
*
|
\
\
\
\
Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-09-23
1
-0
/
+25
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
tools/bootconfig: Add testcase for tailing space
Masami Hiramatsu
2020-09-21
1
-0
/
+13
|
|
*
|
|
|
|
tools/bootconfig: Add testcases for repeated key with brace
Masami Hiramatsu
2020-09-21
1
-0
/
+12
*
|
|
|
|
|
|
selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads
Vladimir Oltean
2020-10-02
2
-0
/
+316
*
|
|
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-10-02
3
-0
/
+2197
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
[next]