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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-04
vhost: Don't call access_ok() when using IOTLB
Greg Kurz
1
-4
/
+5
2020-10-04
net: typhoon: Fix a typo Typoon --> Typhoon
Christophe JAILLET
1
-1
/
+1
2020-10-04
net: hinic: fix DEVLINK build errors
Randy Dunlap
1
-0
/
+1
2020-10-04
net: stmmac: Modify configuration method of EEE timers
Vineetha G. Jaya Kumaran
3
-9
/
+28
2020-10-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-10
/
+19
2020-10-03
Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+21
2020-10-03
Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-52
/
+40
2020-10-03
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+13
2020-10-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-0
/
+9
2020-10-03
scripts/spelling.txt: fix malformed entry
Eric Biggers
1
-1
/
+1
2020-10-03
mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
Joonsoo Kim
1
-3
/
+16
2020-10-03
mm, slub: restore initial kmem_cache flags
Eric Farman
1
-5
/
+1
2020-10-03
Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+7
2020-10-03
KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
Paolo Bonzini
1
-10
/
+12
2020-10-03
Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
13
-119
/
+350
2020-10-03
tcp: fix syn cookied MPTCP request socket leak
Paolo Abeni
1
-1
/
+1
2020-10-03
Merge branch 'Introduce-sendpage_ok-to-detect-misused-sendpage-in-network-rel...
David S. Miller
7
-10
/
+28
2020-10-03
libceph: use sendpage_ok() in ceph_tcp_sendpage()
Coly Li
1
-1
/
+1
2020-10-03
scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
Coly Li
1
-1
/
+1
2020-10-03
drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
Coly Li
1
-1
/
+1
2020-10-03
tcp: use sendpage_ok() to detect misused .sendpage
Coly Li
1
-1
/
+2
2020-10-03
nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
Coly Li
1
-4
/
+3
2020-10-03
net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
Coly Li
1
-2
/
+4
2020-10-03
net: introduce helper sendpage_ok() in include/linux/net.h
Coly Li
1
-0
/
+16
2020-10-03
net: usb: pegasus: Proper error handing when setting pegasus' MAC address
Petko Manolov
1
-8
/
+27
2020-10-03
net: core: document two new elements of struct net_device
Mauro Carvalho Chehab
1
-0
/
+5
2020-10-03
Merge tag 'pinctrl-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
4
-3
/
+19
2020-10-03
Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+5
2020-10-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-8
/
+17
2020-10-03
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-6
/
+23
2020-10-03
Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+9
2020-10-02
Documentation/x86: Fix incorrect references to zero-page.txt
Heinrich Schuchardt
1
-3
/
+3
2020-10-02
netlink: fix policy dump leak
Johannes Berg
3
-16
/
+20
2020-10-02
block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
Peilin Ye
1
-0
/
+1
2020-10-02
net/mlx5e: Fix race condition on nhe->n pointer in neigh update
Vlad Buslov
2
-37
/
+50
2020-10-02
net/mlx5e: Fix VLAN create flow
Aya Levin
1
-2
/
+4
2020-10-02
net/mlx5e: Fix VLAN cleanup flow
Aya Levin
1
-2
/
+6
2020-10-02
net/mlx5e: Fix return status when setting unsupported FEC mode
Aya Levin
1
-0
/
+3
2020-10-02
net/mlx5e: Fix driver's declaration to support GRE offload
Aya Levin
1
-1
/
+18
2020-10-02
net/mlx5e: CT, Fix coverity issue
Maor Dickman
1
-1
/
+3
2020-10-02
net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU
Aya Levin
2
-5
/
+58
2020-10-02
net/mlx5e: Fix error path for RQ alloc
Aya Levin
1
-15
/
+17
2020-10-02
net/mlx5: Fix request_irqs error flow
Maor Gottlieb
1
-1
/
+1
2020-10-02
net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessible
Saeed Mahameed
3
-9
/
+11
2020-10-02
net/mlx5: Add retry mechanism to the command entry index allocation
Eran Ben Elisha
1
-1
/
+20
2020-10-02
net/mlx5: poll cmd EQ in case of command timeout
Eran Ben Elisha
3
-9
/
+86
2020-10-02
net/mlx5: Avoid possible free of command entry while timeout comp handler
Eran Ben Elisha
2
-38
/
+73
2020-10-02
net/mlx5: Fix a race when moving command interface to polling mode
Eran Ben Elisha
1
-0
/
+2
2020-10-02
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-41
/
+31
2020-10-02
Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-4
/
+14
[prev]
[next]