summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
Commit message (Expand)AuthorAgeFilesLines
* usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()Suwan Kim2019-06-051-7/+5Star
* Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman2019-06-031-22/+53
|\
| * usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan2019-05-291-13/+23
| * usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan2019-05-211-22/+43
* | usbip: usbip_host: cleanup do_rebind() return pathShuah Khan2019-05-211-5/+3Star
|/
* Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-082-10/+5Star
|\
| * usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva2019-04-301-0/+1
| * usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()Dan Carpenter2019-04-251-3/+3
| * usbip: Remove unnecessary null checkSuwan Kim2019-03-191-7/+1Star
* | usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2019-04-252-9/+10
|/
* usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan2019-01-301-1/+2
* Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-281-7/+0Star
|\
| * USB: usbip: delete README fileGreg Kroah-Hartman2019-01-181-7/+0Star
* | usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan2019-01-251-2/+4
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+2
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-261-1/+9
|\ \
| * | usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)2018-10-181-1/+9
| |/
* / usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)2018-10-091-15/+42
|/
* usb: usbip: remove redundant pointer epColin Ian King2018-07-131-2/+0Star
* usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva2018-05-241-8/+16
* 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/+0Star
* 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/+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