summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: usb: sr9800: fix uninitialized local variableValentin Vidic1-1/+1
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-11-06rtlwifi: Fix potential overflow on P2P codeLaura Abbott1-0/+6
2019-11-06HID: fix error message in hid_open_report()Michał Mirosław1-2/+5
2019-11-06HID: Fix assumption that devices have inputsAlan Stern12-32/+108
2019-11-06USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2-4/+7
2019-11-06USB: serial: whiteheat: fix potential slab corruptionJohan Hovold1-0/+4
2019-11-06USB: ldusb: fix control-message timeoutJohan Hovold1-1/+1
2019-11-06USB: ldusb: fix ring-buffer lockingJohan Hovold1-2/+2
2019-11-06UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern1-20/+0
2019-11-06ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng1-0/+8
2019-11-06thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg1-4/+18
2019-11-06USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter1-1/+1
2019-11-06efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-11-06serial: mctrl_gpio: Check for NULL pointerAdam Ford1-0/+3
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche1-1/+2
2019-11-06iio: fix center temperature of bmc150-accel-corePascal Bouwmann1-1/+1
2019-11-06usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski1-0/+7
2019-11-06sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell1-0/+28
2019-11-06dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet6-6/+6
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka1-16/+64
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka1-3/+13
2019-11-06dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2019-10-29RDMA/cxgb4: Do not dma memory off of the stackGreg KH1-11/+17
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-10-29xen/netback: fix error path of xenvif_connect_data()Juergen Gross1-1/+0
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki2-10/+3
2019-10-29memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'Christophe JAILLET1-1/+1
2019-10-29scsi: zfcp: fix reaction on bit error threshold notificationSteffen Maier1-3/+13
2019-10-29drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50Kai-Heng Feng1-0/+3
2019-10-29scsi: core: try to get module before removing deviceYufen Yu1-1/+10
2019-10-29USB: ldusb: fix read info leaksJohan Hovold1-4/+11
2019-10-29USB: usblp: fix use-after-free on disconnectJohan Hovold1-1/+3
2019-10-29USB: ldusb: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-29USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold1-7/+3
2019-10-29usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva1-3/+3
2019-10-29USB: legousbtower: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-29net: bcmgenet: Set phydev->dev_flags only for internal PHYsFlorian Fainelli1-2/+3
2019-10-29net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3Florian Fainelli2-1/+6
2019-10-29loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-10-29net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo1-1/+5
2019-10-29scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran1-0/+4
2019-10-29scsi: megaraid: disable device when probe failed after enabled deviceXiang Chen1-2/+2
2019-10-29scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-10-17media: stkwebcam: fix runtime PM after driver unbindJohan Hovold1-2/+1
2019-10-17Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost1-2/+5
2019-10-17iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-17iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-17staging: vt6655: Fix memory leak in vt6655_probeNavid Emamdoost1-1/+3
2019-10-17USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2