index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usbip
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-22
/
+22
2026-01-23
usbip: Reduce CONNRESET message noise in dmesg from stub
Shuah Khan
-2
/
+2
2025-10-22
usbip: Use min to simplify stub_send_ret_submit
Thorsten Blum
-6
/
+3
2025-10-13
usb: vhci-hcd: Replace pr_*() with dev_*() logging
Cristian Ciocaltea
-35
/
+39
2025-10-13
usb: vhci-hcd: Switch to dev_err_probe() in probe path
Cristian Ciocaltea
-9
/
+7
2025-10-13
usbip: Fix locking bug in RT-enabled kernels
Lizhi Xu
-3
/
+3
2025-09-25
usb: vhci-hcd: Prevent suspending virtually attached devices
Cristian Ciocaltea
-0
/
+22
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-01-17
usbip: Correct format specifier for seqnum from %d to %u
Xiong Nandi
-6
/
+6
2025-01-17
usbip: Fix seqnum sign extension issue in vhci_tx_urb
Xiong Nandi
-1
/
+1
2025-01-15
USB: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-1
/
+2
2024-12-24
usbip: vudc: Constify 'struct bin_attribute'
Thomas Weißschuh
-4
/
+4
2024-12-24
usbip: Accept arbitrarily long scatter-gather list
Jason Long
-6
/
+2
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-08-12
Merge 6.11-rc3 into usb-next
Greg Kroah-Hartman
-3
/
+6
2024-07-31
usbip: Add USB_SPEED_SUPER_PLUS as valid arg
Łukasz Bartosik
-19
/
+20
2024-07-31
usb: vhci-hcd: Do not drop references before new references are gained
Oliver Neukum
-3
/
+6
2024-06-04
usbip: Don't submit special requests twice
Simon Holesch
-27
/
+50
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
-4
/
+4
2023-11-22
USB: usbip: vudc: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+3
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-31
/
+22
2023-10-16
usb/usbip: fix wrong data added to platform device
Hongren Zheng
-7
/
+8
2023-10-08
usbip: Use platform_device_register_full()
Andy Shevchenko
-35
/
+20
2023-10-08
USB: usbip: fix stub_dev hub disconnect
Jonas Blixt
-2
/
+7
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
-6
/
+0
2023-08-08
USB: usbip: Remove an unnecessary goto
Ruan Jinjie
-2
/
+1
2023-08-04
USB: usbip: Remove an unnecessary NULL value
Ruan Jinjie
-1
/
+1
2023-06-23
usbip: usbip_host: Replace strlcpy with strscpy
Azeem Shaikh
-3
/
+1
2023-05-28
usbip: vhci_hcd: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+1
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
-0
/
+1
2022-12-16
Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-3
/
+7
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-1
/
+1
2022-11-11
usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK define
Shuah Khan
-1
/
+3
2022-10-22
USB: usbip: missing lock in stub down
Jose Ignacio Tornos Martinez
-0
/
+2
2022-10-22
usbip: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
-1
/
+1
2022-10-22
usbip: vudc: Convert snprintf() to sysfs_emit()
Jules Irenge
-1
/
+1
2022-08-31
usbip: add USBIP_URB_* URB transfer flags
Shuah Khan
-5
/
+90
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
-1
/
+1
2022-06-10
usbip: vudc: Don't enable IRQs prematurely
Dan Carpenter
-7
/
+7
2022-06-10
USB: usbip: clean up mixed use of _irq() and _irqsave()
Dan Carpenter
-3
/
+3
2022-04-21
usb: usbip: add missing device lock on tweak configuration cmd
Niels Dossche
-0
/
+2
2022-04-21
usb: usbip: fix a refcount leak in stub_probe()
Hangyu Hua
-1
/
+1
2022-03-18
usb: usbip: eliminate anonymous module_init & module_exit
Randy Dunlap
-4
/
+4
2022-02-14
usbip: vudc: Make use of the helper macro LIST_HEAD()
Cai Huoqing
-1
/
+1
2021-11-17
usb: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
-1
/
+0
2021-08-26
usbip:vhci_hcd USB port can get stuck in the disabled state
Shuah Khan
-1
/
+7
[next]