index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usbip
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-16
usbip: vhci_sysfs: fix potential Spectre v1
Gustavo A. R. Silva
1
-8
/
+16
2018-05-25
usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
Ben Hutchings
1
-1
/
+1
2018-05-22
usbip: usbip_host: fix bad unlock balance during stub_probe()
Shuah Khan (Samsung OSG)
1
-1
/
+2
2018-05-22
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
Shuah Khan (Samsung OSG)
3
-15
/
+60
2018-05-22
usbip: usbip_host: run rebind from exit when module is removed
Shuah Khan (Samsung OSG)
2
-14
/
+52
2018-05-22
usbip: usbip_host: delete device from busid_table after rebind
Shuah Khan (Samsung OSG)
1
-0
/
+6
2018-05-22
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
Shuah Khan
1
-2
/
+2
2018-05-01
usbip: vhci_hcd: check rhport before using in vhci_hub_control()
Shuah Khan
1
-0
/
+13
2018-05-01
usbip: vhci_hcd: Fix usb device and sockfd leaks
Shuah Khan
1
-1
/
+1
2018-05-01
usbip: usbip_host: fix to hold parent lock for device_attach() calls
Shuah Khan
1
-0
/
+5
2018-05-01
usbip: usbip_event: fix to not print kernel pointer address
Shuah Khan
1
-4
/
+0
2018-03-19
usbip: vudc: fix null pointer dereference on udc->lock
Colin Ian King
1
-2
/
+6
2018-02-25
usbip: keep usbip_device sockfd state in sync with tcp_socket
Shuah Khan
2
-0
/
+5
2018-01-17
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
Shuah Khan
1
-2
/
+9
2018-01-17
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
1
-0
/
+19
2018-01-17
usbip: remove kernel addresses from usb device and urb debug msgs
Shuah Khan
1
-14
/
+3
2018-01-02
usbip: vhci: stop printing kernel pointer addresses in messages
Shuah Khan
3
-23
/
+13
2018-01-02
usbip: stub: stop printing kernel pointer addresses in messages
Shuah Khan
3
-10
/
+8
2018-01-02
usbip: prevent leaking socket pointer address in messages
Shuah Khan
3
-14
/
+7
2017-12-20
usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer
Shuah Khan
1
-0
/
+7
2017-12-20
usbip: prevent vhci_hcd driver from leaking a socket pointer address
Shuah Khan
2
-9
/
+17
2017-12-20
usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
1
-4
/
+31
2017-12-20
usbip: fix stub_rx: get_pipe() to validate endpoint number
Shuah Khan
1
-7
/
+11
2017-12-10
usbip: Fix USB device hang due to wrong enabling of scatter-gather
Yuyang Du
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-31
usbip: vhci-hcd: make vhci_hc_driver const
Bhumika Goyal
1
-1
/
+1
2017-08-31
usbip: auto retry for concurrent attach
Nobuo Iwata
1
-1
/
+5
2017-07-22
USB: usbip: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
4
-8
/
+0
2017-07-03
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+3
2017-06-27
usbip: Fix uninitialized variable bug in vhci
Yuyang Du
1
-1
/
+1
2017-06-13
usbip: vhci-hcd: Clean up the code by adding a new macro
Yuyang Du
2
-6
/
+9
2017-06-13
usbip: vhci-hcd: Add USB3 port status bits
Yuyang Du
1
-6
/
+50
2017-06-13
usbip: Add USB_SPEED_SUPER as valid arg
Yuyang Du
1
-0
/
+1
2017-06-13
usbip: vhci-hcd: Add USB3 SuperSpeed support
Yuyang Du
3
-94
/
+345
2017-06-13
usbip: vhci-hcd: Set the vhci structure up to work
Yuyang Du
4
-105
/
+145
2017-06-13
usbip: vhci-hcd: Rework vhci_hcd_init
Yuyang Du
1
-23
/
+28
2017-06-13
usbip: vhci-hcd: Move VHCI platform device into vhci struct
Yuyang Du
3
-13
/
+13
2017-06-13
usbip: vhci-hcd: Add vhci struct
Yuyang Du
1
-1
/
+11
2017-06-13
usbip: vhci-hcd: Rename function names to reflect their struct names
Yuyang Du
4
-32
/
+31
2017-06-13
usb: usbip: set buffer pointers to NULL after free
Michael Grzeschik
2
-0
/
+8
2017-06-12
USB: usbip: convert to use DRIVER_ATTR_RW
Greg Kroah-Hartman
1
-4
/
+3
2017-05-17
USB: usbip: fix nonconforming hub descriptor
Johan Hovold
1
-3
/
+8
2017-04-08
usb: usbip: Remove unnecessary get_vdev()
Yuyang Du
1
-30
/
+2
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2017-03-02
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+11
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
1
-0
/
+1
2017-02-27
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-09
drivers: usb: usbip: Add missing break statement to switch
Gustavo A. R. Silva
1
-0
/
+1
2016-12-26
usbip_recv(): switch to sock_recvmsg()
Al Viro
1
-21
/
+11
2016-12-06
usbip: fix warning in vhci_hcd_probe/lockdep_init_map
Shuah Khan
1
-0
/
+1
[next]