summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti1-2/+2
2022-01-05usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier1-3/+6
2021-05-22usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson1-1/+2
2020-12-29usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham1-1/+4
2020-12-11usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam1-2/+4
2020-05-02usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-04-24usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-03-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2019-08-04usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz1-2/+4
2019-04-05usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz1-0/+1
2018-07-28usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-05-25usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2018-05-25usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2018-03-18usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong1-1/+0
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-03usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2017-12-16usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2017-12-14usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2017-12-10usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier1-1/+1
2017-11-21usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov1-0/+1
2017-07-05usb: gadget: f_fs: Fix possibe deadlockBaolin Wang1-2/+6
2017-06-29usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu1-5/+5
2017-03-18usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi1-2/+13
2017-02-09usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier1-1/+12
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke1-4/+4
2016-10-17usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz1-16/+93
2016-10-17usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz1-3/+3
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-09-08usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter1-0/+5
2016-08-25usb: gadget: f_fs: handle control requests in config 0Felix Hädicke1-2/+3
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke1-2/+7
2016-08-25usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke1-4/+30
2016-06-29usb: gadget: f_fs: check for allocation failureDan Carpenter1-0/+2
2016-06-21usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz1-21/+109
2016-06-21usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz1-15/+46
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz1-2/+1
2016-05-31usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin1-8/+10
2016-05-31usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin1-1/+1
2016-05-31usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter1-6/+4
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-1/+1
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen1-3/+2
2016-04-19usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin1-3/+9
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz1-69/+58
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz1-16/+8
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz1-1/+3
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz1-1/+1
2015-11-19usb: gadget: functionfs: fix missing access_ok checksDaniel Walter1-3/+3