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