aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: wusbcore: fix NULL-deref at probeJohan Hovold2017-06-171-0/+3
* USB: idmouse: fix NULL-deref at probeJohan Hovold2017-06-171-0/+3
* USB: uss720: fix NULL-deref at probeJohan Hovold2017-06-171-0/+5
* USB: serial: io_ti: fix information leak in completion handlerJohan Hovold2017-06-171-1/+1
* USB: serial: io_ti: fix NULL-deref in interrupt callbackJohan Hovold2017-06-171-0/+6
* USB: iowarrior: fix NULL-deref in writeJohan Hovold2017-06-171-0/+8
* USB: iowarrior: fix NULL-deref at probeJohan Hovold2017-06-171-6/+7
* USB: serial: omninet: fix reference leaks at openJohan Hovold2017-06-171-6/+0
* USB: serial: safe_serial: fix information leak in completion handlerJohan Hovold2017-06-171-0/+5
* USB: serial: digi_acceleport: fix OOB-event processingJohan Hovold2017-06-171-1/+1
* USB: serial: digi_acceleport: fix OOB data sanity checkJohan Hovold2017-06-171-5/+9
* USB: serial: ark3116: fix register-accessor error handlingJohan Hovold2017-06-171-3/+10
* USB: serial: opticon: fix CTS retrieval at openJohan Hovold2017-06-171-1/+1
* USB: serial: spcp8x5: fix modem-status handlingJohan Hovold2017-06-171-1/+7
* USB: serial: ftdi_sio: fix line-status over-reportingJohan Hovold2017-06-171-9/+14
* USB: serial: ftdi_sio: fix extreme low-latency settingJohan Hovold2017-06-171-2/+0
* USB: serial: ftdi_sio: fix modem-status error handlingJohan Hovold2017-06-171-1/+5
* USB: serial: mos7840: fix another NULL-deref at openJohan Hovold2017-06-171-1/+3
* USB: serial: ch341: fix modem-control and B0 handlingJohan Hovold2017-06-171-9/+9
* USB: serial: ch341: fix resume after resetJohan Hovold2017-06-171-4/+13
* USB: serial: ch341: fix open and resume after B0Johan Hovold2017-06-171-2/+1
* USB: serial: ch341: fix control-message error handlingJohan Hovold2017-06-171-12/+22
* USB: serial: ch341: fix open error handlingJohan Hovold2017-06-171-5/+12
* USB: serial: ch341: fix initial modem-control stateJohan Hovold2017-06-171-1/+0
* USB: serial: kl5kusb105: fix line-state error handlingJohan Hovold2017-06-171-4/+5
* usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi2017-06-171-4/+4
* USB: serial: kl5kusb105: abort on open exception pathPan Bian2017-06-171-0/+2
* usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-06-171-1/+1
* usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2017-06-171-2/+2
* USB: serial: mos7720: fix parallel probeJohan Hovold2017-06-171-23/+7
* USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold2017-06-171-10/+8
* USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold2017-06-171-1/+5
* USB: serial: mos7720: fix NULL-deref at openJohan Hovold2017-06-171-0/+5
* USB: serial: mos7840: fix NULL-deref at openJohan Hovold2017-06-171-0/+12
* USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold2017-06-171-0/+12
* USB: serial: cyberjack: fix NULL-deref at openJohan Hovold2017-06-171-0/+10
* USB: serial: oti6858: fix NULL-deref at openJohan Hovold2017-06-171-0/+16
* USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold2017-06-171-0/+5
* USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-06-171-0/+7
* USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold2017-06-171-0/+1
* USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold2017-06-171-0/+11
* USB: serial: io_ti: fix another NULL-deref at openJohan Hovold2017-06-171-2/+5
* USB: serial: io_ti: fix NULL-deref at openJohan Hovold2017-06-171-0/+7
* USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-06-171-0/+14
* USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold2017-06-171-0/+14
* USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-06-171-0/+8
* USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-06-171-4/+0
* USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-06-171-0/+13
* usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak2017-06-171-4/+8
* USB: serial: kl5kusb105: fix open error pathJohan Hovold2017-06-171-9/+24