summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman2018-09-051-0/+11
* usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior2018-06-281-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3
* usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-03-061-0/+4
* usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+24
* usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-3/+3
* USB: add device-tree support for interfacesJohan Hovold2017-11-281-5/+13
* usb: core: lower log level when device is not able to deal with stringKai-Heng Feng2017-11-281-1/+1
* usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi2017-11-091-0/+2
* usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-7/+40
* usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi2017-11-071-3/+3
* usb: core: add Status Type definitionsFelipe Balbi2017-11-071-2/+2
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
* usb: get rid of some ReST doc build errorsMauro Carvalho Chehab2017-04-111-0/+1
* usb: core: update comments for send message functionsJaejoong Kim2017-01-191-18/+15
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+3
* usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros2016-09-131-0/+5
* usb: core: message: don't print on ENOMEMWolfram Sang2016-08-301-4/+1
* usbnet: move the CDC parser into USB coreOliver Neukum2016-07-181-0/+153
* drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger2016-04-261-20/+17
* drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger2016-04-261-8/+7
* usb: message: remove redundant declarationKris Borer2015-10-041-2/+0
* usb: interface authorization: Introduces the USB interface authorizationStefan Koch2015-09-221-0/+38
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+1
* USB: don't cancel queued resets when unbinding driversAlan Stern2015-01-251-20/+3
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-281-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-3/+2
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-011-2/+5
|\ \ \
| * | | usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2014-03-041-2/+5
| | |/ | |/|
* / | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-071-0/+1
|/ /
* | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* | USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-071-2/+2
|/
* usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-161-0/+4
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-22/+27
* USB: simplify the interface of usb_get_status()Alan Stern2013-07-311-4/+9
* usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-171-1/+1
* usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-171-7/+7
* usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-111-1/+1
* USB: core: Free the allocated memory before exiting on errorSachin Kamat2012-11-211-1/+2
* usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-9/+0
* USB: fix endpoint-disabling for failed config changesAlan Stern2012-11-111-23/+31
* USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman2012-09-131-2/+0
* USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp2012-07-111-0/+3
* USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp2012-07-111-0/+1
* USB: Disable LPM while the device is unconfigured.Sarah Sharp2012-07-111-3/+4
* Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman2012-06-201-1/+2
|\