Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
568400b15a5145cb5d1479ece14e7b6d3a3cb554
/
drivers
/
usb
/
usbip
718bf42
usb: usbip: vhci_hcd: protect shift size
by Randy Dunlap
· 4 years ago
9ca9a25
usbip: Remove in_interrupt() check
by Ahmed S. Darwish
· 4 years, 2 months ago
9e85868
usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled
by Shuah Khan
· 4 years, 3 months ago
168ae5a
Merge 5.9-rc8 into usb-next
by Greg Kroah-Hartman
· 4 years, 3 months ago
d640761
Revert "usbip: Implement a match function to fix usbip"
by M. Vefa Bicakci
· 4 years, 3 months ago
a4e6451
usbip: simplify the return expression of usbip_core_init()
by Liu Shixin
· 4 years, 4 months ago
7a2f297
usbip: Implement a match function to fix usbip
by M. Vefa Bicakci
· 4 years, 5 months ago
2da3b53
usbip: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 6 months ago
a7f7f62
treewide: replace '---help---' in Kconfig files with 'help'
by Masahiro Yamada
· 4 years, 7 months ago
aabb5b8
usbip: Fix error path of vhci_recv_ret_submit()
by Suwan Kim
· 5 years ago
d986294
usbip: Fix receive error in vhci-hcd when using scatter-gather
by Suwan Kim
· 5 years ago
2a91253
usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
by Suwan Kim
· 5 years ago
1ec13ab
USBIP: add config dependency for SGL_ALLOC
by Oliver Neukum
· 5 years ago
16c8373
Merge 5.4-rc6 into usb-next
by Greg Kroah-Hartman
· 5 years ago
d4d8257
usbip: Fix free of unallocated memory in vhci tx
by Suwan Kim
· 5 years ago
bf7c1d9
Merge 5.4-rc3 into usb-next
by Greg Kroah-Hartman
· 5 years ago
faf4b0d
usbip: clean up an indentation issue
by Colin Ian King
· 5 years ago
3f384d7
usbip: vhci_hcd indicate failed message
by Mao Wenan
· 5 years ago
ea44d19
usbip: Implement SG support to vhci-hcd and stub driver
by Suwan Kim
· 5 years ago
c5501d2
USB: usbip: convert to use dev_groups
by Greg Kroah-Hartman
· 5 years ago
91148db
USB: usbip: convert platform driver to use dev_groups
by Greg Kroah-Hartman
· 5 years ago
cf2b501
usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()
by Suwan Kim
· 6 years ago
119a7fd
Merge 5.2-rc3 into usb-next
by Greg Kroah-Hartman
· 6 years ago
3ea3091
usbip: usbip_host: fix stub_dev lock context imbalance regression
by Shuah Khan
· 6 years ago
0c9e8b3
usbip: usbip_host: fix BUG: sleeping function called from invalid context
by Shuah Khan
· 6 years ago
3a38e87
usbip: usbip_host: cleanup do_rebind() return path
by Shuah Khan
· 6 years ago
132d68d
Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
b063f04
usbip: vhci_hcd: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
c409ca3
usb: usbip: fix isoc packet num validation in get_pipe
by Malte Leip
· 6 years ago
409fba2
usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()
by Dan Carpenter
· 6 years ago
fc2f113
usbip: Remove unnecessary null check
by Suwan Kim
· 6 years ago
a2fd23b9
usbip: Fix vep_free_request() null pointer checks on input args
by Shuah Khan
· 6 years ago
c9381e1
Merge 5.0-rc4 into usb-next
by Greg Kroah-Hartman
· 6 years ago
2c904963
usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path
by Shuah Khan
· 6 years ago
cae8dc3
USB: add missing SPDX lines to Kconfig and Makefiles
by Greg Kroah-Hartman
· 6 years ago
fa5762f
USB: usbip: delete README file
by Greg Kroah-Hartman
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
9703fc8
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
e28fd56
usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
by Shuah Khan (Samsung OSG)
· 6 years ago
81f7567
usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
by Shuah Khan (Samsung OSG)
· 6 years ago
a7d8205
usb: usbip: remove redundant pointer ep
by Colin Ian King
· 6 years ago
a0d6ec8
usbip: vhci_sysfs: fix potential Spectre v1
by Gustavo A. R. Silva
· 7 years ago
c171654
usbip: usbip_host: fix bad unlock balance during stub_probe()
by Shuah Khan (Samsung OSG)
· 7 years ago
22076557
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
by Shuah Khan (Samsung OSG)
· 7 years ago
7510df3
usbip: usbip_host: run rebind from exit when module is removed
by Shuah Khan (Samsung OSG)
· 7 years ago
1e180f1
usbip: usbip_host: delete device from busid_table after rebind
by Shuah Khan (Samsung OSG)
· 7 years ago
28b68ac
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
by Shuah Khan
· 7 years ago
4c98248
usbip: usbip_event: fix to not print kernel pointer address
by Shuah Khan
· 7 years ago
4bfb141
usbip: usbip_host: fix to hold parent lock for device_attach() calls
by Shuah Khan
· 7 years ago
9020a7e
usbip: vhci_hcd: Fix usb device and sockfd leaks
by Shuah Khan
· 7 years ago
5b22f67
usbip: vhci_hcd: check rhport before using in vhci_hub_control()
by Shuah Khan
· 7 years ago
a8f25c3
Merge branch 4.16-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
df3334c
usbip: vudc: fix null pointer dereference on udc->lock
by Colin Ian King
· 7 years ago
351a8d4
usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
by Ben Hutchings
· 7 years ago
009f41a
usbip: keep usbip_device sockfd state in sync with tcp_socket
by Shuah Khan
· 7 years ago
ca35910
USB: move many drivers to use DEVICE_ATTR_WO
by Greg Kroah-Hartman
· 7 years ago
5468099
usbip: vhci_hcd: update 'status' file header and format
by Shuah Khan
· 7 years ago
c182ce9b
Merge 4.15-rc8 into usb-next
by Greg Kroah-Hartman
· 7 years ago
5fd77a3
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
by Shuah Khan
· 7 years ago
e1346fd
usbip: remove kernel addresses from usb device and urb debug msgs
by Shuah Khan
· 7 years ago
b78d830
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
by Shuah Khan
· 7 years ago
cb48326
usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"
by Colin Ian King
· 7 years ago
55448d8
USB: usbip: remove useless call in usbip_recv
by Gustavo A. R. Silva
· 7 years ago
01f1918
Merge 4.15.0-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
10c9012
usbip: stub_rx: fix static checker warning on unnecessary checks
by Shuah Khan
· 7 years ago
90120d1
usbip: prevent leaking socket pointer address in messages
by Shuah Khan
· 7 years ago
248a220
usbip: stub: stop printing kernel pointer addresses in messages
by Shuah Khan
· 7 years ago
8272d09
usbip: vhci: stop printing kernel pointer addresses in messages
by Shuah Khan
· 7 years ago
d9e3d89
Merge 4.15-rc4 into usb-next
by Greg Kroah-Hartman
· 7 years ago
aa15d3d2
USB: remove the URB_NO_FSBR flag
by Alan Stern
· 7 years ago
be6123d
usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer
by Shuah Khan
· 7 years ago
2f2d008
usbip: prevent vhci_hcd driver from leaking a socket pointer address
by Shuah Khan
· 7 years ago
c6688ef
usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
by Shuah Khan
· 7 years ago
635f545
usbip: fix stub_rx: get_pipe() to validate endpoint number
by Shuah Khan
· 7 years ago
770b2ed
usbip: Fix USB device hang due to wrong enabling of scatter-gather
by Yuyang Du
· 7 years ago
81d8a8e
USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
by Colin Ian King
· 7 years ago
894025f
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
7f2b019
USB: usbip: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
6c51441
usbip: use monotonic timestamps
by Arnd Bergmann
· 7 years ago
15081e8
usbip: fix off-by-one frame number calculation
by Arnd Bergmann
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
09e005c
usb: usbip: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
3a16191
usbip: vhci-hcd: make vhci_hc_driver const
by Bhumika Goyal
· 7 years ago
a38711a
usbip: auto retry for concurrent attach
by Nobuo Iwata
· 7 years ago
0c971ed
USB: usbip: remove unneeded MODULE_VERSION() usage
by Greg Kroah-Hartman
· 7 years ago
9746684
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
f0d657e
usbip: Fix uninitialized variable bug in vhci
by Yuyang Du
· 8 years ago
b891245
usbip: vhci-hcd: Clean up the code by adding a new macro
by Yuyang Du
· 8 years ago
a5c7f01
usbip: vhci-hcd: Add USB3 port status bits
by Yuyang Du
· 8 years ago
df9032c
usbip: Add USB_SPEED_SUPER as valid arg
by Yuyang Du
· 8 years ago
1c9de5b
usbip: vhci-hcd: Add USB3 SuperSpeed support
by Yuyang Du
· 8 years ago
03cd00d
usbip: vhci-hcd: Set the vhci structure up to work
by Yuyang Du
· 8 years ago
dff3565
usbip: vhci-hcd: Rework vhci_hcd_init
by Yuyang Du
· 8 years ago
89a73d2
usbip: vhci-hcd: Move VHCI platform device into vhci struct
by Yuyang Du
· 8 years ago
559e9c0
usbip: vhci-hcd: Add vhci struct
by Yuyang Du
· 8 years ago
5ec0edc
usbip: vhci-hcd: Rename function names to reflect their struct names
by Yuyang Du
· 8 years ago
b3b5141
usb: usbip: set buffer pointers to NULL after free
by Michael Grzeschik
· 8 years ago
cc3d53d
USB: usbip: convert to use DRIVER_ATTR_RW
by Greg Kroah-Hartman
· 8 years ago
Next »