summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2021-03-17usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2021-03-17usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-17USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-03-04usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14
2021-01-12usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani1-4/+5
2021-01-12usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang1-0/+1
2021-01-12usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet1-14/+55
2020-12-30USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker1-1/+3
2020-12-30usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham1-1/+4
2020-12-30USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker1-0/+6
2020-12-30USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho1-1/+1
2020-12-11usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam1-2/+4
2020-12-02usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong1-3/+7
2020-10-29usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti1-1/+1
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti1-1/+1
2020-10-29usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti1-2/+4
2020-10-07USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue1-28/+2
2020-09-03USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile1-12/+69
2020-09-03usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-08-19usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol1-5/+2
2020-07-22usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang1-0/+2
2020-04-29usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-04-17usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-03-12usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-03-12usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-02-11usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+12
2020-02-11usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue1-4/+13
2020-02-11usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen1-0/+2
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu2-1/+6
2019-12-13usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-09-19vfs: Convert functionfs to use the new mount APIDavid Howells1-113/+120
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-07-12Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-12/+16
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman2-16/+6
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-2/+1
2019-07-03USB: gadget: function: fix issue Unneeded variable: "value"Hariprasad Kelam1-2/+1
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman5-15/+30
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-06-20usb: Replace snprintf with scnprintf in gether_get_ifnameDaniel M German1-2/+2
2019-06-18usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan1-2/+4
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu2-6/+16
2019-06-18usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz1-2/+4
2019-06-18usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall1-2/+2
2019-06-18usb: gadget: f_fs: data_len used before properly setFei Yang1-1/+2
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil2-4/+1
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky1-3/+3
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard2-3/+47
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard1-7/+3
2019-05-03usb: gadget: f_fs: don't free buffer prematurelyFei Yang1-1/+2