summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-15crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier1-3/+0
2016-12-15acpi, nfit: fix bus vs dimm confusion in xlat_statusDan Williams1-3/+14
2016-12-15acpi, nfit: validate ars_status output buffer sizeDan Williams1-4/+17
2016-12-15acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams3-7/+23
2016-12-15acpi, nfit: fix extended status translations for ACPI DSMsVishal Verma1-4/+4
2016-12-15perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2-2/+2
2016-12-15vhost-vsock: fix orphan connection resetPeng Tao1-1/+1
2016-12-15sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith1-1/+3
2016-12-15scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira1-6/+8
2016-12-15device-dax: fix private mapping restriction, permit read-onlyDan Williams1-1/+1
2016-12-15locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner1-2/+3
2016-12-15locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2016-12-15zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-15parisc: Fix TLB related boot crash on SMP machinesHelge Deller1-0/+11
2016-12-15parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin1-21/+1
2016-12-15parisc: Purge TLB before setting PTEJohn David Anglin1-4/+4
2016-12-15fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-12-15powerpc/boot: Fix build failure in 32-bit boot wrapperBen Hutchings2-2/+3
2016-12-15powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt2-3/+3
2016-12-15powerpc/eeh: Fix deadlock when PE frozen state can't be clearedAndrew Donnellan1-1/+3
2016-12-10Linux 4.8.14v4.8.14Greg Kroah-Hartman1-1/+1
2016-12-10esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek1-4/+2
2016-12-10Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-10ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-10Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+4
2016-12-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-12-10sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-12-10sparc64: fix compile warning section mismatch in find_node()Thomas Tai1-3/+3
2016-12-10sparc64: Fix find_node warning if numa node cannot be foundThomas Tai1-4/+61
2016-12-10ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-10ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-10ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-12-10ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-5/+15
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-10geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-10tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-12-10sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-10net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-10cdc_ether: Fix handling connection notificationKristian Evensen1-7/+31
2016-12-10ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-10packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-12-10GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-12-10net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-12-10net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen1-2/+1
2016-12-10netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-10netlink: Call cb->done from a worker threadHerbert Xu2-4/+25