aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman1-9/+7
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-03-18usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange1-2/+3
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds15-165/+608
2016-03-05USB: core: let USB device know device nodePeter Chen3-1/+58
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant1-5/+58
2016-03-03usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum1-5/+5
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman1-5/+3
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven2-12/+22
2016-02-20Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman1-5/+3
2016-02-14usb: retry reset if a device times outOliver Neukum1-1/+7
2016-02-14USB: Add support for usbfs zerocopy.Steinar H. Gunderson1-25/+202
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman1-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman1-0/+31
2016-02-09drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar1-2/+2
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit3-20/+20
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-02-03usb: no locking for reading descriptors in sysfsOliver Neukum1-5/+1
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum1-20/+49
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit3-23/+9
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman1-3/+5
2016-01-24usb: hub: do not clear BOS field during reset deviceDu, Changbin1-3/+5
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang3-5/+5
2016-01-24USB: core, devio: use to_usb_deviceGeliang Tang2-2/+2
2016-01-24usb: core: use kbasename() instead of open-coded variantAndy Shevchenko1-7/+2
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman3-10/+75
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman1-0/+23
2016-01-24usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman1-0/+3
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman1-1/+3
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman7-22/+30
2016-01-24usb: Use memdup_user to reuse the codeRahul Pathak1-5/+4
2016-01-24usb: core: devio.c: Removed unnecessary spaceChase Metzger1-1/+1
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+13
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki2-1/+13
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-34/+193
2016-01-08USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso2-1/+13
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro4-14/+46
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro2-50/+2
2015-12-21Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman1-3/+19
2015-12-18USB: fix invalid memory access in hub_activate()Alan Stern1-3/+19
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman4-11/+27
2015-12-11USB: add quirk for devices with broken LPMAlan Stern2-1/+12
2015-12-04usb: make "nousb" a clear module parameterOliver Neukum1-5/+0
2015-12-04usb: Add connected retry on resume for non SS devicesAl Cooper1-6/+10
2015-12-04usb: Quiet down false peer failure messagesDon Zickus1-2/+2
2015-12-01usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu3-4/+105
2015-12-01usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2-14/+56
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2015-12-01usb: core : hub: Fix BOS 'NULL pointer' kernel panicHans Yang1-7/+8