aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-08ibmvnic: Fix reset scheduler error handlingThomas Falcon1-10/+29
2018-04-08ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-04-08ibmvnic: Fix DMA mapping mistakesThomas Falcon1-8/+6
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang3-6/+6
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro1-1/+2
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn1-1/+7
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-04-07Merge branch 'net-fix-uninit-values-in-networking-stack'David S. Miller10-12/+20
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet2-0/+2
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet1-5/+6
2018-04-07dccp: initialize ireq->ir_markEric Dumazet2-0/+2
2018-04-07net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet1-2/+2
2018-04-07net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-07net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-04-07netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds22-70/+227
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds6-121/+250
2018-04-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2018-04-07alpha: io: reorder barriers to guarantee writeX() and iowriteX() orderingSinan Kaya1-7/+7
2018-04-07alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree3-1/+47
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni1-99/+0
2018-04-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2018-04-07Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-181/+98
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds2-0/+0
2018-04-07Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds28-765/+1964
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds275-2428/+4643
2018-04-07Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaksLinus Torvalds2-113/+262
2018-04-07Merge tag 'linux-kselftest-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds12-14/+200
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds11-265/+268
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds36-1081/+2029
2018-04-06Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds7-43/+377
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds8-64/+348
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds118-2365/+3491
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds175-2915/+6672
2018-04-06Merge tag 'mailbox-v4.17' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds5-3/+375
2018-04-07MAINTAINERS: Update LEAKING_ADDRESSESTobin C. Harding1-0/+3
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding1-0/+12
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding1-1/+1
2018-04-07leaking_addresses: remove version numberTobin C. Harding1-2/+0
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding1-0/+1
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding1-0/+12
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding1-3/+5
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding1-61/+29
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding1-0/+4
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding1-11/+82
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding1-12/+14