summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam2020-12-041-2/+4
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-11-201-3/+7
* Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2020-10-037-48/+39
|\
| * usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang2020-10-021-4/+4
| * usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti2020-10-021-1/+1
| * usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda2020-10-021-0/+1
| * usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti2020-10-021-1/+1
| * usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Lorenzo Colitti2020-10-021-1/+1
| * usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti2020-10-021-2/+4
| * usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak2020-10-021-6/+6
| * USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue2020-10-021-28/+2
| * usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang2020-10-021-2/+14
| * usb: gadget: f_acm: don't disable disabled EPMichał Mirosław2020-10-021-3/+5
* | Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-313-16/+73
|\|
| * Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-302-15/+73
| |\
| | * USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile2020-08-251-12/+69
| | * usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET2020-08-171-3/+4
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+0
| |/
* / usb/gadget: f_midi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
|/
* usb: gadget: function: printer: Interface is disabled and returns errorZqiang2020-07-241-0/+36
* usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol2020-07-241-5/+2
* Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-201-0/+2
|\
| * usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang2020-07-091-0/+2
* | usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-109-15/+15
* | usb: gadget: function: u_uac1_legacy: Demote obvious misuse of kerneldoc to s...Lee Jones2020-07-091-7/+7
* | usb: gadget: function: f_fs: Demote function header which is clearly not kern...Lee Jones2020-07-091-1/+1
* | usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make...Lee Jones2020-07-091-2/+2
* | usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones2020-07-091-1/+1
* | usb: gadget: u_serial.h: increase MAX_U_SERIAL_PORTS to 8Macpaul Lin2020-06-181-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-2/+4
|\
| * scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-101-2/+4
* | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-111-4/+0
* | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-111-2/+2
* | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-111-1/+1
* | Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-0733-101/+131
|\ \
| * | usb: gadget: f_tcm: Inform last stream requestThinh Nguyen2020-05-251-0/+3
| * | usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King2020-05-251-2/+0
| * | usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier2020-05-251-0/+16
| * | usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier2020-05-251-0/+16
| * | usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier2020-05-252-8/+51
| * | usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik2020-05-254-65/+19
| * | usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()Jason Yan2020-05-251-1/+1
| * | USB: gadget: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-0525-25/+25
* | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-021-6/+0
|\ \ \ | |/ / |/| |
| * | usb: get rid of pointless access_ok() callsAl Viro2020-05-291-6/+0
| |/
* / usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami2020-04-161-0/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-032-5/+1
|\
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-172-5/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-1/+1
|\ \
| * | completion: Use simple wait queuesThomas Gleixner2020-03-211-1/+1