summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski2023-01-171-1/+3
* usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami2023-01-171-0/+2
* usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami2023-01-171-0/+5
* usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlagsDaniel Scally2022-12-081-6/+6
* usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich2022-12-081-2/+3
* usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping2022-11-291-10/+11
* usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping2022-11-291-0/+1
* usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping2022-11-291-24/+28
* usb: gadget: function: Simplify diagnostic messaging in printerAndrzej Pietrasiewicz2022-11-291-8/+1
* Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2022-11-281-51/+21
|\
| * usb: gadget: uvc: also use try_format in set_formatMichael Grzeschik2022-11-221-51/+21
* | usb: gadget: f_ecm: Always set current gadget in ecm_bind()Sascha Hauer2022-11-091-13/+9
* | usb: gadget: u_ether: Do not make UDC parent of the net deviceSascha Hauer2022-11-091-4/+0
* | usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-033-6/+9
* | Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman2022-10-312-10/+23
|\|
| * Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"Greg Kroah-Hartman2022-10-262-10/+8
| * usb: gadget: uvc: limit isoc_sg to super speed gadgetsMichael Grzeschik2022-10-252-8/+10
| * usb: gadget: uvc: fix sg handling during video encodeJeff Vanhoof2022-10-221-2/+2
| * usb: gadget: uvc: fix sg handling in error caseDan Vacura2022-10-222-7/+19
| * usb: gadget: uvc: fix dropped frame after missed isocDan Vacura2022-10-221-1/+2
* | usb: gadget: uvc: default the ctrl request interface offsetsMichael Grzeschik2022-10-221-3/+12
|/
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-0812-62/+390
|\
| * usb: gadget: uvc: don't put item still in useMichael Grzeschik2022-09-301-1/+0
| * usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor2022-09-301-1/+1
| * usb: gadget: uvc: add v4l2 try_format api callMichael Grzeschik2022-09-221-0/+110
| * usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik2022-09-223-0/+208
| * usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-222-4/+4
| * usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe2022-09-221-6/+6
| * usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik2022-09-094-3/+13
| * usb: gadget: f_fs: stricter integer overflow checksDan Carpenter2022-09-071-2/+2
| * Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-052-4/+18
| |\
| * | usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov2022-08-311-1/+1
| * | usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski2022-08-311-32/+28
| * | usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-194-9/+9
| * | USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman2022-08-191-3/+8
| * | usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung2022-08-181-1/+1
* | | usb: gadget: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
| |/ |/|
* | usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati2022-08-301-2/+4
* | usb: gadget: f_uac2: fix superspeed transferJing Leng2022-08-191-2/+14
|/
* USB: gadget: f_acm: use CDC definesJohan Hovold2022-07-251-15/+5
* Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman2022-07-181-2/+4
|\
| * usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik2022-07-081-2/+4
* | usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev2022-07-143-0/+42
* | usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu2022-06-291-5/+6
* | Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman2022-06-271-0/+3
|\|
| * usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura2022-06-211-0/+3
* | usb: gadget: u_ether: Remove duplicated include in u_ether.cYang Li2022-06-241-1/+0
* | Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman2022-06-202-17/+35
|\|
| * usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan2022-06-101-0/+6
| * usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan2022-06-101-15/+19