summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang2018-05-151-0/+11
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-231-1/+5
|\
| * usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen2018-03-131-1/+1
| * usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen2018-03-131-0/+4
* | usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong2018-03-051-1/+0
|/
* usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-121-31/+7
* usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-121-4/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-4/+8
|\
| * usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar2018-01-091-1/+2
| * usb: gadget: ffs: Make sparse happierVincent Pelletier2017-12-111-3/+6
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping2017-11-281-2/+11
* | usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier2017-11-271-1/+1
|/
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-1/+1
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-1/+1
* | usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov2017-11-091-0/+1
* | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-281-4/+13
* usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang2017-08-151-4/+3
* Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-47/+63
|\
| * usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang2017-06-021-9/+10
| * usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang2017-06-021-39/+54
* | usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu2017-05-161-5/+5
|/
* Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-111-59/+13
|\
| * usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2017-04-111-59/+13
* | drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova2017-03-171-4/+4
|/
* Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic2017-03-061-1/+1
* usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-061-2/+13
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-2/+2
|\
| * Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-1/+12
| |\
| * \ Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-2/+2
| |\ \
| | * | usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier2017-01-241-1/+1
| | * | usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier2017-01-241-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
| | |/ | |/|
* | | usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier2017-01-251-1/+12
| |/ |/|
* | usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier2017-01-121-6/+6
|/
* usb: gadget: f_fs: Fix possibe deadlockBaolin Wang2017-01-021-2/+6
* usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier2017-01-021-1/+1
* usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier2017-01-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* | Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-4/+4
|\|
| * usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke2016-11-181-4/+4
* | usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner2016-11-031-1/+1
|/
* usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93