summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2017-11-02usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov
2017-06-20ACM gadget: fix endianness in notificationsOliver Neukum
2017-06-20usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi
2017-06-20usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi
2017-06-20USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-06-20USB: gadgetfs: fix use-after-free bugAlan Stern
2017-06-20USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-06-20usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2017-06-08USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern
2017-06-08usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak
2017-02-06usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi
2017-02-06usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi
2017-02-06usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter
2015-06-05usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak
2015-05-13usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz
2015-05-06usb: gadget: composite: enable BESL supportFelipe Balbi
2014-11-14usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi
2014-11-14usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi
2014-07-09usb: gadget: f_fs: fix NULL pointer dereference when there are no stringsMichal Nazarewicz
2014-06-30usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle
2014-06-07usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot
2014-05-06usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros
2014-05-06usb: gadget: tcm_usb_gadget: stop format stringsKees Cook
2014-03-06usb: gadget: bcm63xx_udc: fix build failure on DMA channel codeFlorian Fainelli
2013-12-20usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik
2013-10-05USB: Fix breakage in ffs_fs_mount()Al Viro
2013-10-01usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern
2013-09-26usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart
2013-09-07usb: acm gadget: Null termintate strings tableGraham Williams
2013-08-04usb: gadget: udc-core: fix the typo of udc state attributeRong Wang
2013-07-21usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi
2013-05-15usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle
2013-05-15usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_reque...Jingoo Han
2013-05-15usb: gadget: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-15usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun
2013-05-15usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun
2013-05-15usb: gadget: fusb300_udc: fix error return code in fusb300_probe()Wei Yongjun
2013-05-15usb: gadget: m66592-udc: fix error return code in m66592_probe()Wei Yongjun
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun
2013-05-15usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun
2013-05-15usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: imx_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-15Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day
2013-05-15usb: gadget: zero: fix error return code in zero_bind()Wei Yongjun
2013-05-07aio: use cancellation list lazilyKent Overstreet