summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.16.41v3.16.41Ben Hutchings2017-02-261-1/+1
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-261-0/+6
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-261-1/+2
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-261-1/+8
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-261-19/+22
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-02-261-5/+4
* USB: serial: kl5kusb105: fix line-state error handlingJohan Hovold2017-02-261-4/+5
* selinux: fix off-by-one in setprocattrStephen Smalley2017-02-261-1/+1
* KVM: x86: Introduce segmented_write_stdSteve Rutherford2017-02-261-2/+16
* KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini2017-02-261-10/+38
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-261-0/+9
* kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson2017-02-261-6/+5
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-02-267-2/+70
* Linux 3.16.40v3.16.40Ben Hutchings2017-02-231-1/+1
* vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2017-02-231-1/+1
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2017-02-231-1/+1
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-02-231-2/+2
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-02-232-0/+6
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-02-231-6/+6
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-02-231-1/+2
* Fix potential infoleak in older kernelsLinus Torvalds2017-02-231-5/+5
* staging/android/ion : fix a race condition in the ion driverEunTaik Lee2017-02-231-13/+42
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-233-3/+23
* dccp: limit sk_filter trim to payloadWillem de Bruijn2017-02-234-6/+13
* rose: limit sk_filter trim to payloadWillem de Bruijn2017-02-233-7/+12
* net: Add __sock_queue_rcv_skb()Ben Hutchings2017-02-232-6/+14
* fbdev: color map copying bounds checkingKees Cook2017-02-231-12/+14
* netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2017-02-231-4/+5
* HID: core: prevent out-of-bound readingsBenjamin Tissoires2017-02-231-0/+3
* usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen2017-02-231-1/+0
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57
* perf: Do not double freePeter Zijlstra2017-02-231-1/+6
* perf: Fix event->ctx lockingPeter Zijlstra2017-02-231-37/+207
* tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2017-02-231-0/+7
* perf: Fix race in swevent hashPeter Zijlstra2017-02-231-19/+1
* sg: Fix double-free when drives detach during SG_IOCalvin Owens2017-02-231-1/+4
* ser_gigaset: return -ENOMEM on error instead of successDan Carpenter2017-02-231-1/+3
* can: peak: fix bad memory access and free sequence추지호2017-02-231-2/+4
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2017-02-232-0/+4
* parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin2017-02-231-21/+1
* parisc: Purge TLB before setting PTEJohn David Anglin2017-02-231-4/+4
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2017-02-231-5/+2
* perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2017-02-232-2/+2
* net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli2017-02-231-0/+4
* net: ping: check minimum size on ICMP header lengthKees Cook2017-02-231-0/+4
* tipc: check minimum bearer MTUMichal Kubeček2017-02-232-2/+27
* sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt2017-02-231-1/+1
* net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli2017-02-231-4/+7
* ipv6: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2