summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2020-10-29usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti
2020-10-29usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti
2020-10-07USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue
2020-09-03USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile
2020-09-03usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET
2020-08-19usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol
2020-07-22usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang
2020-04-29usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami
2020-04-17usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki
2020-03-12usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov
2020-03-12usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen
2020-02-11usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu
2019-12-13usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-09-18vfs: Convert functionfs to use the new mount APIDavid Howells
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2019-07-03USB: gadget: function: fix issue Unneeded variable: "value"Hariprasad Kelam
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-06-20usb: Replace snprintf with scnprintf in gether_get_ifnameDaniel M German
2019-06-18usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu
2019-06-18usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz
2019-06-18usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall
2019-06-18usb: gadget: f_fs: data_len used before properly setFei Yang
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard
2019-05-03usb: gadget: f_fs: don't free buffer prematurelyFei Yang
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz
2019-02-11usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz
2019-02-07usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun
2019-02-07usb: gadget: fix various indentation issuesColin Ian King
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2019-01-28usb: gadget: uvc: add uvcg_warn macroPaul Elder
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław
2019-01-28usb: gadget: Remove dead branch codeYueHaibing
2019-01-14usb: gadget: Potential NULL dereference on allocation errorDan Carpenter
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds