aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern1-23/+3
2017-09-22USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern1-5/+36
2017-09-22USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern1-1/+4
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-1/+0
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman3-6/+72
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol2-13/+74
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol2-16/+16
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol1-0/+1
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern1-2/+3
2017-06-13usb: gadget: mass_storage: set msg_registered after msg registeredLi Jun1-2/+6
2017-06-09USB: gadget: fix GPF in gadgetfsAlan Stern1-1/+3
2017-03-17drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-03-17drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+3
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+1
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET1-1/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen1-0/+1
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak1-11/+17
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern1-1/+0
2017-01-02USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern1-3/+7
2017-01-02USB: gadgetfs: fix use-after-free bugAlan Stern1-0/+2
2017-01-02USB: gadgetfs: fix unbounded memory allocation bugAlan Stern1-1/+1
2017-01-02usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-25usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello1-1/+1
2016-08-11usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau1-1/+1
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet1-1/+1
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz1-9/+6
2016-05-31usb: gadget: fix spinlock dead lock in gadgetfsBin Liu1-4/+13
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz4-27/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski1-25/+3
2016-02-23usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski1-2/+5
2016-02-15treewide: Fix typo in printkMasanari Iida1-2/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-2249/+50
2015-12-20usb: gadget: tcm: convert to use new function registration interfaceAndrzej Pietrasiewicz2-10/+53
2015-12-20usb: gadget: f_tcm: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2015-12-20usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2-2260/+2
2015-12-20usb: gadget: tcm: simplify attribute store functionAndrzej Pietrasiewicz1-15/+7
2015-12-20usb: gadget: tcm: use strtobool for a boolean valueAndrzej Pietrasiewicz1-6/+4
2015-12-20usb: gadget: tcm: follow naming conventionsAndrzej Pietrasiewicz1-14/+14
2015-12-20usb: gadget: tcm: split string definitions into function and deviceAndrzej Pietrasiewicz2-6/+22
2015-12-20tcm_usb_gadget: Fix enabled attribute failureNicholas Bellinger1-3/+9
2015-12-20tcm_usb_gadget: Fix nexus leakNicholas Bellinger1-0/+3