aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)Author
2021-11-26usb: gadget: hid: fix error code in do_config()Dan Carpenter
2021-07-20usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang
2021-02-10USB: gadget: legacy: fix an error code in eth_bind()Dan Carpenter
2021-01-12USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang
2020-12-02usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET
2020-02-14usb: gadget: legacy: set max_speed to super-speedRoger Quadros
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern
2017-09-22USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern
2017-09-22USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern
2017-06-13usb: gadget: mass_storage: set msg_registered after msg registeredLi Jun
2017-06-09USB: gadget: fix GPF in gadgetfsAlan Stern
2017-03-17drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova
2017-03-17drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern
2017-01-02USB: gadgetfs: fix use-after-free bugAlan Stern
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-25usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello
2016-08-11usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz
2016-05-31usb: gadget: fix spinlock dead lock in gadgetfsBin Liu
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski
2016-02-23usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski
2016-02-15treewide: Fix typo in printkMasanari Iida