summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-11drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka1-7/+8
2017-11-11cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2017-11-11ACPICA: Fix 'may be used uninitialized' warning in acpi_ns_repair_object()Ben Hutchings1-1/+1
2017-11-11eCryptfs: initialize payload_len in keystore.cSimon Que1-1/+1
2017-11-11cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2017-11-11mm/huge_memory: Fix unused label warningBen Hutchings1-1/+0
2017-11-11ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2-16/+0
2017-11-11USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-11-11HID: usbhid: fix out-of-bounds bugJaejoong Kim1-1/+11
2017-11-11usb: usbtest: fix NULL pointer dereferenceAlan Stern1-2/+3
2017-11-11USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2-3/+12
2017-11-11ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai1-0/+20
2017-11-11ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2-2/+12
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-11-11packet: race condition in packet_bindFrancesco Ruggeri1-32/+54
2017-11-11KEYS: don't let add_key() update an uninstantiated keyDavid Howells1-0/+10
2017-11-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2-3/+10
2017-11-11mac80211: accept key reinstall without changing anythingJohannes Berg1-3/+17
2017-11-11fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-11-11cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-1/+2
2017-11-11epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+25
2017-11-11wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-2/+2
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov1-7/+2
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet3-20/+11
2017-11-11CIFS: remove endian related sparse warningSteve French1-1/+1
2017-11-11alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings1-3/+11
2017-11-11cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang3-5/+9
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-6/+0
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-31/+41
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-11-11dm: fix printk() rate limiting codeBart Van Assche2-39/+12
2017-11-11dm: convert DM printk macros to pr_<level> macrosJoe Perches1-39/+32
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-11-11r8169: Do not increment tx_dropped in TX ring cleaningFlorian Fainelli1-1/+0
2017-11-11ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang3-8/+56
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau5-7/+10