summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
* USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-031-1/+8
* usb: Remove usb_for_each_port()Heikki Krogerus2021-12-301-46/+0
* usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-12-301-0/+32
* Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2021-12-201-0/+3
|\
| * USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang2021-12-151-0/+3
* | usb: core: Export usb_device_match_idRazvan Heghedus2021-12-171-0/+1
* | usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2021-12-171-1/+4
* | usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter2021-12-171-3/+3
* | usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman2021-12-151-5/+19
* | usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui2021-12-131-1/+1
* | Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman2021-12-131-3/+3
|\|
| * usb: core: config: using bit mask instead of individual bitsPavel Hofman2021-12-121-2/+2
| * usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-121-1/+1
* | Merge 5.16-rc4 into usb-nextGreg Kroah-Hartman2021-12-061-0/+3
|\|
| * USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst2021-11-291-0/+3
* | usb: core: Fix file path that does not existWei Ming Chen2021-12-052-2/+2
|/
* usb: hub: Fix locking issues with address0_mutexMathias Nyman2021-11-231-8/+12
* usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman2021-11-171-3/+11
* Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman2021-11-051-23/+6
* usb: core: config: Change sizeof(struct ...) to sizeof(*...)Robert Greener2021-10-061-2/+2
* Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-23/+45
|\
| * usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I2021-09-141-17/+22
| * usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2021-09-141-6/+23
* | usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov2021-09-211-3/+3
* | USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern2021-09-141-33/+111
|/
* Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin2021-07-211-4/+0
* usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman2021-07-211-12/+56
* usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman2021-07-211-24/+28
* USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern2021-07-121-1/+1
* Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-211-0/+7
|\
| * usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn2021-06-171-0/+7
* | USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern2021-06-091-0/+6
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-3/+8
|\|
| * USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern2021-05-211-3/+8
* | USB: core: Check buffer length matches wLength for control transfersAlan Stern2021-05-271-0/+6
* | driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-272-30/+7
* | USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett2021-05-241-1/+1
* | USB: core: WARN if pipe direction != setup packet directionAlan Stern2021-05-221-0/+3
* | Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu2021-05-211-1/+0
* | USB: Verify the port status when timeout happens during port suspendChris Chiu2021-05-211-0/+21
* | Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman2021-05-171-3/+3
|\|
| * usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-131-3/+3
* | usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun2021-05-131-10/+6
* | usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen2021-05-131-0/+134
|/
* USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu2021-04-221-0/+1
* USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng2021-04-141-0/+3
* Revert "usb: Link the ports to the connectors they are attached to"Greg Kroah-Hartman2021-04-121-3/+0
* usb: core: reduce power-on-good delay time of root hubChunfeng Yun2021-04-101-2/+4
* usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui2021-04-091-1/+1