summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+22
2026-01-23usbip: Reduce CONNRESET message noise in dmesg from stubShuah Khan-2/+2
2025-10-22usbip: Use min to simplify stub_send_ret_submitThorsten Blum-6/+3
2025-10-13usb: vhci-hcd: Replace pr_*() with dev_*() loggingCristian Ciocaltea-35/+39
2025-10-13usb: vhci-hcd: Switch to dev_err_probe() in probe pathCristian Ciocaltea-9/+7
2025-10-13usbip: Fix locking bug in RT-enabled kernelsLizhi Xu-3/+3
2025-09-25usb: vhci-hcd: Prevent suspending virtually attached devicesCristian Ciocaltea-0/+22
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-01-17usbip: Correct format specifier for seqnum from %d to %uXiong Nandi-6/+6
2025-01-17usbip: Fix seqnum sign extension issue in vhci_tx_urbXiong Nandi-1/+1
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski-1/+2
2024-12-24usbip: vudc: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-24usbip: Accept arbitrarily long scatter-gather listJason Long-6/+2
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman-3/+6
2024-07-31usbip: Add USB_SPEED_SUPER_PLUS as valid argŁukasz Bartosik-19/+20
2024-07-31usb: vhci-hcd: Do not drop references before new references are gainedOliver Neukum-3/+6
2024-06-04usbip: Don't submit special requests twiceSimon Holesch-27/+50
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-4/+4
2023-11-22USB: usbip: vudc: Convert to platform remove callback returning voidUwe Kleine-König-4/+3
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-31/+22
2023-10-16usb/usbip: fix wrong data added to platform deviceHongren Zheng-7/+8
2023-10-08usbip: Use platform_device_register_full()Andy Shevchenko-35/+20
2023-10-08USB: usbip: fix stub_dev hub disconnectJonas Blixt-2/+7
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-6/+0
2023-08-08USB: usbip: Remove an unnecessary gotoRuan Jinjie-2/+1
2023-08-04USB: usbip: Remove an unnecessary NULL valueRuan Jinjie-1/+1
2023-06-23usbip: usbip_host: Replace strlcpy with strscpyAzeem Shaikh-3/+1
2023-05-28usbip: vhci_hcd: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+7
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-11usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK defineShuah Khan-1/+3
2022-10-22USB: usbip: missing lock in stub downJose Ignacio Tornos Martinez-0/+2
2022-10-22usbip: convert sysfs snprintf to sysfs_emitXuezhi Zhang-1/+1
2022-10-22usbip: vudc: Convert snprintf() to sysfs_emit()Jules Irenge-1/+1
2022-08-31usbip: add USBIP_URB_* URB transfer flagsShuah Khan-5/+90
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-06-10usbip: vudc: Don't enable IRQs prematurelyDan Carpenter-7/+7
2022-06-10USB: usbip: clean up mixed use of _irq() and _irqsave()Dan Carpenter-3/+3
2022-04-21usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche-0/+2
2022-04-21usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua-1/+1
2022-03-18usb: usbip: eliminate anonymous module_init & module_exitRandy Dunlap-4/+4
2022-02-14usbip: vudc: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-08-26usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan-1/+7