aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09usb: renesas_usbhs: Add support for RZ/A1Chris Brandt5-1/+76
2018-01-09usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2018-01-09USB: ohci: da8xx: remove clk con_idDavid Lechner1-1/+1
2018-01-09USB: musb: da8xx: remove clock con_idDavid Lechner1-1/+1
2018-01-09USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern1-15/+13
2018-01-09USB: fix usbmon BUG triggerPete Zaitcev1-1/+7
2018-01-09USB: serial: ark3116: move TIOCGSERIAL ioctl case to functionMikhail Zaytsev1-13/+19
2018-01-09USB: serial: ark3116: remove dummy TIOCSSERIAL ioctlMikhail Zaytsev1-4/+2
2018-01-08Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-0/+2
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman28-245/+265
2018-01-04usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan1-2/+9
2018-01-04usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan1-14/+3
2018-01-04usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-0/+19
2018-01-04usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-1/+1
2018-01-04USB: usbip: remove useless call in usbip_recvGustavo A. R. Silva1-1/+0
2018-01-04USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha2-7/+3
2018-01-04USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl1-0/+1
2018-01-02usb: musb: remove unused pipe variableCorentin Labbe1-3/+0
2018-01-02usb: musb: remove unused frame variableCorentin Labbe1-2/+0
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman18-71/+77
2018-01-02USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò1-0/+1
2017-12-29phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam1-0/+2
2017-12-27usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson1-0/+3
2017-12-27xhci: Fix use-after-free in xhci debugfsAlexander Kappner1-8/+8
2017-12-27xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman1-3/+3
2017-12-27Merge tag 'usb-serial-4.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-0/+27
2017-12-27USB: serial: ftdi_sio: add id for Airbus DS P8GRMax Schulze2-0/+7
2017-12-21usb: chipidea: tegra: Use aligned DMA on Tegra30Dmitry Osipenko1-1/+1
2017-12-19Merge tag 'usb-ci-v4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman1-1/+1
2017-12-19usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2017-12-19usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2017-12-19usbip: stub_rx: fix static checker warning on unnecessary checksShuah Khan1-10/+1
2017-12-19usbip: prevent leaking socket pointer address in messagesShuah Khan3-14/+7
2017-12-19usbip: stub: stop printing kernel pointer addresses in messagesShuah Khan3-10/+8
2017-12-19usbip: vhci: stop printing kernel pointer addresses in messagesShuah Khan3-23/+13
2017-12-19USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman1-1/+1
2017-12-19USB: serial: option: adding support for YUGA CLM920-NC5SZ Lin (林上智)1-0/+9
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman32-117/+279
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman1-0/+70
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi3-0/+55
2017-12-15USB: serial: qcserial: add Sierra Wireless EM7565Reinhard Speyerer1-0/+3
2017-12-15USB: serial: option: add support for Telit ME910 PID 0x1101Daniele Palmas1-0/+8
2017-12-14USB: serial: io_edgeport: fix possible sleep-in-atomicJia-Ju Bai1-1/+0
2017-12-14usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda3-0/+21
2017-12-13USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2017-12-13Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman1-6/+3
2017-12-13usb: renesas_usbhs: set the mode by using extcon state for non-otg channelYoshihiro Shimoda1-1/+14
2017-12-13usb: renesas_usbhs: Add a function to write the UGCTRL2 registerYoshihiro Shimoda1-4/+7
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson5-4/+114
2017-12-13USB: chipidea: msm: fix ulpi-node lookupJohan Hovold1-1/+1