- a78b713 scsi: target: core: Rename transport_init_se_cmd() by Mike Christie · 3 years, 11 months ago
- 79f06f0 usb: gadget: u_serial: Remove old tasklet comments by Davidlohr Bueso · 4 years ago
- d70f759 usb: gadget: u_audio: clean up locking by Jerome Brunet · 4 years ago
- 2986511 usb: gadget: u_audio: remove struct uac_req by Jerome Brunet · 4 years ago
- 25dbd75 usb: gadget: u_audio: factorize ssize to alsa fmt conversion by Jerome Brunet · 4 years ago
- 7de8681 usb: gadget: u_audio: Free requests only after callback by Jack Pham · 4 years ago
- 63d1521 usb: gadget: u_ether: support configuring interface names. by Lorenzo Colitti · 4 years ago
- 8653d71c usb/gadget: f_midi: Replace tasklet with work by Davidlohr Bueso · 4 years ago
- a66a7d4 Merge 5.11-rc3 into usb-next by Greg Kroah-Hartman · 4 years ago
- ed054e4 USB: gadget: f_printer: set a default q_len by Michael R Sweet · 4 years, 1 month ago
- 9b3bd89 usb: gadget: u_serial: use %*ph to print small buffer by Andy Shevchenko · 4 years, 1 month ago
- 9389044 usb: gadget: f_uac2: reset wMaxPacketSize by Jerome Brunet · 4 years, 1 month ago
- 0a88fa2 usb: gadget: u_ether: Fix MTU size mismatch with RX packet size by Manish Narani · 4 years, 2 months ago
- 2cc332e usb: gadget: function: printer: Fix a memory leak for interface descriptor by Zqiang · 4 years, 1 month ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 8704fd7 USB: gadget: f_fs: remove likely/unlikely by Greg Kroah-Hartman · 4 years, 2 months ago
- a353397 usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus by Jack Pham · 4 years, 3 months ago
- 457a902 USB: gadget: f_midi: setup SuperSpeed Plus descriptors by Will McVicker · 4 years, 2 months ago
- 3ee05c2 USB: gadget: f_acm: add support for SuperSpeed Plus by taehyun.cho · 4 years, 2 months ago
- b00f444 USB: gadget: f_rndis: fix bitrate for SuperSpeed and above by Will McVicker · 4 years, 2 months ago
- 93837812 Merge 5.10-rc7 into usb-next by Greg Kroah-Hartman · 4 years, 1 month ago
- a4b98a7 usb: gadget: f_fs: Use local copy of descriptors for userspace copy by Vamsi Krishna Samavedam · 4 years, 2 months ago
- 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 2 months ago
- ebad432 Merge 5.10-rc6 into usb-next by Greg Kroah-Hartman · 4 years, 2 months ago
- 93c747e usb: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 2 months ago
- e7694cb usb: gadget: f_midi: Fix memleak in f_midi_alloc by Zhang Qilong · 4 years, 2 months ago
- 21c949b Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 4 years, 4 months ago
- f0c4856 usb: gadget: uvc: Fix the wrong v4l2_device_unregister call by Zqiang · 4 years, 4 months ago
- 4eea21d usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well by Lorenzo Colitti · 4 years, 5 months ago
- d98ef43 usb: gadget: u_serial: clear suspended flag when disconnecting by Yoshihiro Shimoda · 4 years, 4 months ago
- 7974ecd usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets. by Lorenzo Colitti · 4 years, 5 months ago
- a176b1a usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15 by Lorenzo Colitti · 4 years, 5 months ago
- 986499b usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above. by Lorenzo Colitti · 4 years, 5 months ago
- 864bc7e usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speed by Pawel Laszczak · 4 years, 4 months ago
- 028296e USB: gadget: f_ncm: Fix NDP16 datagram validation by Bryan O'Donoghue · 4 years, 4 months ago
- e8d5f92 usb: gadget: function: printer: fix use-after-free in __lock_acquire by Zqiang · 4 years, 8 months ago
- e7a0ed3 usb: gadget: f_acm: don't disable disabled EP by Michał Mirosław · 4 years, 8 months ago
- 5fedf0d Merge 5.9-rc3 into usb-next by Greg Kroah-Hartman · 4 years, 5 months ago
- 6f0306d Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 5 months ago
- 2b74b0a0 USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb() by Brooke Basile · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 6148c10 usb/gadget: f_midi: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- 07c8434 usb: gadget: f_tcm: Fix some resource leaks in some error paths by Christophe JAILLET · 4 years, 5 months ago
- 7f2ca14 usb: gadget: function: printer: Interface is disabled and returns error by Zqiang · 4 years, 7 months ago
- a9cf871 usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength by Ruslan Bilovol · 4 years, 7 months ago
- eed3c95 Merge 5.8-rc6 into usb-next by Greg Kroah-Hartman · 4 years, 6 months ago
- a74005a usb: gadget: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- b612b0f usb: gadget: function: u_uac1_legacy: Demote obvious misuse of kerneldoc to standard comment blocks by Lee Jones · 4 years, 6 months ago
- 8f9a0e1 usb: gadget: function: f_fs: Demote function header which is clearly not kerneldoc by Lee Jones · 4 years, 6 months ago
- b1e4d55 usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make the mark by Lee Jones · 4 years, 6 months ago
- 1ba1f14 usb: gadget: function: u_serial: Repair misdocumented function argument by Lee Jones · 4 years, 7 months ago
- 8778eb0 usb: gadget: function: fix missing spinlock in f_uac1_legacy by Zhang Qiang · 4 years, 6 months ago
- 9ffcc30 usb: gadget: u_serial.h: increase MAX_U_SERIAL_PORTS to 8 by Macpaul Lin · 4 years, 7 months ago
- 3df83e1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
- 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
- f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
- 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
- a36840d scsi: target: Initialize LUN in transport_init_se_cmd() by Sudhakar Panneerselvam · 4 years, 7 months ago
- e611c0f Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 7 months ago
- e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
- fe6bb59 usb: get rid of pointless access_ok() calls by Al Viro · 4 years, 9 months ago
- 27b31b9 usb: gadget: f_tcm: Inform last stream request by Thinh Nguyen · 4 years, 9 months ago
- ded0d39 usb: gadget: function: remove redundant assignment to variable 'status' by Colin Ian King · 4 years, 9 months ago
- 3affccd usb: gadget: f_acm: add suspend resume callbacks by Fabrice Gasnier · 4 years, 9 months ago
- e702a7c usb: gadget: f_serial: add suspend resume callbacks by Fabrice Gasnier · 4 years, 9 months ago
- aba3a8d usb: gadget: u_serial: add suspend resume callbacks by Fabrice Gasnier · 4 years, 9 months ago
- 43cd002 usb: gadget: uvc_video: add worker to handle the frame pumping by Michael Grzeschik · 4 years, 9 months ago
- a54177d usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs() by Jason Yan · 4 years, 9 months ago
- 2e75973 USB: gadget: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 10 months ago
- 1c2e54f usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() by Udipto Goswami · 4 years, 10 months ago
- 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
- 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- db34c5f Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 10 months ago
- 063d194 Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 10 months ago
- f63ec55 usb: gadget: f_fs: Fix use after free issue as part of queue failure by Sriharsha Allenki · 4 years, 10 months ago
- a5c6234 completion: Use simple wait queues by Thomas Gleixner · 4 years, 10 months ago
- a7afff3 scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions by Bart Van Assche · 4 years, 10 months ago
- 0ceba55 media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEO by Hans Verkuil · 5 years ago
- 24e6aea4 Merge 5.6-rc3 into usb-next by Greg Kroah-Hartman · 5 years ago
- b57a368 usb: gadget: f_phonet: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
- e4bfded usb: gadget: serial: fix Tx stall after buffer overflow by Sergey Organov · 5 years ago
- 43d5657 usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags by Lars-Peter Clausen · 5 years ago
- 904967c usb: gadget: u_audio: Fix high-speed max packet size by John Keeping · 5 years ago
- 334fb94 usb: gadget: remove redundant assignment to variable status by Colin Ian King · 5 years ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- d710562 usb: gadget: f_ecm: Use atomic_t to track in-flight request by Bryan O'Donoghue · 5 years ago
- 5b24c28 usb: gadget: f_ncm: Use atomic_t to track in-flight request by Bryan O'Donoghue · 5 years ago
- 6b02af3 usb: gadget: f_uac2: fix packet size calculation by John Keeping · 5 years ago
- d2450c6 usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer by Peter Chen · 5 years ago
- fcc8469 usb: gadget: u_audio: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
- d27ab1e usb: gadget: u_audio: Use managed buffer allocation by Takashi Iwai · 5 years ago
- a1b85b3 Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
- e5b5da9 usb: gadget: fix wrong endpoint desc by EJ Hsu · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 59274c7 Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
- 67b2945 usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data() by Takashi Iwai · 5 years ago