summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2019-07-14usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan1-2/+4
2019-07-14usb: gadget: f_fs: data_len used before properly setFei Yang1-1/+2
2019-07-10usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni1-2/+1
2019-07-10usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao1-0/+5
2019-05-31usb: gadget: f_fs: don't free buffer prematurelyFei Yang1-1/+2
2019-04-19USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern1-4/+15
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov1-3/+3
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-03-20usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener1-2/+2
2019-03-20usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener1-3/+1
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+0
2019-03-10Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman32-107/+116
2019-02-11fotg210-udc: pass struct device to DMA API functionsChristoph Hellwig1-3/+4
2019-02-11fotg210-udc: remove a bogus dma_sync_single_for_device callChristoph Hellwig1-4/+0
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz19-19/+19
2019-02-11usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz1-0/+1
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2019-02-07usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz1-0/+11
2019-02-07usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()Andrzej Pietrasiewicz1-17/+24
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun1-0/+2
2019-02-07usb: gadget: fix various indentation issuesColin Ian King5-28/+28
2019-02-06udc: net2280: Fix net2280_disableGuido Kiener1-2/+2
2019-02-06USB: gadget: Improve kerneldoc for usb_ep_dequeue()Alan Stern1-4/+4
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2019-02-02PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-01-28usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2019-01-28usb: gadget: udc: renesas_usb3: add support for r8a774c0Fabrizio Castro1-0/+4
2019-01-28usb: gadget: uvc: add uvcg_warn macroPaul Elder1-0/+2
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław1-21/+14
2019-01-28usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-28usb: gadget: aspeed: fix typoMatteo Croce1-1/+1
2019-01-28usb: gadget: Remove dead branch codeYueHaibing1-8/+0
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman4-0/+5
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman1-7/+6
2019-01-14usb: gadget: Potential NULL dereference on allocation errorDan Carpenter1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+6
2019-01-07usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+3
2018-12-29Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-37/+123
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+1
2018-12-14net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-1/+1
2018-12-12Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman5-36/+122
2018-12-07USB: gadget: udc: s3c2410_udc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+2
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman2-62/+37
2018-11-29scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-29scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-11-28usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski1-5/+6
2018-11-26USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen1-0/+1