summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-01Linux 3.2.97v3.2.97Ben Hutchings
2018-01-01KEYS: add missing permission check for request_key() destinationEric Biggers
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2018-01-01crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2018-01-01security: Fix mode test in selinux_ptrace_access_check()Ben Hutchings
2018-01-01KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig
2018-01-01USB: core: prevent malicious bNumInterfaces overflowAlan Stern
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2018-01-01MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen
2018-01-01x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov
2018-01-01ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2018-01-01ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai
2018-01-01ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai
2018-01-01ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai
2018-01-01l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2018-01-01ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant
2018-01-01KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2018-01-01KEYS: trusted: sanitize all key materialEric Biggers
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2018-01-01macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin
2018-01-01ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai
2018-01-01ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai
2018-01-01l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault
2018-01-01sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings
2018-01-01can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje
2018-01-01usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi
2018-01-01usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau
2018-01-01scsi: zfcp: fix erp_action use-before-initialize in REC action traceSteffen Maier
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel
2018-01-01l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault
2018-01-01iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel
2018-01-01ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang
2018-01-01scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn
2018-01-01ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai
2018-01-01usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi
2018-01-01USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2018-01-01more bio_map_user_iov() leak fixesAl Viro