summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
8 daysusb: typec: ucsi: Correct teardown ordering in ucsi_init() error pathAndrei Kuchynski1-2/+2
8 daysusb: typec: ucsi: Fix race condition and ordering in port unregistrationAndrei Kuchynski1-43/+39
8 daysusb: typec: ucsi: split connector lock classesSergey Senozhatsky2-0/+9
2026-08-03usb: gadget: f_tcm: synchronize delayed set_alt with teardownCen Zhang2-28/+177
2026-08-03usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnectDiego Fernando Mancera Gomez1-0/+17
2026-08-03usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bitsXincheng Zhang3-5/+12
2026-08-03usb: typec: ucsi: Add duplicate detection to nvidia registration pathChia-Lin Kao (AceLan)1-10/+16
2026-08-03usb: typec: ucsi: Detect and skip duplicate altmodes from buggy firmwareChia-Lin Kao (AceLan)1-0/+132
2026-08-03USB: serial: option: add TDTECH MT5710-CNChukun Pan1-0/+1
2026-08-03USB: serial: keyspan_pda: fix data loss on receive throttlingJohan Hovold1-9/+35
2026-08-03USB: serial: io_edgeport: cap received transmit creditsSunho Park1-1/+2
2026-08-03USB: serial: ftdi_sio: add support for E+H FXA291Tim Pambor2-0/+7
2026-08-03usb: gadget: uvc: clamp SEND_RESPONSE length to the response bufferMuhammad Bilal1-0/+2
2026-08-03usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardownFan Wu2-3/+24
2026-08-03usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()Sonali Pradhan1-4/+13
2026-08-03USB: gadget: fsl-udc: fix dev_printk() deviceJohan Hovold2-50/+43
2026-08-03USB: gadget: fsl-udc: fix device name leak on probe failureJohan Hovold1-1/+0
2026-08-03USB: gadget: snps-udc: fix device name leak on probe failureJohan Hovold1-1/+0
2026-08-03usb: gadget: printer: fix infinite loop in printer_read()Melbin K Mathew1-5/+18
2026-08-03usb: gadget: f_midi: cancel pending IN work before freeing the midi objectFan Wu1-0/+1
2026-08-03usb: gadget: dummy_hcd: prevent fifo_req reuse during givebackJinchao Wang1-13/+27
2026-08-03usb: chipidea: fix usage_count leak when autosuspend_delay is negativeXu Yang1-0/+1
2026-08-03USB: storage: add NO_ATA_1X quirk for Longmai USB KeyHuang Wei1-0/+7
2026-08-03usb: musb: omap2430: Do not put borrowed of_node in probeGuangshuo Li1-2/+0
2026-08-03usb: core: port: Deattach Type-C connector on component unbindChia-Lin Kao (AceLan)1-0/+2
2026-08-03usb: core: sysfs: add lock to bos_descriptors_read()Griffin Kroah-Hartman1-1/+7
2026-07-24usb: gadget: f_fs: Tie read_buffer lifetime to ffs_epfileNeill Kapron1-1/+1
2026-07-24usb: gadget: f_fs: initialize reset_work at allocation timeTyler Baker1-2/+2
2026-07-24functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro1-0/+8
2026-07-24functionfs: switch to simple_remove_by_name()Al Viro1-29/+22
2026-07-24functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()Al Viro1-5/+3
2026-07-24functionfs: don't abuse ffs_data_closed() on fs shutdownAl Viro1-8/+8
2026-07-24usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()Mauricio Faria de Oliveira1-5/+31
2026-07-24usb: atm: ueagle-atm: remove function entry/exit debug messagesMauricio Faria de Oliveira1-50/+6
2026-07-24usb: atm: ueagle-atm: use dev_dbg() for 'device found' messageMauricio Faria de Oliveira1-1/+1
2026-07-24usb: dwc3: fix dwc3_readl() and dwc3_writel() calls in dwc3_ulpi_setup()Ben Dooks1-2/+2
2026-07-24usb: dwc3: Support USB3340x ULPI PHY high-speed negotiation.Ingo Rohloff3-0/+49
2026-07-24usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-07-24usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae1-0/+4
2026-07-18usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checksNeill Kapron1-1/+1
2026-07-18usb: gadget: f_fs: Fix DMA fence leakPaul Cercueil1-0/+1
2026-07-18usb: typec: ucsi: cancel pending work on system suspendPaul Menzel3-1/+30
2026-07-18usb: typec: ucsi: ccg: Fix use-after-free of ucsi on removeFan Wu1-1/+1
2026-07-18usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM for DP alt modeMadhu M1-2/+1
2026-07-18usb: typec: ucsi: Invert DisplayPort role assignmentAndrei Kuchynski1-2/+2
2026-07-18usb: typec: tcpm: Validate SVID index in svdm_consume_modes()Badhri Jagan Sridharan1-0/+5
2026-07-18usb: typec: tcpm: Fix VDM type for Enter Mode commandsAndy Yan1-2/+2
2026-07-18usb: typec: class: drop PD lookup referenceShuangpeng Bai1-0/+1
2026-07-18usb: typec: anx7411: use devm_pm_runtime_enable()Myeonghun Pak1-1/+3
2026-07-18usbip: vudc: fix NULL deref in vep_dequeue()Sam Day2-4/+1