summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Linux 4.14.165v4.14.165Greg Kroah-Hartman1-1/+1
2020-01-14drm/i915/gen9: Clear residual context state on context switchAkeem G Abodunrin1-11/+8
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-14netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal1-11/+16
2020-01-14phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren1-2/+2
2020-01-14phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren1-15/+18
2020-01-14USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern1-4/+8
2020-01-14HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov1-55/+42
2020-01-14arm64: cpufeature: Avoid warnings due to unused symbolsWill Deacon1-5/+7
2020-01-14ath10k: fix memory leakNavid Emamdoost1-0/+1
2020-01-14rtl8xxxu: prevent leaking urbNavid Emamdoost1-0/+1
2020-01-14scsi: bfa: release allocated memory in case of errorNavid Emamdoost1-1/+3
2020-01-14mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_bufNavid Emamdoost1-1/+3
2020-01-14mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat1-2/+11
2020-01-14tty: always relink the portSudip Mukherjee1-2/+1
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee2-1/+3
2020-01-14staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube1-0/+1
2020-01-14drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READWayne Lin1-1/+1
2020-01-14drm/fb-helper: Round up bits_per_pixel if possibleGeert Uytterhoeven1-1/+6
2020-01-14Input: add safety guards to input_set_keycode()Dmitry Torokhov1-10/+16
2020-01-14HID: hid-input: clear unmapped usagesDmitry Torokhov1-4/+12
2020-01-14staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott1-2/+2
2020-01-14usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2020-01-14usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2020-01-14usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2020-01-14USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas3-0/+13
2020-01-14staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley3-0/+3
2020-01-14gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede1-1/+31
2020-01-14gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede1-4/+15
2020-01-14can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp1-0/+34
2020-01-14can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber1-11/+10
2020-01-14can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold1-2/+2
2020-01-14HID: uhid: Fix returning EPOLLOUT from uhid_char_pollMarcel Holtmann1-1/+2
2020-01-14HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern1-0/+6
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-14ALSA: hda/realtek - Set EAPD control to default for ALC222Kailang Yang1-0/+1
2020-01-14ALSA: hda/realtek - Add new codec supported for ALCS1200AKailang Yang1-0/+3
2020-01-14ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5Takashi Iwai1-0/+1
2020-01-14usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck1-1/+3
2020-01-14chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon1-1/+1
2020-01-12Linux 4.14.164v4.14.164Greg Kroah-Hartman1-1/+1
2020-01-12vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-12vxlan: fix tos value before xmitHangbin Liu1-2/+2
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-12USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas1-0/+2
2020-01-12USB: core: fix check for duplicate endpointsJohan Hovold1-12/+58