summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2019-10-17USB: legousbtower: fix deadlock on disconnectJohan Hovold1-17/+2
2019-10-17USB: legousbtower: fix slab info leak at probeJohan Hovold1-2/+4
2019-10-17USB: usblcd: fix I/O after disconnectJohan Hovold1-2/+31
2019-10-17USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-17USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-17USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-17USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-17USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-10-17USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-17USB: adutux: fix NULL-derefs on disconnectJohan Hovold1-6/+10
2019-10-17USB: adutux: fix use-after-free on disconnectJohan Hovold1-3/+4
2019-10-17USB: yurex: fix NULL-derefs on disconnectJohan Hovold1-4/+7
2019-10-17USB: yurex: Don't retry on unexpected errorsAlan Stern1-3/+4
2019-10-17USB: rio500: Remove Rio 500 kernel driverBastien Nocera4-592/+0
2019-08-16usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose1-1/+1
2019-08-16usb: iowarrior: fix deadlock on disconnectOliver Neukum1-3/+4
2019-06-09USB: rio500: fix memory leak in close after disconnectOliver Neukum1-2/+15
2019-06-09USB: rio500: refuse more than one device at a timeOliver Neukum1-6/+18
2019-06-09USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum1-7/+8
2019-05-08USB: yurex: Fix protection fault after device removalAlan Stern1-0/+1
2019-05-04usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki1-1/+1
2018-12-13usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen1-0/+1
2018-11-27USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson1-0/+1
2018-09-05usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+2
2018-09-05USB: yurex: Check for truncation in yurex_read()Ben Hutchings1-0/+3
2018-09-05USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings1-2/+3
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman1-17/+6
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyColin Ian King1-2/+2
2018-07-13usb: misc: uss720: remove redundant pointer usbdevColin Ian King1-2/+0
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-07-06usb: usbtest: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-07-02USB: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-28usb: legousbtower: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-28usb: ldusb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-3/+4
2018-06-28usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior1-5/+0
2018-06-28usb: adutux: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+7
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King1-1/+1
2018-04-05Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-16/+52
2018-03-20USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich1-1/+6
2018-03-09USB: adutux: Add waiting in transfer abortionKirill Kapranov1-0/+2
2018-03-09usb: usbtest: Remove stack VLA usageTobin C. Harding1-1/+4
2018-03-06USB: adutux: Delete a misleading commentKirill Kapranov1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook1-15/+52
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook1-1/+0
2018-02-26Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman1-0/+6
2018-02-22USB: chaoskey: Use kasprintf() over strcpy()/strcat()Kees Cook1-6/+2
2018-02-15usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop1-0/+6
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-10/+10