index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
usbip: usbip_host: fix bad unlock balance during stub_probe()
Shuah Khan (Samsung OSG)
1
-1
/
+2
2018-05-15
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
Shuah Khan (Samsung OSG)
3
-15
/
+60
2018-05-15
usbip: usbip_host: run rebind from exit when module is removed
Shuah Khan (Samsung OSG)
2
-14
/
+52
2018-05-15
usbip: usbip_host: delete device from busid_table after rebind
Shuah Khan (Samsung OSG)
1
-0
/
+6
2018-05-15
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
Shuah Khan
1
-2
/
+2
2018-05-14
usb: musb: fix remote wakeup racing with suspend
Daniel Glöckner
3
-13
/
+24
2018-05-14
xhci: Fix USB3 NULL pointer dereference at logical disconnect.
Mathias Nyman
1
-1
/
+1
2018-05-05
Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-34
/
+40
2018-05-05
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Greg Kroah-Hartman
2
-3
/
+6
2018-05-03
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
Heikki Krogerus
1
-8
/
+39
2018-05-03
usb: typec: tcpm: Release the role mux when exiting
Heikki Krogerus
1
-0
/
+1
2018-05-03
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
1
-1
/
+3
2018-05-03
xhci: Fix use-after-free in xhci_free_virt_device
Mathias Nyman
1
-0
/
+1
2018-05-02
USB: serial: visor: handle potential invalid device configuration
Greg Kroah-Hartman
1
-34
/
+35
2018-05-02
USB: serial: option: adding support for ublox R410M
SZ Lin (林上智)
1
-0
/
+5
2018-04-30
usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
Bin Liu
1
-1
/
+2
2018-04-30
usb: musb: host: fix potential NULL pointer dereference
Bin Liu
1
-1
/
+3
2018-04-30
Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
6
-9
/
+37
2018-04-26
Merge tag 'usb-serial-4.17-rc3' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
4
-1
/
+11
2018-04-25
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
Mayank Rana
1
-1
/
+1
2018-04-25
usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static
Wei Yongjun
1
-1
/
+1
2018-04-25
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
Wei Yongjun
1
-1
/
+3
2018-04-25
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.
Artur Petrosyan
2
-0
/
+23
2018-04-25
usb: dwc2: dwc2_vbus_supply_init: fix error check
Tomeu Vizoso
1
-5
/
+8
2018-04-25
usb: gadget: f_phonet: fix pn_net_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-04-23
USB: musb: dsps: drop duplicate phy initialisation
Johan Hovold
1
-2
/
+0
2018-04-23
USB: musb: host: prevent core phy initialisation
Johan Hovold
1
-0
/
+1
2018-04-23
usb: core: phy: add the SPDX-License-Identifier and include guard
Martin Blumenstingl
1
-0
/
+12
2018-04-22
xhci: Fix Kernel oops in xhci dbgtty
Zhengjun Xing
1
-3
/
+5
2018-04-22
usb: select USB_COMMON for usb role switch config
Arnd Bergmann
1
-0
/
+1
2018-04-22
usb: core: phy: add missing forward declaration for "struct device"
Martin Blumenstingl
1
-0
/
+1
2018-04-22
usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabled
Martin Blumenstingl
1
-0
/
+3
2018-04-22
usb: core: use phy_exit during suspend if wake up is not supported
Martin Blumenstingl
3
-3
/
+45
2018-04-22
usb: core: split usb_phy_roothub_{init,alloc}
Martin Blumenstingl
3
-30
/
+37
2018-04-22
usb: core: phy: fix return value of usb_phy_roothub_exit()
Martin Blumenstingl
1
-1
/
+1
2018-04-22
usb: typec: ucsi: Increase command completion timeout value
Heikki Krogerus
1
-1
/
+1
2018-04-22
Revert "xhci: plat: Register shutdown for xhci_plat"
Greg Kroah-Hartman
1
-1
/
+0
2018-04-22
usb: core: Add quirk for HP v222w 16GB Mini
Kamil Lulko
1
-0
/
+3
2018-04-22
usb: typec: ucsi: fix tracepoint related build error
Tobias Regnery
1
-1
/
+1
2018-04-22
usbip: usbip_event: fix to not print kernel pointer address
Shuah Khan
1
-4
/
+0
2018-04-22
usbip: usbip_host: fix to hold parent lock for device_attach() calls
Shuah Khan
1
-0
/
+5
2018-04-22
usbip: vhci_hcd: Fix usb device and sockfd leaks
Shuah Khan
1
-1
/
+1
2018-04-22
usbip: vhci_hcd: check rhport before using in vhci_hub_control()
Shuah Khan
1
-0
/
+13
2018-04-22
USB: Increment wakeup count on remote wakeup.
Ravi Chandra Sadineni
2
-1
/
+10
2018-04-20
usb: host: xhci-plat: Fix clock resource by adding a register clock
Gregory CLEMENT
2
-5
/
+23
2018-04-20
usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-4
/
+2
2018-04-20
xhci: Fix USB ports for Dell Inspiron 5775
Kai-Heng Feng
1
-1
/
+4
2018-04-16
USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
Vasyl Vavrychuk
1
-1
/
+2
2018-04-16
USB: serial: cp210x: add ID for NI USB serial console
Kyle Roeschley
1
-0
/
+1
2018-04-16
USB: serial: simple: add libtransistor console
Collin May
2
-0
/
+8
[next]