| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | usbip: Use min to simplify stub_send_ret_submit | Thorsten Blum | 1 | -6/+3 |
| 2025-10-13 | usb: vhci-hcd: Replace pr_*() with dev_*() logging | Cristian Ciocaltea | 1 | -35/+39 |
| 2025-10-13 | usb: vhci-hcd: Switch to dev_err_probe() in probe path | Cristian Ciocaltea | 1 | -9/+7 |
| 2025-10-13 | usbip: Fix locking bug in RT-enabled kernels | Lizhi Xu | 1 | -3/+3 |
| 2025-09-25 | usb: vhci-hcd: Prevent suspending virtually attached devices | Cristian Ciocaltea | 1 | -0/+22 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-01-17 | usbip: Correct format specifier for seqnum from %d to %u | Xiong Nandi | 4 | -6/+6 |
| 2025-01-17 | usbip: Fix seqnum sign extension issue in vhci_tx_urb | Xiong Nandi | 1 | -1/+1 |
| 2025-01-15 | USB: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-12-24 | usbip: vudc: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
| 2024-12-24 | usbip: Accept arbitrarily long scatter-gather list | Jason Long | 1 | -6/+2 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2 | -2/+2 |
| 2024-08-12 | Merge 6.11-rc3 into usb-next | Greg Kroah-Hartman | 1 | -3/+6 |
| 2024-07-31 | usbip: Add USB_SPEED_SUPER_PLUS as valid arg | Łukasz Bartosik | 2 | -19/+20 |
| 2024-07-31 | usb: vhci-hcd: Do not drop references before new references are gained | Oliver Neukum | 1 | -3/+6 |
| 2024-06-04 | usbip: Don't submit special requests twice | Simon Holesch | 1 | -27/+50 |
| 2024-01-04 | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng | 1 | -4/+4 |
| 2023-11-22 | USB: usbip: vudc: Convert to platform remove callback returning void | Uwe Kleine-König | 3 | -4/+3 |
| 2023-11-03 | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -31/+22 |
| 2023-10-16 | usb/usbip: fix wrong data added to platform device | Hongren Zheng | 1 | -7/+8 |
| 2023-10-08 | usbip: Use platform_device_register_full() | Andy Shevchenko | 1 | -35/+20 |
| 2023-10-08 | USB: usbip: fix stub_dev hub disconnect | Jonas Blixt | 1 | -2/+7 |
| 2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher | 1 | -6/+0 |
| 2023-08-08 | USB: usbip: Remove an unnecessary goto | Ruan Jinjie | 1 | -2/+1 |
| 2023-08-04 | USB: usbip: Remove an unnecessary NULL value | Ruan Jinjie | 1 | -1/+1 |
| 2023-06-23 | usbip: usbip_host: Replace strlcpy with strscpy | Azeem Shaikh | 1 | -3/+1 |
| 2023-05-28 | usbip: vhci_hcd: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-12-21 | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+1 |
| 2022-12-19 | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 1 | -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 | -3/+7 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -1/+1 |
| 2022-11-11 | usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK define | Shuah Khan | 1 | -1/+3 |
| 2022-10-22 | USB: usbip: missing lock in stub down | Jose Ignacio Tornos Martinez | 1 | -0/+2 |
| 2022-10-22 | usbip: convert sysfs snprintf to sysfs_emit | Xuezhi Zhang | 1 | -1/+1 |
| 2022-10-22 | usbip: vudc: Convert snprintf() to sysfs_emit() | Jules Irenge | 1 | -1/+1 |
| 2022-08-31 | usbip: add USBIP_URB_* URB transfer flags | Shuah Khan | 2 | -5/+90 |
| 2022-08-19 | usb: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-06-10 | usbip: vudc: Don't enable IRQs prematurely | Dan Carpenter | 1 | -7/+7 |
| 2022-06-10 | USB: usbip: clean up mixed use of _irq() and _irqsave() | Dan Carpenter | 1 | -3/+3 |
| 2022-04-21 | usb: usbip: add missing device lock on tweak configuration cmd | Niels Dossche | 1 | -0/+2 |
| 2022-04-21 | usb: usbip: fix a refcount leak in stub_probe() | Hangyu Hua | 1 | -1/+1 |
| 2022-03-18 | usb: usbip: eliminate anonymous module_init & module_exit | Randy Dunlap | 1 | -4/+4 |
| 2022-02-14 | usbip: vudc: Make use of the helper macro LIST_HEAD() | Cai Huoqing | 1 | -1/+1 |
| 2021-11-17 | usb: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -1/+0 |
| 2021-08-26 | usbip:vhci_hcd USB port can get stuck in the disabled state | Shuah Khan | 1 | -1/+7 |
| 2021-08-26 | usbip: clean up code in vhci_device_unlink_cleanup | Anirudh Rayabharam | 1 | -40/+12 |
| 2021-08-26 | usbip: give back URBs for unsent unlink requests during cleanup | Anirudh Rayabharam | 1 | -0/+24 |
| 2021-04-28 | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2021-04-20 | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 7 | -21/+154 |
| 2021-04-12 | usbip: vudc: fix missing unlock on error in usbip_sockfd_store() | Ye Bin | 1 | -0/+2 |
| 2021-04-05 | usbip: synchronize event handler with sysfs code paths | Shuah Khan | 1 | -0/+2 |
| 2021-04-05 | usbip: vudc synchronize sysfs code paths | Shuah Khan | 2 | -0/+6 |
| 2021-04-05 | usbip: stub-dev synchronize sysfs code paths | Shuah Khan | 1 | -2/+9 |
| 2021-04-05 | usbip: add sysfs_lock to synchronize sysfs code paths | Shuah Khan | 3 | -5/+29 |
| 2021-03-26 | usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() | Shuah Khan | 1 | -0/+2 |
| 2021-03-17 | usbip: Fix incorrect double assignment to udc->ud.tcp_rx | Colin Ian King | 1 | -1/+1 |
| 2021-03-10 | usbip: fix vudc usbip_sockfd_store races leading to gpf | Shuah Khan | 1 | -8/+34 |
| 2021-03-10 | usbip: fix vhci_hcd attach_store() races leading to gpf | Shuah Khan | 1 | -4/+25 |
| 2021-03-10 | usbip: fix stub_dev usbip_sockfd_store() races leading to gpf | Shuah Khan | 1 | -7/+25 |
| 2021-03-10 | usbip: fix vudc to check for stream socket | Shuah Khan | 1 | -0/+9 |
| 2021-03-10 | usbip: fix vhci_hcd to check for stream socket | Shuah Khan | 1 | -1/+9 |
| 2021-03-10 | usbip: fix stub_dev to check for stream socket | Shuah Khan | 1 | -1/+11 |
| 2021-03-06 | kcov: Remove kcov include from sched.h and move it to its users. | Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2021-01-11 | Merge 5.11-rc3 into usb-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2021-01-07 | usb: usbip: Use DEFINE_SPINLOCK() for spinlock | Zheng Yongjun | 1 | -3/+1 |
| 2021-01-04 | usb: usbip: vhci_hcd: protect shift size | Randy Dunlap | 1 | -0/+2 |
| 2020-12-28 | kcov, usbip: collect coverage from vhci_rx_loop | Nazime Hande Harputluoglu | 3 | -0/+32 |
| 2020-10-28 | usbip: Remove in_interrupt() check | Ahmed S. Darwish | 1 | -5/+0 |
| 2020-10-07 | usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled | Shuah Khan | 1 | -1/+7 |
| 2020-10-05 | Merge 5.9-rc8 into usb-next | Greg Kroah-Hartman | 1 | -6/+0 |
| 2020-09-25 | Revert "usbip: Implement a match function to fix usbip" | M. Vefa Bicakci | 1 | -6/+0 |
| 2020-09-16 | usbip: simplify the return expression of usbip_core_init() | Liu Shixin | 1 | -7/+1 |
| 2020-08-18 | usbip: Implement a match function to fix usbip | M. Vefa Bicakci | 1 | -0/+6 |
| 2020-07-09 | usbip: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -8/+7 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -7/+7 |
| 2019-12-17 | usbip: Fix error path of vhci_recv_ret_submit() | Suwan Kim | 1 | -4/+9 |
| 2019-12-17 | usbip: Fix receive error in vhci-hcd when using scatter-gather | Suwan Kim | 1 | -0/+3 |
| 2019-11-13 | usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() | Suwan Kim | 1 | -18/+32 |
| 2019-11-12 | USBIP: add config dependency for SGL_ALLOC | Oliver Neukum | 1 | -0/+1 |
| 2019-11-04 | Merge 5.4-rc6 into usb-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2019-10-28 | usbip: Fix free of unallocated memory in vhci tx | Suwan Kim | 1 | -0/+3 |
| 2019-10-14 | Merge 5.4-rc3 into usb-next | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-10-04 | usbip: clean up an indentation issue | Colin Ian King | 1 | -1/+1 |
| 2019-10-04 | usbip: vhci_hcd indicate failed message | Mao Wenan | 1 | -2/+2 |
| 2019-09-03 | usbip: Implement SG support to vhci-hcd and stub driver | Suwan Kim | 8 | -127/+380 |
| 2019-08-09 | USB: usbip: convert to use dev_groups | Greg Kroah-Hartman | 1 | -42/+8 |
| 2019-08-06 | USB: usbip: convert platform driver to use dev_groups | Greg Kroah-Hartman | 4 | -11/+8 |
| 2019-06-05 | usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink() | Suwan Kim | 1 | -7/+5 |
| 2019-06-03 | Merge 5.2-rc3 into usb-next | Greg Kroah-Hartman | 1 | -22/+53 |
| 2019-05-29 | usbip: usbip_host: fix stub_dev lock context imbalance regression | Shuah Khan | 1 | -13/+23 |
| 2019-05-21 | usbip: usbip_host: fix BUG: sleeping function called from invalid context | Shuah Khan | 1 | -22/+43 |
| 2019-05-21 | usbip: usbip_host: cleanup do_rebind() return path | Shuah Khan | 1 | -5/+3 |
| 2019-05-08 | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -10/+5 |
| 2019-04-30 | usbip: vhci_hcd: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-04-25 | usb: usbip: fix isoc packet num validation in get_pipe | Malte Leip | 2 | -9/+10 |
| 2019-04-25 | usbip: stub_rx: tidy the indenting in is_clear_halt_cmd() | Dan Carpenter | 1 | -3/+3 |
| 2019-03-19 | usbip: Remove unnecessary null check | Suwan Kim | 1 | -7/+1 |
| 2019-01-30 | usbip: Fix vep_free_request() null pointer checks on input args | Shuah Khan | 1 | -1/+2 |
| 2019-01-28 | Merge 5.0-rc4 into usb-next | Greg Kroah-Hartman | 1 | -7/+0 |
| 2019-01-25 | usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path | Shuah Khan | 1 | -2/+4 |
| 2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+2 |
| 2019-01-18 | USB: usbip: delete README file | Greg Kroah-Hartman | 1 | -7/+0 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-26 | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+9 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-10-18 | usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten | Shuah Khan (Samsung OSG) | 1 | -1/+9 |
| 2018-10-09 | usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() | Shuah Khan (Samsung OSG) | 1 | -15/+42 |
| 2018-07-13 | usb: usbip: remove redundant pointer ep | Colin Ian King | 1 | -2/+0 |
| 2018-05-24 | usbip: vhci_sysfs: fix potential Spectre v1 | Gustavo A. R. Silva | 1 | -8/+16 |
| 2018-05-16 | usbip: usbip_host: fix bad unlock balance during stub_probe() | Shuah Khan (Samsung OSG) | 1 | -1/+2 |
| 2018-05-15 | usbip: usbip_host: fix NULL-ptr deref and use-after-free errors | Shuah Khan (Samsung OSG) | 3 | -15/+60 |
| 2018-05-15 | usbip: usbip_host: run rebind from exit when module is removed | Shuah Khan (Samsung OSG) | 2 | -14/+52 |
| 2018-05-15 | usbip: usbip_host: delete device from busid_table after rebind | Shuah Khan (Samsung OSG) | 1 | -0/+6 |
| 2018-05-15 | usbip: usbip_host: refine probe and disconnect debug msgs to be useful | Shuah Khan | 1 | -2/+2 |
| 2018-04-22 | usbip: usbip_event: fix to not print kernel pointer address | Shuah Khan | 1 | -4/+0 |
| 2018-04-22 | usbip: usbip_host: fix to hold parent lock for device_attach() calls | Shuah Khan | 1 | -0/+5 |
| 2018-04-22 | usbip: vhci_hcd: Fix usb device and sockfd leaks | Shuah Khan | 1 | -1/+1 |
| 2018-04-22 | usbip: vhci_hcd: check rhport before using in vhci_hub_control() | Shuah Khan | 1 | -0/+13 |
| 2018-03-20 | Merge branch 4.16-rc6 into usb-next | Greg Kroah-Hartman | 1 | -2/+6 |
| 2018-03-09 | usbip: vudc: fix null pointer dereference on udc->lock | Colin Ian King | 1 | -2/+6 |
| 2018-03-09 | usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS | Ben Hutchings | 1 | -1/+1 |
| 2018-02-15 | usbip: keep usbip_device sockfd state in sync with tcp_socket | Shuah Khan | 2 | -0/+5 |
| 2018-01-24 | USB: move many drivers to use DEVICE_ATTR_WO | Greg Kroah-Hartman | 3 | -8/+8 |
| 2018-01-22 | usbip: vhci_hcd: update 'status' file header and format | Shuah Khan | 1 | -6/+6 |
| 2018-01-15 | Merge 4.15-rc8 into usb-next | Greg Kroah-Hartman | 3 | -16/+31 |
| 2018-01-04 | usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer | Shuah Khan | 1 | -2/+9 |
| 2018-01-04 | usbip: remove kernel addresses from usb device and urb debug msgs | Shuah Khan | 1 | -14/+3 |
| 2018-01-04 | usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input | Shuah Khan | 1 | -0/+19 |
| 2018-01-04 | usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously" | Colin Ian King | 1 | -1/+1 |
| 2018-01-04 | USB: usbip: remove useless call in usbip_recv | Gustavo A. R. Silva | 1 | -1/+0 |
| 2018-01-02 | Merge 4.15.0-rc6 into usb-next | Greg Kroah-Hartman | 8 | -57/+29 |
| 2017-12-19 | usbip: stub_rx: fix static checker warning on unnecessary checks | Shuah Khan | 1 | -10/+1 |
| 2017-12-19 | usbip: prevent leaking socket pointer address in messages | Shuah Khan | 3 | -14/+7 |
| 2017-12-19 | usbip: stub: stop printing kernel pointer addresses in messages | Shuah Khan | 3 | -10/+8 |
| 2017-12-19 | usbip: vhci: stop printing kernel pointer addresses in messages | Shuah Khan | 3 | -23/+13 |
| 2017-12-18 | Merge 4.15-rc4 into usb-next | Greg Kroah-Hartman | 5 | -20/+65 |
| 2017-12-12 | USB: remove the URB_NO_FSBR flag | Alan Stern | 1 | -3/+0 |
| 2017-12-08 | usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer | Shuah Khan | 1 | -0/+7 |
| 2017-12-08 | usbip: prevent vhci_hcd driver from leaking a socket pointer address | Shuah Khan | 2 | -9/+17 |
| 2017-12-08 | usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input | Shuah Khan | 1 | -4/+31 |
| 2017-12-08 | usbip: fix stub_rx: get_pipe() to validate endpoint number | Shuah Khan | 1 | -7/+11 |
| 2017-11-30 | usbip: Fix USB device hang due to wrong enabling of scatter-gather | Yuyang Du | 1 | -1/+0 |
| 2017-11-28 | USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously" | Colin Ian King | 1 | -1/+1 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 20 | -287/+29 |
| 2017-11-07 | USB: usbip: Remove redundant license text | Greg Kroah-Hartman | 20 | -277/+0 |
| 2017-11-07 | usbip: use monotonic timestamps | Arnd Bergmann | 3 | -6/+5 |
| 2017-11-07 | usbip: fix off-by-one frame number calculation | Arnd Bergmann | 1 | -1/+1 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 20 | -0/+20 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | usb: usbip: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+3 |
| 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 |
| 2016-12-05 | usbip: vudc: Refactor init_vudc_hw() to be more obvious | Krzysztof Opasiak | 1 | -17/+18 |
| 2016-12-05 | usbip: vudc: fix: Clear already_seen flag also for ep0 | Krzysztof Opasiak | 1 | -0/+2 |
| 2016-11-18 | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-11-07 | usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.c | Nobuo Iwata | 1 | -1/+2 |
| 2016-11-03 | usb: ip: remove unnecessary & operation | Felipe Balbi | 1 | -1/+1 |
| 2016-10-27 | usb: usbip:checkpatch; fix bare use of unsigned | Jai Krishna | 2 | -7/+7 |
| 2016-09-27 | usb: Kconfig: using select for USB_COMMON dependency | Peter Chen | 1 | -1/+2 |
| 2016-08-30 | usb: usbip: vudc: fix left shift overflow | Nicolas Iooss | 1 | -1/+1 |
| 2016-08-30 | usbip: vudc: Fix apparent cut-n-paste error | Dave Jones | 1 | -1/+1 |
| 2016-08-15 | usbip: vhci_hcd: fix return value check in add_platform_device() | Wei Yongjun | 1 | -2/+2 |
| 2016-08-15 | usb: usbip: stub_rx: don't print error when allocating urb fails | Wolfram Sang | 1 | -1/+0 |
| 2016-08-09 | usbip: vhci extension: modifications to vhci driver | Nobuo Iwata | 5 | -180/+497 |
| 2016-06-20 | Merge 4.7-rc4 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-06-17 | usbip: rate limit get_frame_number message | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-06-07 | usb: usbip: remove null check | Sudip Mukherjee | 1 | -1/+1 |
| 2016-06-07 | usbip: don't call stub_device_reset() during stub_disconnect() | Alexander Popov | 1 | -1/+1 |
| 2016-04-29 | usb: usbip: Avoid NULL pointer dereference in case of error | Krzysztof Opasiak | 1 | -1/+1 |
| 2016-04-29 | usbip: vudc: make dev_desc attribute binary | Igor Kotrasinski | 1 | -6/+14 |
| 2016-04-28 | usbip: vudc: fix Kconfig dependencies | Arnd Bergmann | 1 | -4/+4 |
| 2016-04-28 | usbip: safe completion against unbind operation | Nobuo Iwata | 1 | -1/+4 |
| 2016-04-28 | usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() | Krzysztof Opasiak | 4 | -6/+6 |
| 2016-04-28 | usbip: fix NULL pointer dereference on errors | Alexander Popov | 4 | -18/+12 |
| 2016-04-28 | usb: usbip: vudc: Fix WARN_ON() usage pattern | Krzysztof Opasiak | 1 | -3/+2 |
| 2016-04-26 | usbip: vudc: Add vudc to Kconfig | Igor Kotrasinski | 2 | -0/+14 |