summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-02Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins21-272/+312
2017-07-02mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds1-0/+27
2017-06-05Linux 3.2.89v3.2.89Ben Hutchings1-1/+1
2017-06-05ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2-0/+8
2017-06-05sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-06-05ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-06-05ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek3-6/+16
2017-06-05USB: serial: omninet: fix reference leaks at openJohan Hovold1-4/+0
2017-06-05USB: serial: io_ti: fix information leak in completion handlerJohan Hovold1-1/+1
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-06-05nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-06-05nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+8
2017-06-05nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-06-05ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2017-06-05crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2-29/+60
2017-06-05crypto: hash - Simplify the ahash_finup implementationMarek Vasut1-27/+9
2017-06-05crypto: hash - Pull out the functions to save/restore requestMarek Vasut1-45/+62
2017-06-05crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut1-7/+49
2017-06-05crypto: ahash - Fully restore ahash request before completingMarek Vasut1-1/+4
2017-06-05mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-06-05KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2-24/+31
2017-06-05net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-06-05net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-06-05net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-06-05packet: handle too big packets for PACKET_V3Eric Dumazet1-0/+18
2017-06-05drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-06-05drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-06-05ping: implement proper lockingEric Dumazet1-2/+3
2017-06-05KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells1-2/+7
2017-06-05KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells1-0/+2
2017-06-05KEYS: special dot prefixed keyring name bug fixMimi Zohar1-2/+4
2017-06-05USB: iowarrior: fix NULL-deref at probeJohan Hovold1-6/+7
2017-06-05ALSA: seq: Fix link corruption by event error handlingTakashi Iwai1-0/+3
2017-06-05ALSA: ctxfi: Fallback DMA mask to 32bitTakashi Iwai2-25/+12
2017-06-05ALSA: timer: Reject user params with too small ticksTakashi Iwai1-3/+15
2017-06-05net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-06-05NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2017-06-05scsi: aacraid: Reorder Adapter status checkRaghava Aditya Renukunta1-4/+17
2017-06-05scsi: aacraid: Fix memory leak in fib init pathRaghava Aditya Renukunta1-15/+21
2017-06-05net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2-0/+12
2017-06-05rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-06-05nfsd: special case truncates some moreChristoph Hellwig1-10/+30