aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
2019-09-12usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan
2019-09-12usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan
2019-05-23usb: usbip: fix isoc packet num validation in get_pipeMalte Leip
2018-11-13usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwrittenShuah Khan (Samsung OSG)
2018-11-10usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)
2018-05-24usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva
2018-05-16usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan
2018-04-22usbip: usbip_event: fix to not print kernel pointer addressShuah Khan
2018-04-22usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan
2018-04-22usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan
2018-04-22usbip: vhci_hcd: check rhport before using in vhci_hub_control()Shuah Khan
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman
2018-03-09usbip: vudc: fix null pointer dereference on udc->lockColin Ian King
2018-03-09usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings
2018-02-15usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman
2018-01-22usbip: vhci_hcd: update 'status' file header and formatShuah Khan
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman
2018-01-04usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan
2018-01-04usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan
2018-01-04usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan
2018-01-04usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King
2018-01-04USB: usbip: remove useless call in usbip_recvGustavo A. R. Silva
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman
2017-12-19usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan
2017-12-19usbip: prevent leaking socket pointer address in messagesShuah Khan
2017-12-19usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan
2017-12-19usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern
2017-12-08usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan
2017-12-08usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan
2017-12-08usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan
2017-12-08usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan
2017-11-30usbip: Fix USB device hang due to wrong enabling of scatter-gatherYuyang Du
2017-11-28USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: usbip: Remove redundant license textGreg Kroah-Hartman
2017-11-07usbip: use monotonic timestampsArnd Bergmann
2017-11-07usbip: fix off-by-one frame number calculationArnd Bergmann
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: usbip: Convert timers to use timer_setup()Kees Cook
2017-08-31usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata
2017-07-22USB: usbip: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman