summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'usb-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds24-127/+284
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook2-2/+2
9 daysusb: typec: qcom-pmic-typec: drain cc_debounce_dwork if port_start() failsFan Wu1-0/+3
9 daysusb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stopFan Wu1-0/+2
9 daysusb: gadget: fix null pointer dereference in usb_put_function_instance()Jeffin Philip1-1/+1
9 daysusb: typec: qcom-pmic: cancel reset_work on stopFan Wu1-0/+2
9 daysusb: gadget: f_mass_storage: fix null pointer dereference in fsg_common_set_n...Jeffin Philip1-0/+3
9 daysusb: f_mass_storage: Bump local buffer size in fsg_common_create_luns()Andy Shevchenko1-1/+1
9 daysusb: storage: realtek_cr: fix use-after-free on disconnectMyeonghun Pak1-5/+4
9 daysusb: cdnsp: fix wakeup from S3 after controller context lossPawel Laszczak3-68/+142
9 daysusb-storage: ene_ub6250: fix race between scan work and probeLiu Qi1-0/+2
9 daysUSB: gadget: fix NULL pointer dereference in gadget_dev_ioctl()Lovekesh Solanki1-1/+2
9 daysusb: gadget: f_midi: initialize work in f_midi_alloc()Jeffin Philip1-1/+1
9 daysusb: gadget: f_midi2: fix use-after-free in string attribute show pathIvy Lopez1-6/+6
9 daysusb: typec: tipd: Fix Thunderbolt altmode VDOs for cd321xSven Peter2-6/+15
9 daysusb: gadget: midi2: Fix null-pointer dereference in f_midi2_free_ep_reqsAleksandr Nogikh1-3/+2
9 daysusb: typec: hd3ss3220: track VBUS enable state per consumerChang Wu1-2/+7
9 daysusb: dwc3: clear forceRM when issuing EndTransferElson Serrao2-9/+14
9 daysusb: dwc3: google: Initialise probe properties with DWC3_DEFAULT_PROPERTIESRadhey Shyam Pandey1-0/+1
9 daysusb: typec: mux: avoid duplicated mux switchesMarek Vasut1-2/+15
9 daysusb: typec: mux: Fix typec_switch_match()Marek Vasut1-1/+3
9 daysusb: image: mdc800: change kmalloc() to kzalloc()Griffin Kroah-Hartman1-2/+2
10 daysusb: typec: tcpm: constrain TCPM_SOURCING_VBUS event handlingAmit Sunil Dhamne1-6/+22
11 daysusb: typec: ucsi: displayport: Fix OOB altmode array indexJameson Thies1-1/+1
11 daysxhci: fix lost bounce buffers on TDs spanning several ring segmentsArthur Gautier1-8/+24
11 daysusb: xhci: Fix isochronous scheduling regressionMichal Pecio1-3/+8
11 daysusb: xhci: Fix HCS_ERST_MAX conversionChen-Yu Tsai1-1/+1
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2026-08-27usb: atm: usbatm: fix invalid ci_range initializationDeepanshu Kartikey1-2/+2
2026-08-25Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds89-1003/+1885
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-10/+3
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2026-08-18Merge tag 'soc-drivers-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2026-08-14usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_functi...Jeffin Philip1-1/+6
2026-08-14usb: typec: hd3ss3220: fix VBUS regulator error messageXu Rao1-1/+1
2026-08-14usb: usbfs: fix use-after-free of usb_device in usbdev_release()Miguel PeƱaranda1-1/+1
2026-08-14usb: gadget: u_audio: Fix use-after-free on sound card disconnectSonali Pradhan1-6/+18
2026-08-14usb: dwc3: gadget: Fix use-after-free in dwc3_gadget_free_endpoints due to ra...Pei Xiao1-0/+1
2026-08-14usb: gadget: f_tcm: keep port count until LUN teardown completesShuangpeng Bai1-1/+1
2026-08-14usb: usbtest: disable dynamic ID supportAleksandr Nogikh1-0/+1
2026-08-14usb: typec: tcpci: pass correct rx_type to tcpm_pd_receive()Xu Yang1-1/+11
2026-08-14USB: c67x00: fix use-after-free in c67x00_add_iso_urb()Shuangpeng Bai1-2/+2
2026-08-14usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completionHuang Wei1-1/+2
2026-08-14usb: gadget: snps_udc_plat: clean up PHY on probe deferralMyeonghun Pak1-3/+2
2026-08-14usb: gadget: f_tcm: fix deadlock in usbg_make_tpg()Yun Zhou1-11/+12
2026-08-14usb: dwc2: gadget: Exit partial power down state when changing USB pull-upFrancesco Lavra1-1/+10
2026-08-14usb: gadget: f_fs: Fix Use-After-Free in AIO error pathNeill Kapron1-0/+4
2026-08-14usb: gadget: f_fs: Prevent deadlock during ep0 read loopNeill Kapron1-4/+10
2026-08-14usb: gadget: at91_udc: drain polled-VBUS timer/work before udc is freedFan Wu1-1/+19
2026-08-14usb: gadget: midi2: remove default configfs groups on teardownJoshua Crofts1-0/+2