| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 5.11-rc3 into usb-next | Greg Kroah-Hartman | 2021-01-11 | 1 | -0/+2 |
|\ |
|
| * | usb: usbip: vhci_hcd: protect shift size | Randy Dunlap | 2021-01-04 | 1 | -0/+2 |
* | | usb: usbip: Use DEFINE_SPINLOCK() for spinlock | Zheng Yongjun | 2021-01-07 | 1 | -3/+1 |
* | | kcov, usbip: collect coverage from vhci_rx_loop | Nazime Hande Harputluoglu | 2020-12-28 | 3 | -0/+32 |
|/ |
|
* | usbip: Remove in_interrupt() check | Ahmed S. Darwish | 2020-10-28 | 1 | -5/+0 |
* | usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled | Shuah Khan | 2020-10-07 | 1 | -1/+7 |
* | Merge 5.9-rc8 into usb-next | Greg Kroah-Hartman | 2020-10-05 | 1 | -6/+0 |
|\ |
|
| * | Revert "usbip: Implement a match function to fix usbip" | M. Vefa Bicakci | 2020-09-25 | 1 | -6/+0 |
* | | usbip: simplify the return expression of usbip_core_init() | Liu Shixin | 2020-09-16 | 1 | -7/+1 |
|/ |
|
* | usbip: Implement a match function to fix usbip | M. Vefa Bicakci | 2020-08-18 | 1 | -0/+6 |
* | usbip: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-09 | 4 | -8/+7 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -7/+7 |
* | usbip: Fix error path of vhci_recv_ret_submit() | Suwan Kim | 2019-12-17 | 1 | -4/+9 |
* | usbip: Fix receive error in vhci-hcd when using scatter-gather | Suwan Kim | 2019-12-17 | 1 | -0/+3 |
* | usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() | Suwan Kim | 2019-11-13 | 1 | -18/+32 |
* | USBIP: add config dependency for SGL_ALLOC | Oliver Neukum | 2019-11-12 | 1 | -0/+1 |
* | Merge 5.4-rc6 into usb-next | Greg Kroah-Hartman | 2019-11-04 | 1 | -0/+3 |
|\ |
|
| * | usbip: Fix free of unallocated memory in vhci tx | Suwan Kim | 2019-10-28 | 1 | -0/+3 |
* | | Merge 5.4-rc3 into usb-next | Greg Kroah-Hartman | 2019-10-14 | 1 | -2/+2 |
|\| |
|
| * | usbip: vhci_hcd indicate failed message | Mao Wenan | 2019-10-04 | 1 | -2/+2 |
* | | usbip: clean up an indentation issue | Colin Ian King | 2019-10-04 | 1 | -1/+1 |
|/ |
|
* | usbip: Implement SG support to vhci-hcd and stub driver | Suwan Kim | 2019-09-03 | 8 | -127/+380 |
* | USB: usbip: convert to use dev_groups | Greg Kroah-Hartman | 2019-08-09 | 1 | -42/+8 |
* | USB: usbip: convert platform driver to use dev_groups | Greg Kroah-Hartman | 2019-08-06 | 4 | -11/+8 |
* | usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink() | Suwan Kim | 2019-06-05 | 1 | -7/+5 |
* | Merge 5.2-rc3 into usb-next | Greg Kroah-Hartman | 2019-06-03 | 1 | -22/+53 |
|\ |
|
| * | usbip: usbip_host: fix stub_dev lock context imbalance regression | Shuah Khan | 2019-05-29 | 1 | -13/+23 |
| * | usbip: usbip_host: fix BUG: sleeping function called from invalid context | Shuah Khan | 2019-05-21 | 1 | -22/+43 |
* | | usbip: usbip_host: cleanup do_rebind() return path | Shuah Khan | 2019-05-21 | 1 | -5/+3 |
|/ |
|
* | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2019-05-08 | 2 | -10/+5 |
|\ |
|
| * | usbip: vhci_hcd: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-04-30 | 1 | -0/+1 |
| * | usbip: stub_rx: tidy the indenting in is_clear_halt_cmd() | Dan Carpenter | 2019-04-25 | 1 | -3/+3 |
| * | usbip: Remove unnecessary null check | Suwan Kim | 2019-03-19 | 1 | -7/+1 |
* | | usb: usbip: fix isoc packet num validation in get_pipe | Malte Leip | 2019-04-25 | 2 | -9/+10 |
|/ |
|
* | usbip: Fix vep_free_request() null pointer checks on input args | Shuah Khan | 2019-01-30 | 1 | -1/+2 |
* | Merge 5.0-rc4 into usb-next | Greg Kroah-Hartman | 2019-01-28 | 1 | -7/+0 |
|\ |
|
| * | USB: usbip: delete README file | Greg Kroah-Hartman | 2019-01-18 | 1 | -7/+0 |
* | | usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path | Shuah Khan | 2019-01-25 | 1 | -2/+4 |
* | | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 2019-01-22 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-02 | 1 | -1/+1 |
|\ |
|
| * | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -1/+1 |
* | | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-10-26 | 1 | -1/+9 |
|\ \ |
|
| * | | usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten | Shuah Khan (Samsung OSG) | 2018-10-18 | 1 | -1/+9 |
| |/ |
|
* / | usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() | Shuah Khan (Samsung OSG) | 2018-10-09 | 1 | -15/+42 |
|/ |
|
* | usb: usbip: remove redundant pointer ep | Colin Ian King | 2018-07-13 | 1 | -2/+0 |
* | usbip: vhci_sysfs: fix potential Spectre v1 | Gustavo A. R. Silva | 2018-05-24 | 1 | -8/+16 |
* | usbip: usbip_host: fix bad unlock balance during stub_probe() | Shuah Khan (Samsung OSG) | 2018-05-16 | 1 | -1/+2 |
* | usbip: usbip_host: fix NULL-ptr deref and use-after-free errors | Shuah Khan (Samsung OSG) | 2018-05-15 | 3 | -15/+60 |
* | usbip: usbip_host: run rebind from exit when module is removed | Shuah Khan (Samsung OSG) | 2018-05-15 | 2 | -14/+52 |
* | usbip: usbip_host: delete device from busid_table after rebind | Shuah Khan (Samsung OSG) | 2018-05-15 | 1 | -0/+6 |