summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2017-03-06usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2017-03-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-03-02USB: gadgetfs: fix use-after-free bugAlan Stern
2017-03-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-03-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2017-03-02USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern
2017-03-02usb: gadget: composite: Test get_alt() presence instead of set_alt()Krzysztof Opasiak
2017-01-12usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi
2016-11-01usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi
2016-07-10usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen
2016-07-10usb: gadget: fix spinlock dead lock in gadgetfsBin Liu
2016-06-03usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz
2016-06-03usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak
2016-06-03usb: gadget: mass_storage: Fix freeing luns sysfs implementationKrzysztof Opasiak
2016-06-03usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak
2016-05-10usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen
2016-01-22usb: gadget: pxa27x: fix suspend callbackFelipe Balbi
2015-12-09usb: gadget: atmel_usba_udc: Expose correct device speedDouglas Gilbert
2015-09-21usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen
2015-09-21usb: gadget: m66592-udc: forever loop in set_feature()Dan Carpenter
2015-08-16usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen
2015-08-16usb: udc: core: add device_del() call to error pathwayAlan Stern
2015-08-03usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz
2015-08-03usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov
2015-08-03usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva
2015-08-03usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I
2015-07-10usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak
2015-05-26usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak
2015-05-26usb: s3c2410_udc: correct reversed pullup logicSergiy Kibrik
2015-05-14usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann
2015-04-27usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller
2015-04-27usb: gadget: hid: Fix static variable usageKrzysztof Opasiak
2015-04-27usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak
2015-04-27usb: gadget: xilinx: fix devm_ioremap_resource() checkVladimir Zapolskiy
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-04-03dummy_hcd: use USB_DT[_SS]_HUBSergei Shtylyov
2015-04-02[media] gadget/uvc: embed video_deviceHans Verkuil
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig