summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)2018-05-161-1/+2
* usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)2018-05-153-15/+60
* usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2018-05-152-14/+52
* usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)2018-05-151-0/+6
* usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan2018-05-151-2/+2
* usbip: usbip_event: fix to not print kernel pointer addressShuah Khan2018-04-221-4/+0
* usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan2018-04-221-0/+5
* usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan2018-04-221-1/+1
* usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan2018-04-221-0/+13
* 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/+3
| * 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/+0
* | Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-028-57/+29
|\|
| * usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan2017-12-191-10/+1
| * usbip: prevent leaking socket pointer address in messagesShuah Khan2017-12-193-14/+7
| * usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-10/+8
| * usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan2017-12-193-23/+13
* | 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/+0
* | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-3/+0
* | 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-1320-287/+29
|\
| * USB: usbip: Remove redundant license textGreg Kroah-Hartman2017-11-0720-277/+0
| * usbip: use monotonic timestampsArnd Bergmann2017-11-073-6/+5
| * 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/+0
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+3
|\
| * USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3
* | 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