| Commit message (Expand) | Author | Age | Files | Lines |
* | usbip: vhci: stop printing kernel pointer addresses in messages | Shuah Khan | 2018-01-02 | 3 | -23/+13 |
* | usbip: stub: stop printing kernel pointer addresses in messages | Shuah Khan | 2018-01-02 | 3 | -10/+8 |
* | usbip: prevent leaking socket pointer address in messages | Shuah Khan | 2018-01-02 | 3 | -13/+6 |
* | usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer | Shuah Khan | 2017-12-20 | 1 | -0/+7 |
* | usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input | Shuah Khan | 2017-12-20 | 1 | -4/+31 |
* | usbip: fix stub_rx: get_pipe() to validate endpoint number | Shuah Khan | 2017-12-20 | 1 | -7/+11 |
* | usb: usbip: set buffer pointers to NULL after free | Michael Grzeschik | 2017-07-12 | 2 | -0/+8 |
* | USB: usbip: fix nonconforming hub descriptor | Johan Hovold | 2017-06-24 | 1 | -3/+8 |
* | usbip: vudc: fix: Clear already_seen flag also for ep0 | Krzysztof Opasiak | 2017-01-06 | 1 | -0/+2 |
* | usb: Kconfig: using select for USB_COMMON dependency | Peter Chen | 2016-09-27 | 1 | -1/+2 |
* | usb: usbip: vudc: fix left shift overflow | Nicolas Iooss | 2016-08-30 | 1 | -1/+1 |
* | usbip: vudc: Fix apparent cut-n-paste error | Dave Jones | 2016-08-30 | 1 | -1/+1 |
* | usbip: vhci_hcd: fix return value check in add_platform_device() | Wei Yongjun | 2016-08-15 | 1 | -2/+2 |
* | usb: usbip: stub_rx: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -1/+0 |
* | usbip: vhci extension: modifications to vhci driver | Nobuo Iwata | 2016-08-09 | 5 | -180/+497 |
* | Merge 4.7-rc4 into usb-next | Greg Kroah-Hartman | 2016-06-20 | 1 | -1/+1 |
|\ |
|
| * | usbip: rate limit get_frame_number message | Greg Kroah-Hartman | 2016-06-17 | 1 | -1/+1 |
* | | usb: usbip: remove null check | Sudip Mukherjee | 2016-06-07 | 1 | -1/+1 |
* | | usbip: don't call stub_device_reset() during stub_disconnect() | Alexander Popov | 2016-06-07 | 1 | -1/+1 |
|/ |
|
* | usb: usbip: Avoid NULL pointer dereference in case of error | Krzysztof Opasiak | 2016-04-29 | 1 | -1/+1 |
* | usbip: vudc: make dev_desc attribute binary | Igor Kotrasinski | 2016-04-29 | 1 | -6/+14 |
* | usbip: vudc: fix Kconfig dependencies | Arnd Bergmann | 2016-04-28 | 1 | -4/+4 |
* | usbip: safe completion against unbind operation | Nobuo Iwata | 2016-04-28 | 1 | -1/+4 |
* | usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() | Krzysztof Opasiak | 2016-04-28 | 4 | -6/+6 |
* | usbip: fix NULL pointer dereference on errors | Alexander Popov | 2016-04-28 | 4 | -18/+12 |
* | usb: usbip: vudc: Fix WARN_ON() usage pattern | Krzysztof Opasiak | 2016-04-28 | 1 | -3/+2 |
* | usbip: vudc: Add vudc to Kconfig | Igor Kotrasinski | 2016-04-26 | 2 | -0/+14 |
* | usbip: vudc: Add SysFS infrastructure for VUDC | Igor Kotrasinski | 2016-04-26 | 1 | -0/+221 |
* | usbip: vudc: Add UDC specific ops | Igor Kotrasinski | 2016-04-26 | 1 | -0/+662 |
* | usbip: vudc: Add vudc_tx | Igor Kotrasinski | 2016-04-26 | 1 | -0/+289 |
* | usbip: vudc: Add vudc_transfer | Igor Kotrasinski | 2016-04-26 | 1 | -0/+506 |
* | usbip: vudc: Add vudc_rx | Igor Kotrasinski | 2016-04-26 | 1 | -0/+234 |
* | usbip: vudc: Add VUDC main file | Igor Kotrasinski | 2016-04-26 | 1 | -0/+113 |
* | usbip: vudc: Make usbip_common vudc-aware | Igor Kotrasinski | 2016-04-26 | 2 | -4/+16 |
* | usbip: vudc: Add header for USB/IP UDC | Igor Kotrasinski | 2016-04-26 | 1 | -0/+190 |
* | usbip: event handler as one thread | Nobuo Iwata | 2016-04-19 | 4 | -45/+137 |
* | USB: usbip: fix potential out-of-bounds write | Ignat Korchagin | 2016-03-30 | 1 | -0/+11 |
* | usbip: move usbip_protocol.txt to Documentation | Christian Lamparter | 2016-03-03 | 1 | -358/+0 |
* | usb: usbip: Fix possible deadlocks reported by lockdep | Andrew Goodbody | 2016-02-03 | 5 | -65/+91 |
* | usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urb | Igor Kotrasinski | 2015-10-04 | 1 | -1/+1 |
* | usbip: vhci_hcd: only return urb at enqueue when served | Igor Kotrasinski | 2015-10-04 | 1 | -1/+3 |
* | usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16 | Vaishali Thakkar | 2015-10-04 | 1 | -1/+1 |
* | usbip: vhci_hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | 1 | -1/+1 |
* | usbip: vhci_hcd: use HUB_CHAR_* | Sergei Shtylyov | 2015-01-25 | 1 | -1/+2 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | usb: usbip: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | usbip: fix error handling in stub_probe() | Alexey Khoroshilov | 2014-12-02 | 1 | -11/+15 |
* | | USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev" | Markus Elfring | 2014-11-24 | 1 | -6/+3 |
|/ |
|
* | usbip: remove struct usb_device_id table | Valentina Manea | 2014-08-25 | 1 | -27/+0 |
* | usbip: move usbip kernel code out of staging | Valentina Manea | 2014-08-25 | 17 | -0/+5664 |