summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu
2016-09-27usb: core: Introduce a USB port LED triggerRafał Miłecki
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie
2016-09-19Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman
2016-09-16USB: change bInterval default to 10 msAlan Stern
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros
2016-09-09usb: Kconfig: move ulpi bus support out of hostPeter Chen
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-30usb: core: urb: don't print on ENOMEMWolfram Sang
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang
2016-08-30usb: core: hub: don't print on ENOMEMWolfram Sang
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang
2016-08-23USB: avoid left shift by -1Alan Stern
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern
2016-08-21Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman
2016-08-09usb: core: of.c: fix defined but not declare warningPeter Chen
2016-08-09usb: remove redundant dependency on USB_SUPPORTMasahiro Yamada
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern
2016-08-09usb: devio, do not warn when allocation failsJiri Slaby
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern
2016-08-09USB: hub: change the locking in hub_activateAlan Stern
2016-08-09USB: hub: fix up early-exit pathway in hub_activateAlan Stern
2016-08-09usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum
2016-07-14usb: quirks: Add no-lpm quirk for ElanJoseph Salisbury
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern
2016-06-01usb: quirks: Add no-lpm quirk for Acer C120 LED ProjectorHans de Goede
2016-06-01usb: quirks: Fix sortingHans de Goede
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger
2016-04-26hub: admit devices are SS+Oliver Neukum
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum
2016-03-18usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-03-05USB: core: let USB device know device nodePeter Chen
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant