aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* perf: duplicate deletion of perf eventSrinivasarao P2016-10-271-0/+3
* vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds2016-10-271-0/+4
* netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2016-10-271-2/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-212-2/+13
* mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D2016-10-201-1/+1
* Revert "android: binder: Change binder mutex to rtmutex."Andreas Blaesius2016-10-201-4/+3
* android: drivers: workaround debugfs race in binderRiley Andrews2016-10-131-2/+14
* UPSTREAM: net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-10-131-19/+19
* fix infoleak in rtnetlinkkangjie2016-10-131-8/+8
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-10-131-1/+1
* UPSTREAM: ALSA: control: Fix replacing user controlsLars-Peter Clausen2016-10-131-17/+10
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-10-131-0/+7
* binder: prevent kptr leak by using %pK format specifierNick Desaulniers2016-10-131-1/+1
* ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...Arve Hjønnevåg2016-10-131-0/+5
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-133-27/+24
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-10-123-6/+12
* HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commandsScott Bauer2016-10-121-5/+5
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-10-121-0/+4
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-10-121-1/+5
* KEYS: potential uninitialized variableDan Carpenter2016-10-121-1/+1
* net: wireless: bcmdhd: check privilege on priv cmdJerry Lee2016-10-121-0/+4
* USB: usbfs: fix potential infoleak in devioKangjie Lu2016-10-121-4/+5
* ppp: take reference on channels netnsGuillaume Nault2016-10-121-1/+3
* netfilter: x_tables: check for size overflowFlorian Westphal2016-10-121-0/+4
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-10-121-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-10-121-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-10-121-0/+1
* Input: aiptek - adjust error-handling code labelJulia Lawall2016-10-121-2/+2
* Input: aiptek - fix crash on detecting device without endpointsVladis Dronov2016-10-121-0/+9
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-123-33/+31
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-10-123-2/+18
* USB: cdc-acm: more sanity checkingOliver Neukum2016-10-121-0/+3
* usbnet: cleanup after bind() in probe()Oliver Neukum2016-10-121-0/+7
* ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-10-121-1/+2
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-125-2/+87
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-10-121-4/+14
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-10-121-13/+19
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-10-121-1/+1
* ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov2016-10-121-1/+0
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-10-121-1/+4
* UPSTREAM: include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov2016-10-121-2/+2
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2016-10-121-23/+32
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-10-121-1/+23
* KEYS: Fix race between read and revokeDavid Howells2016-10-121-9/+9
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-10-121-1/+1
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2016-10-121-4/+3
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-10-121-0/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-10-126-0/+16
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-10-121-1/+1
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2016-10-121-0/+10