summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
* usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu2024-01-271-2/+18
* usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati2024-01-271-4/+4
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-1816-161/+576
|\
| * usb: gadget: uvc: Remove nested lockingAvichal Rakesh2024-01-051-1/+3
| * usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh2024-01-051-4/+10
| * usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan2024-01-041-0/+2
| * Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li2024-01-041-1/+17
| * usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati2024-01-042-3/+68
| * usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz2023-12-152-20/+31
| * usb: gadget: f_fs: fix fortify warningDmitry Antipov2023-12-151-3/+2
| * usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-1/+1
| * usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
| * usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
| * usb: f_uac1: adds support for SS and SSPPerr Zhang2023-12-151-2/+75
| * Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman2023-12-111-3/+4
| |\
| * | usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones2023-12-041-2/+2
| * | usb:gadget:uvc Do not use worker thread to pump isoc usb requestsJayant Chowdhary2023-11-232-45/+165
| * | usb: gadget: uvc: Fix use-after-free for inflight usb_requestsAvichal Rakesh2023-11-233-29/+112
| * | usb: gadget: uvc: move video disable logic to its own functionAvichal Rakesh2023-11-233-18/+31
| * | usb: gadget: uvc: Allocate uvc_requests one at a timeAvichal Rakesh2023-11-232-40/+51
| * | usb: gadget: uvc: prevent use of disabled endpointAvichal Rakesh2023-11-235-12/+26
| * | usb: gadget: f_midi: Replace strlcpy() with strscpy()Kees Cook2023-11-221-2/+2
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-2/+2
|\ \ \ | |_|/ |/| |
| * | eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
| |/
* / usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev2023-12-071-3/+4
|/
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-035-21/+46
|\
| * usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang2023-10-281-2/+12
| * usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar2023-10-211-16/+11
| * Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-161-7/+19
| |\
| * | usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar2023-10-081-1/+1
| * | Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman2023-10-051-7/+1
| * | Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman2023-10-051-6/+0
| * | Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman2023-10-051-14/+6
| * | usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber2023-10-052-2/+22
| * | usb: gadget: uvc: rework pump worker to avoid while loopMichael Grzeschik2023-10-021-6/+14
| * | usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik2023-10-021-0/+6
| * | usb: gadget: uvc: stop pump thread on video disableMichael Grzeschik2023-10-021-1/+7
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-0/+3
|\ \ \
| * | | scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
| |/ /
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-302-3/+3
|\ \ \
| * | | usb: gadget: f_midi: Annotate struct f_midi with __counted_byKees Cook2023-10-021-2/+2
| * | | usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byKees Cook2023-10-021-1/+1
| |/ /
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\ \ \ | |_|/ |/| |
| * | function: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
| |/
* / usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati2023-10-021-7/+19
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-3/+3
|\
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
* | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-0121-140/+3021
|\ \