summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2022-03-15usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-24USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami
2022-01-26usb: gadget: at91_udc: fix incorrect print typeMiles Chen
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping
2022-01-05headers/prep: usb: gadget: Fix namespace collisionIngo Molnar
2022-01-03usb: gadget: clear related members when goto failHangyu Hua
2022-01-03usb: gadget: don't release an existing dev->bufHangyu Hua
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman
2021-12-17usb: gadget: udc: pxa25x: propagate errors from platform_get_irq()Sergey Shtylyov
2021-12-17usb: gadget: udc: bcm63xx: propagate errors from platform_get_irq()Sergey Shtylyov
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca
2021-12-13usb: aspeed-vhub: support test mode featureNeal Liu
2021-12-13usb: aspeed-vhub: fix ep0 OUT ack received wrong length issueNeal Liu
2021-12-13usb: aspeed-vhub: add qualifier descriptorNeal Liu
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman
2021-12-03usb: bdc: fix error handling code in bdc_resumeDongliang Mu
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman
2021-11-23usb: gadget: configfs: use to_usb_function_instance() in cfg (un)link funcLinyu Yuan
2021-11-23usb: gadget: configfs: use to_config_usb_cfg() in os_desc_link()Linyu Yuan
2021-11-23usb: gadget: configfs: remove os_desc_attr_release()Linyu Yuan
2021-11-23usb: gadget: configfs: simplify os_desc_item_to_gadget_info() helperLinyu Yuan
2021-11-23usb: xilinx: Add suspend resume supportShubhrajyoti Datta
2021-11-17usb: gadget: udc-xilinx: Fix an error handling path in 'xudc_probe()'Christophe JAILLET
2021-11-17usb: gadget: at91_udc: Convert to GPIO descriptorsBalamanikandan Gunasundar
2021-11-17usb: gadget: composite: Show warning if function driver's descriptors are inc...Qihang Hu
2021-11-17usb: gadget: f_midi: allow resetting index optionJohn Keeping
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-11-17usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-30usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven