summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-01-04USB: serial: mos7840: remove unused write URBJohan Hovold1-8/+0
2017-01-04USB: serial: mos7840: fix NULL-deref at openJohan Hovold1-0/+12
2017-01-04USB: serial: mos7720: remove obsolete port initialisationJohan Hovold1-5/+0
2017-01-04USB: serial: mos7720: fix parallel probeJohan Hovold1-23/+7
2017-01-04USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold1-10/+8
2017-01-04USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold1-1/+5
2017-01-04USB: serial: mos7720: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold1-0/+12
2017-01-04USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold1-0/+14
2017-01-04USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2017-01-04USB: serial: io_ti: bind to interface after fw downloadJohan Hovold1-2/+1
2017-01-04USB: serial: io_ti: fix I/O after disconnectJohan Hovold1-0/+3
2017-01-04USB: serial: io_ti: fix another NULL-deref at openJohan Hovold1-3/+6
2017-01-04USB: serial: io_ti: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-04USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold1-0/+1
2017-01-04USB: serial: cyberjack: fix NULL-deref at openJohan Hovold1-0/+10
2017-01-03usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi1-12/+21
2017-01-03usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi3-80/+90
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi3-16/+21
2017-01-03usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9
2017-01-03xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-01-03usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-01-03usb: xhci: fix possible wild pointerLu Baolu1-5/+11
2017-01-03usb: return error code when platform_get_irq failsPan Bian1-1/+3
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2017-01-03xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-01-03usb: gadget: Fix copy/pasted error messageDavid Lechner1-1/+1
2017-01-03usb: dwc3: gadget: Fix full speed modeRoger Quadros2-7/+4
2017-01-02USB: serial: f81534: detect errors from f81534_logic_to_phy_port()Geert Uytterhoeven1-3/+5
2017-01-02usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Felix Hädicke1-1/+5
2017-01-02usb: dwc3: pci: add Intel Gemini Lake PCI IDHeikki Krogerus1-0/+2
2017-01-02usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enableMarek Szyprowski1-1/+1
2017-01-02usb: dwc3: pci: Add "linux,sysdev_is_parent" propertyJohn Youn1-10/+3
2017-01-02usb: dwc3: omap: fix race of pm runtime with irq handler in probeGrygorii Strashko1-2/+4
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern1-1/+0
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern1-3/+7
2017-01-02USB: gadgetfs: fix use-after-free bugAlan Stern1-0/+2
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern1-1/+1
2017-01-02usb: gadget: f_fs: Fix possibe deadlockBaolin Wang1-2/+6
2017-01-02usb: dwc3: skip interrupt when ep disabledJanusz Dziedzic1-3/+8
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman1-1/+2
2017-01-02USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern1-3/+3
2017-01-02usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier1-1/+1
2017-01-02usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier1-2/+2
2017-01-02usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak1-4/+8
2017-01-02usb: dwc3: pci: Fix dr_mode misspellingHans de Goede1-1/+1
2017-01-02usb: dwc3: core: avoid Overflow eventsFelipe Balbi1-3/+1
2017-01-02usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi1-4/+4