aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-05-16usbip: usbip_host: fix bad unlock balance during stub_probe()Gravatar Shuah Khan (Samsung OSG) 1-1/+2
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsGravatar Shuah Khan (Samsung OSG) 3-15/+60
2018-05-15usbip: usbip_host: run rebind from exit when module is removedGravatar Shuah Khan (Samsung OSG) 2-14/+52
2018-05-15usbip: usbip_host: delete device from busid_table after rebindGravatar Shuah Khan (Samsung OSG) 1-0/+6
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulGravatar Shuah Khan 1-2/+2
2018-05-14usb: musb: fix remote wakeup racing with suspendGravatar Daniel Glöckner 3-13/+24
2018-05-14xhci: Fix USB3 NULL pointer dereference at logical disconnect.Gravatar Mathias Nyman 1-1/+1
2018-05-04Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 2-34/+40
2018-05-04Revert "usb: host: ehci: Use dma_pool_zalloc()"Gravatar Greg Kroah-Hartman 2-3/+6
2018-05-03usb: typec: tps6598x: handle block reads separately with plain-I2C adaptersGravatar Heikki Krogerus 1-8/+39
2018-05-03usb: typec: tcpm: Release the role mux when exitingGravatar Heikki Krogerus 1-0/+1
2018-05-03USB: Accept bulk endpoints with 1024-byte maxpacketGravatar Alan Stern 1-1/+3
2018-05-03xhci: Fix use-after-free in xhci_free_virt_deviceGravatar Mathias Nyman 1-0/+1
2018-05-02USB: serial: visor: handle potential invalid device configurationGravatar Greg Kroah-Hartman 1-34/+35
2018-05-02USB: serial: option: adding support for ublox R410MGravatar SZ Lin (林上智) 1-0/+5
2018-04-30usb: musb: trace: fix NULL pointer dereference in musb_g_tx()Gravatar Bin Liu 1-1/+2
2018-04-30usb: musb: host: fix potential NULL pointer dereferenceGravatar Bin Liu 1-1/+3
2018-04-30Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 6-9/+37
2018-04-26Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 4-1/+11
2018-04-25usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueGravatar Mayank Rana 1-1/+1
2018-04-25usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticGravatar Wei Yongjun 1-1/+1
2018-04-25usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Gravatar Wei Yongjun 1-1/+3
2018-04-25usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Gravatar Artur Petrosyan 2-0/+23
2018-04-25usb: dwc2: dwc2_vbus_supply_init: fix error checkGravatar Tomeu Vizoso 1-5/+8
2018-04-25usb: gadget: f_phonet: fix pn_net_xmit()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2018-04-23USB: musb: dsps: drop duplicate phy initialisationGravatar Johan Hovold 1-2/+0
2018-04-23USB: musb: host: prevent core phy initialisationGravatar Johan Hovold 1-0/+1
2018-04-23usb: core: phy: add the SPDX-License-Identifier and include guardGravatar Martin Blumenstingl 1-0/+12
2018-04-22xhci: Fix Kernel oops in xhci dbgttyGravatar Zhengjun Xing 1-3/+5
2018-04-22usb: select USB_COMMON for usb role switch configGravatar Arnd Bergmann 1-0/+1
2018-04-22usb: core: phy: add missing forward declaration for "struct device"Gravatar Martin Blumenstingl 1-0/+1
2018-04-22usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledGravatar Martin Blumenstingl 1-0/+3
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedGravatar Martin Blumenstingl 3-3/+45
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Gravatar Martin Blumenstingl 3-30/+37
2018-04-22usb: core: phy: fix return value of usb_phy_roothub_exit()Gravatar Martin Blumenstingl 1-1/+1
2018-04-22usb: typec: ucsi: Increase command completion timeout valueGravatar Heikki Krogerus 1-1/+1
2018-04-22Revert "xhci: plat: Register shutdown for xhci_plat"Gravatar Greg Kroah-Hartman 1-1/+0
2018-04-22usb: core: Add quirk for HP v222w 16GB MiniGravatar Kamil Lulko 1-0/+3
2018-04-22usb: typec: ucsi: fix tracepoint related build errorGravatar Tobias Regnery 1-1/+1
2018-04-22usbip: usbip_event: fix to not print kernel pointer addressGravatar Shuah Khan 1-4/+0
2018-04-22usbip: usbip_host: fix to hold parent lock for device_attach() callsGravatar Shuah Khan 1-0/+5
2018-04-22usbip: vhci_hcd: Fix usb device and sockfd leaksGravatar Shuah Khan 1-1/+1
2018-04-22usbip: vhci_hcd: check rhport before using in vhci_hub_control()Gravatar Shuah Khan 1-0/+13
2018-04-22USB: Increment wakeup count on remote wakeup.Gravatar Ravi Chandra Sadineni 2-1/+10
2018-04-20usb: host: xhci-plat: Fix clock resource by adding a register clockGravatar Gregory CLEMENT 2-5/+23
2018-04-20usb: host: xhci-plat: Remove useless test before clk_disable_unprepareGravatar Gregory CLEMENT 1-4/+2
2018-04-20xhci: Fix USB ports for Dell Inspiron 5775Gravatar Kai-Heng Feng 1-1/+4
2018-04-16USB: serial: ftdi_sio: use jtag quirk for Arrow USB BlasterGravatar Vasyl Vavrychuk 1-1/+2
2018-04-16USB: serial: cp210x: add ID for NI USB serial consoleGravatar Kyle Roeschley 1-0/+1
2018-04-16USB: serial: simple: add libtransistor consoleGravatar Collin May 2-0/+8