aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_fs.c
AgeCommit message (Expand)Author
2022-01-05usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier
2021-07-20usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng
2021-05-22usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2020-12-29usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham
2020-12-11usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam
2020-05-02usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami
2020-04-24usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki
2020-03-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen
2019-07-31usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz
2019-04-05usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz
2018-12-13Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...Shen Jing
2018-08-24usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier
2018-07-28usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang
2018-05-25usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen
2018-05-25usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen
2018-03-19usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong
2018-02-28usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham
2018-02-28usb: gadget: f_fs: Process all descriptors during bindJack Pham
2018-02-03usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar
2017-12-17usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier
2017-12-14usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping
2017-11-21usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov
2017-09-28usb: gadget: ffs: handle I/O completion in-orderJohn Keeping
2017-08-15usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-02usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang
2017-06-02usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang
2017-05-16usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-04-11usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz
2017-03-17drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova
2017-03-06Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic
2017-03-06usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-25usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier
2017-01-24usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier
2017-01-24usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-12usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier
2017-01-02usb: gadget: f_fs: Fix possibe deadlockBaolin Wang
2017-01-02usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier
2017-01-02usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman