aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Staging: android: binder: Ratelimit binder debug messagesChris Fries2019-05-021-1/+3
* selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2019-05-021-1/+1
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2019-05-021-2/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2019-05-021-1/+1
* l2tp: do not accept arbitrary socketsEric Dumazet2019-05-021-2/+6
* l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2019-05-021-10/+0
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2019-05-021-0/+4
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2019-05-021-3/+6
* cfg80211: fix station info handling bugsJohannes Berg2019-05-021-2/+1
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2019-05-021-2/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2019-05-021-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2019-05-021-6/+6
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2019-05-024-29/+26
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2019-05-021-8/+6
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2019-05-021-0/+2
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2019-05-021-6/+8
* BACKPORT: tty: Use unbound workqueue for all input workersPeter Hurley2019-05-022-2/+2
* path_openat(): fix double fput()Al Viro2019-05-021-1/+2
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2019-05-024-6/+29
* nospec: Include <asm/barrier.h> dependencyDan Williams2019-05-021-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2019-05-021-2/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2019-05-021-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2019-05-021-15/+21
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2019-05-021-0/+72
* shmem: fix buildMoyster2019-05-021-1/+1
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-05-021-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-05-021-3/+7
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2019-05-021-2/+11
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-05-022-12/+8
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+4
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+3
* mremap: properly flush TLB before releasing the pageLinus Torvalds2019-05-022-6/+21
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-05-021-1/+7
* Fix up non-directory creation in SGID directoriesLinus Torvalds2019-05-021-0/+6
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-05-021-0/+10
* allow build_open_flags() to return an errorAl Viro2019-05-024-31/+41
* do_last(): fix missing checks for LAST_BIND caseAl Viro2019-05-021-21/+3
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2019-05-021-0/+7
* HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2019-05-021-1/+11
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2019-05-021-0/+2
* fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud2019-05-021-1/+2
* ext[34]: fix double put in tmpfileMiklos Szeredi2019-05-022-6/+4
* vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu2019-05-021-2/+2
* fs: Fix file mode for O_TMPFILEAndy Lutomirski2019-05-021-1/+1
* ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* allow O_TMPFILE to work with O_WRONLYAl Viro2019-05-022-2/+4
* Safer ABI for O_TMPFILEAl Viro2019-05-026-8/+12
* ext4: ->tmpfile() supportAl Viro2019-05-021-5/+4
* ext3 ->tmpfile() supportAl Viro2019-05-021-1/+46