summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip
AgeCommit message (Expand)Author
2020-01-04usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim
2019-11-12drivers: usb: usbip: Add missing break statement to switchGustavo A. R. Silva
2019-11-12usbip: fix possibility of dereference by NULLL pointer in vhci_hcd.cNobuo Iwata
2019-11-12usbip: Fix vhci_urb_enqueue() URB null transfer buffer error pathShuah Khan
2019-11-12usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan
2019-06-11usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan
2019-06-11usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan
2019-05-08usb: 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-06-16usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva
2018-05-22usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)
2018-05-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan
2018-05-01usbip: vhci_hcd: Fix usb device and sockfd leaksShuah Khan
2018-05-01usbip: usbip_host: fix to hold parent lock for device_attach() callsShuah Khan
2018-05-01usbip: usbip_event: fix to not print kernel pointer addressShuah Khan
2018-03-18usbip: vudc: fix null pointer dereference on udc->lockColin Ian King
2018-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan
2018-02-03usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bitShuah Khan
2018-01-31usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan
2018-01-23usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan
2018-01-17usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan
2018-01-17usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan
2018-01-17usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan
2018-01-02usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan
2018-01-02usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan
2018-01-02usbip: prevent leaking socket pointer address in messagesShuah Khan
2017-12-20usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan
2017-12-20usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan
2017-12-20usbip: fix stub_rx: get_pipe() to validate endpoint numberShuah Khan
2017-07-12usb: usbip: set buffer pointers to NULL after freeMichael Grzeschik
2017-06-24USB: usbip: fix nonconforming hub descriptorJohan Hovold
2017-01-06usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak
2016-09-27usb: Kconfig: using select for USB_COMMON dependencyPeter Chen
2016-08-30usb: usbip: vudc: fix left shift overflowNicolas Iooss
2016-08-30usbip: vudc: Fix apparent cut-n-paste errorDave Jones
2016-08-15usbip: vhci_hcd: fix return value check in add_platform_device()Wei Yongjun
2016-08-15usb: usbip: stub_rx: don't print error when allocating urb failsWolfram Sang
2016-08-09usbip: vhci extension: modifications to vhci driverNobuo Iwata
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman
2016-06-17usbip: rate limit get_frame_number messageGreg Kroah-Hartman
2016-06-07usb: usbip: remove null checkSudip Mukherjee
2016-06-07usbip: don't call stub_device_reset() during stub_disconnect()Alexander Popov
2016-04-29usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak
2016-04-29usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski
2016-04-28usbip: vudc: fix Kconfig dependenciesArnd Bergmann
2016-04-28usbip: safe completion against unbind operationNobuo Iwata
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak