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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-04-13
vrf: Fix use after free and double free in vrf_finish_output
David Ahern
1
-3
/
+5
2018-04-13
ipv6: the entire IPv6 header chain must fit the first fragment
Paolo Abeni
1
-4
/
+9
2018-04-13
net/ipv6: Increment OUTxxx counters after netfilter hook
Jeff Barnhill
1
-2
/
+4
2018-04-13
net sched actions: fix dumping which requires several messages to user space
Craig Dillabaugh
1
-1
/
+3
2018-04-13
r8169: fix setting driver_data after register_netdev
Heiner Kallweit
1
-2
/
+2
2018-04-13
vti6: better validate user provided tunnel names
Eric Dumazet
1
-2
/
+5
2018-04-13
ip6_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-4
/
+7
2018-04-13
ip6_gre: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-13
ipv6: sit: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-13
ip_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-5
/
+6
2018-04-13
net: fool proof dev_valid_name()
Eric Dumazet
1
-1
/
+1
2018-04-13
bonding: process the err returned by dev_set_allmulti properly in bond_enslave
Xin Long
1
-1
/
+4
2018-04-13
bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
Xin Long
1
-38
/
+35
2018-04-13
bonding: fix the err path for dev hwaddr sync in bond_enslave
Xin Long
1
-4
/
+5
2018-04-13
vlan: also check phy_driver ts_info for vlan's real device
Hangbin Liu
1
-1
/
+5
2018-04-13
vhost: correctly remove wait queue during poll failure
Jason Wang
1
-2
/
+1
2018-04-13
sky2: Increase D3 delay to sky2 stops working after suspend
Kai-Heng Feng
1
-1
/
+1
2018-04-13
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
Eric Dumazet
1
-5
/
+8
2018-04-13
sctp: do not leak kernel memory to user space
Eric Dumazet
1
-1
/
+3
2018-04-13
pptp: remove a buggy dst release in pptp_connect()
Eric Dumazet
1
-1
/
+0
2018-04-13
net/sched: fix NULL dereference in the error path of tcf_bpf_init()
Davide Caratti
1
-4
/
+8
2018-04-13
netlink: make sure nladdr has correct size in netlink_connect()
Alexander Potapenko
1
-0
/
+3
2018-04-13
net/ipv6: Fix route leaking between VRFs
David Ahern
1
-0
/
+3
2018-04-13
net: fix possible out-of-bound read in skb_network_protocol()
Eric Dumazet
1
-1
/
+1
2018-04-13
arp: fix arp_filter on l3slave devices
Miguel Fadon Perlines
1
-1
/
+1
2018-04-13
Kbuild: provide a __UNIQUE_ID for clang
Arnd Bergmann
1
-0
/
+5
2018-04-13
futex: Remove requirement for lock_page() in get_futex_key()
Mel Gorman
1
-7
/
+91
2018-04-13
random: use lockless method of accessing and updating f->reg_idx
Theodore Ts'o
1
-6
/
+6
2018-04-13
virtio_net: check return value of skb_to_sgvec in one more location
Nathan Chancellor
1
-1
/
+6
2018-04-13
virtio_net: check return value of skb_to_sgvec always
Jason A. Donenfeld
1
-2
/
+7
2018-04-13
rxrpc: check return value of skb_to_sgvec always
Jason A. Donenfeld
1
-6
/
+15
2018-04-13
ipsec: check return value of skb_to_sgvec always
Jason A. Donenfeld
4
-13
/
+28
2018-04-13
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-04-13
cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
Arjun Vynipadath
1
-6
/
+17
2018-04-13
EDAC, mv64x60: Fix an error handling path
Christophe JAILLET
1
-1
/
+1
2018-04-13
tty: n_gsm: Allow ADM response in addition to UA for control dlci
Tony Lindgren
1
-3
/
+14
2018-04-13
blk-mq: fix kernel oops in blk_mq_tag_idle()
Ming Lei
1
-1
/
+2
2018-04-13
scsi: libsas: initialize sas_phy status according to response of DISCOVER
chenxiang
1
-0
/
+1
2018-04-13
scsi: libsas: fix error when getting phy events
Jason Yan
1
-1
/
+1
2018-04-13
scsi: libsas: fix memory leak in sas_smp_get_phy_events()
Jason Yan
1
-0
/
+1
2018-04-13
bcache: segregate flash only volume write streams
Tang Junhui
1
-5
/
+14
2018-04-13
bcache: stop writeback thread after detaching
Tang Junhui
1
-0
/
+6
2018-04-13
vxlan: dont migrate permanent fdb entries during learn
Roopa Prabhu
1
-1
/
+1
2018-04-13
s390/dasd: fix hanging safe offline
Stefan Haberland
1
-2
/
+6
2018-04-13
ACPICA: Disassembler: Abort on an invalid/unknown AML opcode
Bob Moore
1
-0
/
+14
2018-04-13
ACPICA: Events: Add runtime stub support for event APIs
Lv Zheng
1
-0
/
+18
2018-04-13
cpuidle: dt: Add missing 'of_node_put()'
Christophe Jaillet
1
-1
/
+3
2018-04-13
Bluetooth: Send HCI Set Event Mask Page 2 command only when needed
Marcel Holtmann
1
-2
/
+15
2018-04-13
iio: magnetometer: st_magn_spi: fix spi_device_id table
Lorenzo Bianconi
1
-2
/
+0
2018-04-13
sparc64: ldc abort during vds iso boot
Jag Raman
1
-1
/
+6
[prev]
[next]