summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2024-01-27usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu
2024-01-27usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-05usb: gadget: uvc: Remove nested lockingAvichal Rakesh
2024-01-05usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh
2024-01-04usb: gadget: u_ether: Re-attach netif device to mirror detachmentRichard Acayan
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz
2023-12-15usb: gadget: f_fs: fix fortify warningDmitry Antipov
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: f_uac1: adds support for SS and SSPPerr Zhang
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman
2023-12-07usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-23usb:gadget:uvc Do not use worker thread to pump isoc usb requestsJayant Chowdhary
2023-11-23usb: gadget: uvc: Fix use-after-free for inflight usb_requestsAvichal Rakesh
2023-11-23usb: gadget: uvc: move video disable logic to its own functionAvichal Rakesh
2023-11-23usb: gadget: uvc: Allocate uvc_requests one at a timeAvichal Rakesh
2023-11-23usb: gadget: uvc: prevent use of disabled endpointAvichal Rakesh
2023-11-22usb: gadget: f_midi: Replace strlcpy() with strscpy()Kees Cook
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang
2023-10-21usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar
2023-10-18function: convert to new timestamp accessorsJeff Layton
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie
2023-10-08usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar
2023-10-05Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman
2023-10-05Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman
2023-10-05Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman
2023-10-05usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber
2023-10-02usb: gadget: f_midi: Annotate struct f_midi with __counted_byKees Cook
2023-10-02usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byKees Cook
2023-10-02usb: gadget: uvc: rework pump worker to avoid while loopMichael Grzeschik
2023-10-02usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik
2023-10-02usb: gadget: uvc: stop pump thread on video disableMichael Grzeschik
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan