summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-201-2/+6
|\
| * usbip: vudc: fix null pointer dereference on udc->lockColin Ian King2018-03-091-2/+6
* | usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings2018-03-091-1/+1
|/
* usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2018-02-152-0/+5
* USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman2018-01-243-8/+8
* usbip: vhci_hcd: update 'status' file header and formatShuah Khan2018-01-221-6/+6
* Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman2018-01-153-16/+31
|\
| * usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan2018-01-041-2/+9
| * usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan2018-01-041-14/+3Star
| * usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2018-01-041-0/+19
* | usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2018-01-041-1/+1
* | USB: usbip: remove useless call in usbip_recvGustavo A. R. Silva2018-01-041-1/+0Star
* | Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-028-57/+29Star
|\|
| * usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan2017-12-191-10/+1Star
| * usbip: prevent leaking socket pointer address in messagesShuah Khan2017-12-193-14/+7Star
| * usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-10/+8Star
| * usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-23/+13Star
* | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-185-20/+65
|\|
| * usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan2017-12-081-0/+7
| * usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2017-12-082-9/+17
| * usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2017-12-081-4/+31
| * usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan2017-12-081-7/+11
| * usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du2017-11-301-1/+0Star
* | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-3/+0Star
* | USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-281-1/+1
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1420-287/+29Star
|\
| * USB: usbip: Remove redundant license textGreg Kroah-Hartman2017-11-0720-277/+0Star
| * usbip: use monotonic timestampsArnd Bergmann2017-11-073-6/+5Star
| * usbip: fix off-by-one frame number calculationArnd Bergmann2017-11-071-1/+1
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0420-0/+20
| * usb: usbip: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal2017-08-311-1/+1
* usbip: auto retry for concurrent attachNobuo Iwata2017-08-311-1/+5
* USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-224-8/+0Star
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-4/+3Star
|\
| * USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3Star
* | usbip: Fix uninitialized variable bug in vhciYuyang Du2017-06-271-1/+1
* | usbip: vhci-hcd: Clean up the code by adding a new macroYuyang Du2017-06-132-6/+9
* | usbip: vhci-hcd: Add USB3 port status bitsYuyang Du2017-06-131-6/+50
* | usbip: Add USB_SPEED_SUPER as valid argYuyang Du2017-06-131-0/+1
* | usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du2017-06-133-94/+345
* | usbip: vhci-hcd: Set the vhci structure up to workYuyang Du2017-06-134-105/+145
* | usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2017-06-131-23/+28
* | usbip: vhci-hcd: Move VHCI platform device into vhci structYuyang Du2017-06-133-13/+13
* | usbip: vhci-hcd: Add vhci structYuyang Du2017-06-131-1/+11
* | usbip: vhci-hcd: Rename function names to reflect their struct namesYuyang Du2017-06-134-32/+31Star
* | usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik2017-06-132-0/+8
|/
* USB: usbip: fix nonconforming hub descriptorJohan Hovold2017-05-171-3/+8
* usb: usbip: Remove unnecessary get_vdev()Yuyang Du2017-04-081-30/+2Star