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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
11
-50
/
+150
2018-01-10
gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()
Geert Uytterhoeven
1
-12
/
+23
2018-01-10
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
1
-1
/
+7
2018-01-10
af_key: Fix memory leak in key_notify_policy.
Steffen Klassert
1
-1
/
+3
2018-01-10
Merge tag 'riscv-for-linus-4.15-rc8_cleanups' of git://git.kernel.org/pub/scm...
Linus Torvalds
16
-71
/
+119
2018-01-10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
3
-25
/
+136
2018-01-10
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
6
-8
/
+50
2018-01-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-29
/
+71
2018-01-09
bpf: avoid false sharing of map refcount with max_entries
Daniel Borkmann
1
-8
/
+16
2018-01-09
ipv6: remove null_entry before adding default route
Wei Wang
1
-9
/
+29
2018-01-09
Merge branch 'Ether-fixes-for-the-SolutionEngine771x-boards'
David S. Miller
2
-4
/
+21
2018-01-09
SolutionEngine771x: add Ether TSU resource
Sergei Shtylyov
2
-2
/
+13
2018-01-09
SolutionEngine771x: fix Ether platform data
Sergei Shtylyov
1
-2
/
+8
2018-01-09
docs-rst: networking: wire up msg_zerocopy
Mike Rapoport
1
-1
/
+1
2018-01-09
net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
Nicolai Stange
1
-1
/
+3
2018-01-09
net: caif: use strlcpy() instead of strncpy()
Xiongfeng Wang
3
-11
/
+8
2018-01-09
rbd: set max_segments to USHRT_MAX
Ilya Dryomov
1
-1
/
+1
2018-01-09
rbd: reacquire lock should update lock owner client id
Florian Margaine
1
-5
/
+11
2018-01-09
net: core: fix module type in sock_diag_bind
Andrii Vladyka
1
-1
/
+1
2018-01-09
esp: Fix GRO when the headers not fully in the linear part of the skb.
Steffen Klassert
2
-2
/
+4
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
53
-220
/
+474
2018-01-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-32
/
+79
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
3
-11
/
+74
2018-01-08
Merge tag 'platform-drivers-x86-v4.15-4' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-1
/
+1
2018-01-08
sh_eth: fix TXALCR1 offsets
Sergei Shtylyov
1
-2
/
+2
2018-01-08
mdio-sun4i: Fix a memory leak
Christophe JAILLET
1
-2
/
+4
2018-01-08
phylink: mark expected switch fall-throughs in phylink_mii_ioctl
Gustavo A. R. Silva
1
-0
/
+2
2018-01-08
Merge branch 'SCTP-PMTU-discovery-fixes'
David S. Miller
3
-23
/
+36
2018-01-08
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
3
-13
/
+26
2018-01-08
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
1
-12
/
+12
2018-01-08
xen-netfront: enable device after manual module load
Eduardo Otubo
1
-0
/
+1
2018-01-08
Merge branch 'bnxt_en_fixes'
David S. Miller
2
-2
/
+2
2018-01-08
bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.
Venkat Duvvuru
1
-1
/
+1
2018-01-08
bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()
Sunil Challa
1
-1
/
+1
2018-01-08
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-12
/
+14
2018-01-08
platform/x86: wmi: Call acpi_wmi_init() later
Rafael J. Wysocki
1
-1
/
+1
2018-01-08
ALSA: pcm: Allow aborting mutex lock at OSS read/write loops
Takashi Iwai
1
-15
/
+21
2018-01-08
ALSA: pcm: Abort properly at pending signal in OSS read/write loops
Takashi Iwai
1
-0
/
+8
2018-01-08
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
1
-2
/
+2
2018-01-08
xfrm: Return error on unknown encap_type in init_state
Herbert Xu
2
-2
/
+2
2018-01-08
riscv: rename SR_* constants to match the spec
Christoph Hellwig
6
-17
/
+17
2018-01-08
riscv: remove CONFIG_MMU ifdefs
Christoph Hellwig
4
-24
/
+0
2018-01-08
RISC-V: Make __NR_riscv_flush_icache visible to userspace
Palmer Dabbelt
5
-30
/
+27
2018-01-08
RISC-V: Add a basic defconfig
Karsten Merker
1
-0
/
+75
2018-01-08
Linux 4.15-rc7
v4.15-rc7
Linus Torvalds
1
-1
/
+1
2018-01-07
Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-16
/
+71
2018-01-07
Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+11
2018-01-07
Merge tag 'led_fixes_for_4.15-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2018-01-07
Merge tag 'for-linus-20180107' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-0
/
+1
2018-01-07
leds: core: Fix regression caused by commit 2b83ff96f51d
Jacek Anaszewski
1
-1
/
+2
[prev]
[next]