summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman-3/+7
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva-1/+4
2020-11-20usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong-3/+7
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-48/+39
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang-4/+4
2020-10-02usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti-1/+1
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda-0/+1
2020-10-02usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti-1/+1
2020-10-02usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Lorenzo Colitti-1/+1
2020-10-02usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti-2/+4
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak-6/+6
2020-10-02USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue-28/+2
2020-10-02usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang-2/+14
2020-10-02usb: gadget: f_acm: don't disable disabled EPMichał Mirosław-3/+5
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman-16/+73
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-15/+73
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile-12/+69
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-08-18usb/gadget: f_midi: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET-3/+4
2020-07-24usb: gadget: function: printer: Interface is disabled and returns errorZqiang-0/+36
2020-07-24usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol-5/+2
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman-0/+2
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva-15/+15
2020-07-09usb: gadget: function: u_uac1_legacy: Demote obvious misuse of kerneldoc to s...Lee Jones-7/+7
2020-07-09usb: gadget: function: f_fs: Demote function header which is clearly not kern...Lee Jones-1/+1
2020-07-09usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make...Lee Jones-2/+2
2020-07-09usb: gadget: function: u_serial: Repair misdocumented function argumentLee Jones-1/+1
2020-07-09usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang-0/+2
2020-06-18usb: gadget: u_serial.h: increase MAX_U_SERIAL_PORTS to 8Macpaul Lin-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+4
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig-4/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig-1/+1
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam-2/+4
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-101/+131
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro-6/+0
2020-05-25usb: gadget: f_tcm: Inform last stream requestThinh Nguyen-0/+3
2020-05-25usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King-2/+0
2020-05-25usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier-0/+16
2020-05-25usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier-0/+16
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier-8/+51
2020-05-25usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik-65/+19
2020-05-25usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()Jason Yan-1/+1
2020-05-05USB: gadget: Use the correct style for SPDX License IdentifierNishad Kamdar-25/+25
2020-04-16usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami-0/+4
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2