index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hub.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
usb: hub: Don't try to recover devices lost during warm reset.
Mathias Nyman
1
-2
/
+6
2025-06-30
usb: hub: Fix flushing of delayed work used for post resume purposes
Mathias Nyman
1
-13
/
+8
2025-06-26
usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm
Mathias Nyman
1
-2
/
+4
2025-06-19
usb: acpi: fix device link removal
Heikki Krogerus
1
-0
/
+3
2025-06-19
usb: hub: fix detection of high tier USB3 devices behind suspended hubs
Mathias Nyman
1
-1
/
+32
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-21
usb: Flush altsetting 0 endpoints before reinitializating them after reset.
Mathias Nyman
1
-2
/
+14
2025-04-11
usb: hub: Fail fast in USB3 link power management enable path
Mathias Nyman
1
-8
/
+12
2025-04-11
usb: hub: reorder USB3 link power management enable requests
Mathias Nyman
1
-8
/
+13
2025-04-11
usb: hub: Don't disable LPM completely if device initiated LPM fails
Mathias Nyman
1
-11
/
+2
2025-04-11
usb: hub: verify device is configured in usb_device_may_initiate_lpm()
Mathias Nyman
1
-8
/
+8
2025-04-11
usb: hub: Block less in USB3 link power management LPM disable path
Mathias Nyman
1
-6
/
+10
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-10
Merge v6.14-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+33
2025-03-03
usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipe
Stefan Eichenberger
1
-3
/
+1
2025-03-03
usb: hub: lack of clearing xHC resources
Pawel Laszczak
1
-0
/
+33
2025-02-14
usb: core: fix pipe creation for get_bMaxPacketSize0
Stefan Eichenberger
1
-2
/
+1
2025-02-03
USB: hub: Ignore non-compliant devices with too many configs or interfaces
Alan Stern
1
-0
/
+11
2025-01-15
USB: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-5
/
+5
2024-12-23
usb: fix reference leak in usb_new_device()
Ma Ke
1
-2
/
+4
2024-05-10
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+3
2024-05-04
usb: core: Remove the useless struct usb_devmap which is just a bitmap
Christophe JAILLET
1
-5
/
+4
2024-04-30
usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
Alan Stern
1
-2
/
+3
2024-04-01
Merge 6.9-rc2 into usb-next
Greg Kroah-Hartman
1
-7
/
+16
2024-03-27
usb: misc: onboard_hub: rename to onboard_dev
Javier Carrasco
1
-4
/
+4
2024-03-26
USB: core: Add hub_get() and hub_put() routines
Alan Stern
1
-7
/
+16
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
1
-14
/
+32
2024-01-27
usb: core: add phy notify connect and disconnect
Stanley Chang
1
-0
/
+29
2024-01-27
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
Oliver Neukum
1
-11
/
+19
2024-01-27
usb: core: Prevent null pointer dereference in update_port_device_state
Udipto Goswami
1
-3
/
+13
2023-12-06
usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
Hardik Gajjar
1
-0
/
+29
2023-12-06
usb: hub: Replace hardcoded quirk value with BIT() macro
Hardik Gajjar
1
-2
/
+2
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
1
-23
/
+0
2023-11-23
usb: new quirk to reduce the SET_ADDRESS request timeout
Hardik Gajjar
1
-2
/
+13
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
1
-1
/
+1
2023-11-06
Revert "usb: phy: add usb phy notify port status API"
Johan Hovold
1
-23
/
+0
2023-10-16
usb: Inform the USB Type-C class about enumerated devices
Heikki Krogerus
1
-0
/
+4
2023-10-02
usb: hub: Guard against accesses to uninitialized BOS descriptors
Ricardo CaƱuelo
1
-3
/
+22
2023-08-12
USB: core: Fix oversight in SuperSpeed initialization
Alan Stern
1
-12
/
+24
2023-08-09
USB: Remove remnants of Wireless USB and UWB
Alan Stern
1
-110
/
+45
2023-08-08
USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()
Alan Stern
1
-44
/
+70
2023-08-08
USB: core: Change usb_get_device_descriptor() API
Alan Stern
1
-21
/
+23
2023-08-08
USB: core: Unite old scheme and new scheme descriptor reads
Alan Stern
1
-79
/
+94
2023-07-26
usb: phy: add usb phy notify port status API
Stanley Chang
1
-0
/
+23
2023-06-13
usb: core: add sysfs entry for usb device state
Roy Luo
1
-0
/
+15
2023-01-31
USB: core: Don't hold device lock while reading the "descriptors" sysfs file
Alan Stern
1
-3
/
+2
2023-01-17
usb: core: hub: disable autosuspend for TI TUSB8041
Flavio Suligoi
1
-0
/
+13
2022-11-08
usb: core: stop USB enumeration if too many retries
Ray Chi
1
-0
/
+60
2022-09-05
USB: core: Fix RST error in hub.c
Alan Stern
1
-1
/
+1
2022-08-30
USB: core: Prevent nested device-reset calls
Alan Stern
1
-0
/
+10
[next]