summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2022-05-09usb: 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: f_uac2: Define specific wTerminalTypePavel Hofman
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-01usb: 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-12-14usb: gadget: uvc: fix multiple opensThomas Haemmerle
2021-09-18usb: 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-14usb: gadget: f_fs: Fix setting of device and driver data cross-referencesAndrew Gabbasov
2021-07-14usb: 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-11usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson
2021-05-11usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-05-11usb: gadget: f_uac2: validate input parametersRuslan Bilovol
2021-05-11usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak
2021-05-11usb: 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
2021-01-12usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani
2021-01-12usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang
2021-01-12usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet
2020-12-26USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker
2020-12-26usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham
2020-12-26USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker
2020-12-26USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho
2020-12-04usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam
2020-11-20usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang
2020-10-02usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti
2020-10-02usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda
2020-10-02usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti
2020-10-02usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Lorenzo Colitti
2020-10-02usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak