summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2023-01-17usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski
2023-01-17usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami
2023-01-17usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami
2022-12-08usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlagsDaniel Scally
2022-12-08usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich
2022-11-29usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping
2022-11-29usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping
2022-11-29usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping
2022-11-29usb: gadget: function: Simplify diagnostic messaging in printerAndrzej Pietrasiewicz
2022-11-28Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman
2022-11-22usb: gadget: uvc: also use try_format in set_formatMichael Grzeschik
2022-11-09usb: gadget: f_ecm: Always set current gadget in ecm_bind()Sascha Hauer
2022-11-09usb: gadget: u_ether: Do not make UDC parent of the net deviceSascha Hauer
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-10-31Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman
2022-10-26Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"Greg Kroah-Hartman
2022-10-25usb: gadget: uvc: limit isoc_sg to super speed gadgetsMichael Grzeschik
2022-10-22usb: gadget: uvc: default the ctrl request interface offsetsMichael Grzeschik
2022-10-22usb: gadget: uvc: fix sg handling during video encodeJeff Vanhoof
2022-10-22usb: gadget: uvc: fix sg handling in error caseDan Vacura
2022-10-22usb: gadget: uvc: fix dropped frame after missed isocDan Vacura
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-30usb: gadget: uvc: don't put item still in useMichael Grzeschik
2022-09-30usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor
2022-09-27usb: gadget: Replace runtime->status->state reference to runtime->stateTakashi Iwai
2022-09-22usb: gadget: uvc: add v4l2 try_format api callMichael Grzeschik
2022-09-22usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-22usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik
2022-09-07usb: gadget: f_fs: stricter integer overflow checksDan Carpenter
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman
2022-08-31usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov
2022-08-31usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski
2022-08-30usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati
2022-08-19usb: gadget: f_uac2: fix superspeed transferJing Leng
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman
2022-08-18usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung
2022-07-25USB: gadget: f_acm: use CDC definesJohan Hovold
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik
2022-06-29usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman
2022-06-24usb: gadget: u_ether: Remove duplicated include in u_ether.cYang Li
2022-06-21usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman
2022-06-10usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan
2022-06-10usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan