summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | megaraid_sas: Fix probing cards without io portYinghai Lu2016-08-102-4/+4
| | | * | aacraid: Check size values after double-fetch from userDave Carroll2016-08-081-2/+11
| | | * | fcoe: Use kfree_skb() instead of kfree()Wei Yongjun2016-08-041-1/+1
| * | | | Merge tag 'usb-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-08-1931-79/+215
| |\ \ \ \
| | * | | | xhci: don't dereference a xhci member after removing xhciMathias Nyman2016-08-161-1/+2
| | * | | | usb: xhci: Fix panic if disconnectJim Lin2016-08-161-0/+3
| | * | | | xhci: really enqueue zero length TRBs.Alban Browaeys2016-08-161-1/+2
| | * | | | xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-08-161-6/+7
| | * | | | cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2016-08-152-4/+2
| | * | | | Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-124-1/+40
| | |\ \ \ \
| | | * | | | USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-08-081-1/+3
| | | * | | | USB: serial: option: add support for Telit LE920A4Daniele Palmas2016-08-081-0/+21
| | | * | | | USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardSheng-Hui J. Chu2016-08-082-0/+7
| | | * | | | USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesRobert Deliƫn2016-08-082-0/+8
| | | * | | | USB: serial: option: add D-Link DWM-156/A3Lubomir Rintel2016-08-081-0/+1
| | | |/ / /
| | * | | | usb: misc: usbtest: add fix for driver hangLu Baolu2016-08-111-3/+4
| | * | | | Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-1115-35/+69
| | |\ \ \ \
| | | * | | | usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1
| | | * | | | usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
| | | * | | | usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin2016-08-111-0/+6
| | | * | | | usb: udc: core: fix error handlingPeter Chen2016-08-111-1/+4
| | | * | | | usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter2016-08-111-1/+1
| | | * | | | usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
| | | * | | | usb: gadget: composite: Fix return value in case of errorChristophe JAILLET2016-08-111-2/+2
| | | * | | | usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET2016-08-111-1/+1
| | | * | | | usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
| | | * | | | usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-111-1/+1
| | | * | | | usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
| | | * | | | usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe()Wei Yongjun2016-08-111-0/+2
| | | * | | | usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang2016-08-111-0/+2
| | | * | | | usb: gadget: u_ether: fix dereference after null check coverify warningPeter Chen2016-08-111-1/+2
| | | * | | | usb: gadget: composite: fix dereference after null check coverify warningPeter Chen2016-08-111-0/+2
| | | * | | | usb: renesas_usbhs: Use dmac only if the pipe type is bulkYoshihiro Shimoda2016-08-111-2/+2
| | | * | | | usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()Yoshihiro Shimoda2016-08-111-2/+5
| | | * | | | usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacYoshihiro Shimoda2016-08-111-1/+2
| | | * | | | usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus2016-08-101-0/+2
| | | * | | | usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-101-1/+1
| | | * | | | usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-101-3/+20
| | | * | | | usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-08-101-8/+11
| | | |/ / /
| | * | | | usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim2016-08-091-1/+1
| | * | | | USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern2016-08-091-1/+3
| | * | | | usb: devio, do not warn when allocation failsJiri Slaby2016-08-091-1/+2
| | * | | | usb: ehci: change order of register cleanup during shutdownMarc Ohlf2016-08-091-2/+2
| | * | | | USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern2016-08-091-3/+63
| | * | | | usb: misc: ftdi-elan: Fix off-by-one memory corruptionsXiao Han2016-08-091-5/+5
| | * | | | usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-091-1/+1
| | * | | | USB: hub: change the locking in hub_activateAlan Stern2016-08-091-3/+3
| | * | | | USB: hub: fix up early-exit pathway in hub_activateAlan Stern2016-08-091-9/+6
| | * | | | usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar2016-08-091-2/+0
| | |/ / /
| * | | | Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-1911-28/+119
| |\ \ \ \
OpenPOWER on IntegriCloud