summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
* usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
* usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
* USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-302-4/+7
* USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
* USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-10-291-0/+11
* UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
* usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern2019-10-281-10/+0
* usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
* usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
* usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
* xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
* USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1
* USB: ldusb: use unsigned size format specifiersJohan Hovold2019-10-281-3/+4
* USB: ldusb: fix ring-buffer lockingJohan Hovold2019-10-281-2/+2
* USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
* usb: cdns3: gadget: Don't manage pullupsRoger Quadros2019-10-271-4/+0
* usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu2019-10-271-2/+1
* usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-271-5/+105
* usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost2019-10-271-1/+1
* usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru2019-10-271-0/+4
* usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan2019-10-271-2/+4
* usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)2019-10-271-1/+1
* usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_std_set_device()Yoshihiro Shimoda2019-10-271-1/+1
* usb: gadget: udc: renesas_usb3: Fix __le16 warningsYoshihiro Shimoda2019-10-271-5/+6
* usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)2019-10-271-6/+6
* usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)2019-10-272-1/+1
* usb: mtu3: fix missing include of mtu3_dr.hBen Dooks (Codethink)2019-10-271-0/+1
* usb: fsl: Check memory resource before releasing itNikhil Badola2019-10-271-1/+1
* usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann2019-10-271-0/+1
* usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
* USB: ldusb: fix read info leaksJohan Hovold2019-10-181-7/+11
* Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-181-8/+4
|\
| * USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold2019-10-161-2/+2
| * USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold2019-10-161-7/+3
* | USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-151-1/+3
* | usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva2019-10-151-3/+3
* | usb: cdns3: Fix dequeue implementation.Pawel Laszczak2019-10-151-15/+20
* | USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter2019-10-151-1/+1
* | USB: legousbtower: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
* | USB: ldusb: fix memleak on disconnectJohan Hovold2019-10-151-4/+1
|/
* USB: yurex: fix NULL-derefs on disconnectJohan Hovold2019-10-101-4/+7
* USB: iowarrior: use pr_err()Johan Hovold2019-10-101-1/+1
* USB: iowarrior: drop redundant iowarrior mutexJohan Hovold2019-10-101-12/+1
* USB: iowarrior: drop redundant disconnect mutexJohan Hovold2019-10-101-15/+2
* USB: iowarrior: fix use-after-free after driver unbindJohan Hovold2019-10-101-0/+6
* USB: iowarrior: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2
* USB: iowarrior: fix use-after-free on disconnectJohan Hovold2019-10-101-4/+3
* USB: chaoskey: fix use-after-free on releaseJohan Hovold2019-10-101-2/+3
* USB: adutux: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2