aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2026-04-22usb: gadget: f_hid: don't call cdev_init while cdev in useMichael Zimmermann1-5/+10
2026-04-22usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman1-0/+9
2026-04-22usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman1-2/+2
2026-04-02usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-9/+10
2026-04-02usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-03-30usb: gadget: f_rndis: Fix net_device lifecycle with device_moveKuen-Han Tsai2-25/+48
2026-03-30usb: gadget: f_subset: Fix net_device lifecycle with device_moveKuen-Han Tsai2-35/+44
2026-03-30usb: gadget: f_eem: Fix net_device lifecycle with device_moveKuen-Han Tsai2-34/+46
2026-03-30usb: gadget: f_ecm: Fix net_device lifecycle with device_moveKuen-Han Tsai2-18/+38
2026-03-30usb: gadget: u_ncm: Add kernel-doc comments for struct f_ncm_optsKuen-Han Tsai1-6/+15
2026-03-30usb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-3/+6
2026-03-30usb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+6
2026-03-30usb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-4/+43
2026-03-18usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfoKuen-Han Tsai1-2/+4
2026-03-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-5/+5
2026-03-11usb: gadget: f_ncm: Fix net_device lifecycle with device_moveKuen-Han Tsai4-13/+73
2026-03-11Revert "usb: gadget: u_ether: add gether_opts for config caching"Kuen-Han Tsai3-234/+0
2026-03-11Revert "usb: gadget: u_ether: use <linux/hex.h> header file"Kuen-Han Tsai1-1/+0
2026-03-11Revert "usb: gadget: u_ether: Add auto-cleanup helper for freeing net_device"Kuen-Han Tsai2-17/+0
2026-03-11Revert "usb: gadget: f_ncm: align net_device lifecycle with bind/unbind"Kuen-Han Tsai2-66/+66
2026-03-11Revert "usb: gadget: f_ncm: Fix atomic context locking issue"Kuen-Han Tsai3-13/+28
2026-03-11usb: gadget: uvc: fix interval_duration calculationJunzhong Pan1-1/+1
2026-03-11usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_size_in_blocks()Seungjin Bae1-2/+10
2026-03-11usb: gadget: f_hid: fix SuperSpeed descriptorsJohn Keeping1-0/+4
2026-02-23usb: gadget: f_ncm: Fix atomic context locking issueKuen-Han Tsai3-28/+13
2026-02-23usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handlingJiasheng Jiang1-0/+14
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds29-83/+83
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook29-104/+101
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds24-175/+483
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+2
2026-02-05functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro2-54/+50
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman4-12/+32
2026-01-14usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg failXu Yang1-0/+8
2026-01-14usb: gadget: uvc: return error from uvcg_queue_init()Xu Yang1-2/+1
2026-01-14usb: gadget: uvc: fix interval_duration calculationXu Yang2-3/+6
2026-01-14usb: gadget: uvc: fix req_payload_size calculationXu Yang4-7/+17
2026-01-14usb: gadget: u_ether: use <linux/hex.h> header fileRandy Dunlap1-0/+1
2026-01-14usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
2026-01-14usb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
2026-01-14usb: gadget: f_tcm: initialize data_len in UAS path for consistencyJiasheng Jiang1-1/+2
2026-01-07usb: gadget: f_ncm: align net_device lifecycle with bind/unbindKuen-Han Tsai2-66/+66
2026-01-07usb: gadget: u_ether: Add auto-cleanup helper for freeing net_deviceKuen-Han Tsai2-0/+17
2026-01-07usb: gadget: u_ether: add gether_opts for config cachingKuen-Han Tsai3-0/+234
2026-01-07usb: gadget: f_sourcesink: Support maxburst configurability for bulk endpointsKrishna Kurapati2-0/+53
2025-12-23usb: gadget: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET18-41/+41
2025-12-17usb: gadget: f_midi: allow customizing the USB MIDI interface string through configfsVictor Krawiec2-52/+60