summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2018-11-10usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-20usb: gadget: serial: fix oops when data rx'd after closeStephen Warren1-1/+1
2018-09-05usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-07-28usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-05-30usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2018-05-30usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2018-05-30usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2018-04-08usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak1-4/+20
2018-04-08usb: gadget: define free_ep_req as universal functionFelipe F. Tonello3-13/+0
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-16usb: gadget: uvc: Missing files for configfs interfacePetr Cvek1-8/+8
2018-02-03usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2017-12-25usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros1-0/+8
2017-12-16usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2017-10-12USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2-34/+7
2017-08-07usb: gadget: Fix copy/pasted error messageDavid Lechner1-1/+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-06-14usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen1-2/+11
2017-05-03usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello1-1/+3
2017-03-30usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros1-1/+1
2017-03-30ACM gadget: fix endianness in notificationsOliver Neukum1-1/+3
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
2017-01-12usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi1-1/+1
2017-01-12Revert "usb: gadget: composite: always set ep->mult to a sensible value"Greg Kroah-Hartman1-1/+1
2017-01-06usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi1-1/+1
2017-01-06usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-11-18usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi1-8/+0
2016-11-10usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi1-2/+3
2016-08-20usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter1-6/+4
2016-08-20usb: gadget: avoid exposing kernel stackHeinrich Schuchardt1-0/+1
2016-06-01usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2-23/+15
2016-06-01usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen1-1/+1
2016-05-05usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen1-3/+2
2015-12-08usb: gadget: uvc: fix permissions of configfs attributesMian Yousaf Kaukab1-1/+1
2015-11-19usb: gadget: f_midi: fix leak on failed to enqueue out requestsFelipe F. Tonello1-0/+1
2015-11-19usb: gadget: f_midi: Transmit data only when IN ep is enabledFelipe F. Tonello1-1/+1
2015-11-19usb: gadget: functionfs: fix missing access_ok checksDaniel Walter1-3/+3
2015-11-17usb: gadget: f_loopback: fix the warning during the enumerationPeter Chen1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds19-615/+360
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-3/+1
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-15/+17
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+4
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-18usb: gadget: gserial: Privatize close_waitPeter Hurley1-2/+4
2015-10-15usb: gadget: loopback: Fix looping back logic implementationKrzysztof Opasiak1-39/+92
2015-10-15usb: gadget: loopback: fix: Don't share qlen and buflen between instancesKrzysztof Opasiak1-11/+13
2015-10-14usb: gadget: f_sourcesink: fix function params handlingRobert Baldyga1-58/+62