summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2024-02-19usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati-1/+9
2024-02-17usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERRMichael Grzeschik-0/+3
2024-02-17usb: gadget: uvc: dont drop frames if zero length packages are lateMichael Grzeschik-1/+2
2024-02-17usb: gadget: uvc: rework complete handlerMichael Grzeschik-47/+48
2024-02-17usb: gadget: uvc: refactor the check for a valid buffer in the pump workerMichael Grzeschik-4/+3
2024-02-17usb: gadget: uvc: drop unnecessary check for always set reqMichael Grzeschik-7/+0
2024-02-17usb: gadget: functionfs: Add DMABUF import interfacePaul Cercueil-0/+467
2024-02-17usb: gadget: functionfs: Factorize wait-for-endpoint codePaul Cercueil-21/+27
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman-6/+22
2024-01-27usb: gadget: f_fs: expose ready state in configfsPeter Korsgaard-0/+20
2024-01-27usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu-2/+18
2024-01-27usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati-4/+4
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-161/+576
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2024-01-05usb: gadget: uvc: Remove nested lockingAvichal Rakesh-1/+3
2024-01-05usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh-4/+10
2024-01-04usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan-0/+2
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li-1/+17
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati-3/+68
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz-20/+31
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov-3/+2
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones-1/+1
2023-12-15usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones-3/+3
2023-12-15usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones-3/+3
2023-12-15usb: f_uac1: adds support for SS and SSPPerr Zhang-2/+75
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman-3/+4
2023-12-07usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev-3/+4
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones-2/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner-2/+2
2023-11-23usb:gadget:uvc Do not use worker thread to pump isoc usb requestsJayant Chowdhary-45/+165
2023-11-23usb: gadget: uvc: Fix use-after-free for inflight usb_requestsAvichal Rakesh-29/+112
2023-11-23usb: gadget: uvc: move video disable logic to its own functionAvichal Rakesh-18/+31
2023-11-23usb: gadget: uvc: Allocate uvc_requests one at a timeAvichal Rakesh-40/+51
2023-11-23usb: gadget: uvc: prevent use of disabled endpointAvichal Rakesh-12/+26
2023-11-22usb: gadget: f_midi: Replace strlcpy() with strscpy()Kees Cook-2/+2
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-21/+46
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+3
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2023-10-28usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang-2/+12
2023-10-21usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar-16/+11
2023-10-18function: convert to new timestamp accessorsJeff Layton-2/+2
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman-7/+19
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+3
2023-10-08usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar-1/+1
2023-10-05Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman-7/+1
2023-10-05Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman-6/+0
2023-10-05Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman-14/+6
2023-10-05usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber-2/+22
2023-10-02usb: gadget: f_midi: Annotate struct f_midi with __counted_byKees Cook-2/+2