aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2023-12-13usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev
2023-11-28usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar
2023-10-25usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati
2023-09-23USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern
2023-06-21usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard
2023-06-21usb: gadget: f_ncm: Add OS descriptor supportRomain Izard
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal
2023-05-30usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe
2023-05-30usb: gadget: u_ether: Convert prints to device printsJon Hunter
2023-04-05usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami
2023-02-06usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami
2023-02-06usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami
2023-01-24usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski
2023-01-18usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping
2023-01-18usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping
2023-01-18usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev
2023-01-18usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich
2022-10-26usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe
2022-09-15usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati
2022-06-25usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca
2022-05-12usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura
2022-03-23usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter
2022-03-02usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-16usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman
2022-02-16usb: f_fs: Fix use-after-free for epfileUdipto Goswami
2022-02-08usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti
2022-01-27usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti
2022-01-05usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier
2021-12-29usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca
2021-09-22usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski
2021-09-03usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet
2021-08-12usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev
2021-08-12usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell
2021-08-12usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev
2021-07-20usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol
2021-07-20usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov
2021-07-20usb: gadget: eem: fix echo command packet response issueLinyu Yuan
2021-06-16usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski
2021-06-16usb: gadget: eem: fix wrong eem header operationLinyu Yuan
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng
2021-06-16usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski
2021-06-16USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski
2021-05-22usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2021-05-22usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-05-22usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak
2021-03-17usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol
2021-03-17usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol
2021-03-17USB: gadget: u_ether: Fix a configfs return codeDan Carpenter
2021-03-04usb: gadget: u_audio: Free requests only after callbackJack Pham