summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai-946/+622
2019-11-09usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai-1/+1
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi-0/+6
2019-10-30usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros-5/+26
2019-10-30usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar-0/+2
2019-10-30USB: serial: whiteheat: fix line-speed endiannessJohan Hovold-4/+7
2019-10-30USB: serial: whiteheat: fix potential slab corruptionJohan Hovold-0/+4
2019-10-29USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern-0/+11
2019-10-28UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern-20/+0
2019-10-28usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern-10/+0
2019-10-28usbip: Fix free of unallocated memory in vhci txSuwan Kim-0/+3
2019-10-28usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)-12/+12
2019-10-28usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland-0/+2
2019-10-28xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman-9/+45
2019-10-28USB: ldusb: fix control-message timeoutJohan Hovold-1/+1
2019-10-28USB: ldusb: use unsigned size format specifiersJohan Hovold-3/+4
2019-10-28USB: ldusb: fix ring-buffer lockingJohan Hovold-2/+2
2019-10-28USB: Skip endpoints with 0 maxpacket lengthAlan Stern-0/+5
2019-10-27usb: cdns3: gadget: Don't manage pullupsRoger Quadros-4/+0
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu-2/+1
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen-5/+105
2019-10-27usb: dwc3: pci: prevent memory leak in dwc3_pci_probeNavid Emamdoost-1/+1
2019-10-27usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru-0/+4
2019-10-27usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan-2/+4
2019-10-27usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)-1/+1
2019-10-27usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_std_set_device()Yoshihiro Shimoda-1/+1
2019-10-27usb: gadget: udc: renesas_usb3: Fix __le16 warningsYoshihiro Shimoda-5/+6
2019-10-27usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)-6/+6
2019-10-27usb: cdns3: include host-export,h for cdns3_host_initBen Dooks (Codethink)-1/+1
2019-10-27usb: mtu3: fix missing include of mtu3_dr.hBen Dooks (Codethink)-0/+1
2019-10-27usb: fsl: Check memory resource before releasing itNikhil Badola-1/+1
2019-10-27usb: dwc3: select CONFIG_REGMAP_MMIOArnd Bergmann-0/+1
2019-10-18usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros-1/+3
2019-10-18USB: ldusb: fix read info leaksJohan Hovold-7/+11
2019-10-18Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-8/+4
2019-10-16USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold-2/+2
2019-10-16USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold-7/+3
2019-10-15USB: usblp: fix use-after-free on disconnectJohan Hovold-1/+3
2019-10-15usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva-3/+3
2019-10-15usb: cdns3: Fix dequeue implementation.Pawel Laszczak-15/+20
2019-10-15USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter-1/+1
2019-10-15USB: legousbtower: fix memleak on disconnectJohan Hovold-4/+1
2019-10-15USB: ldusb: fix memleak on disconnectJohan Hovold-4/+1
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold-4/+7
2019-10-10USB: iowarrior: use pr_err()Johan Hovold-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold-4/+3