aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15USB: CDC: fix sanity checks in CDC union parserOliver Neukum1-2/+2
2019-04-16USB: core: Fix unterminated string returned by usb_string()Alan Stern1-1/+3
2019-02-20usb: core: skip interfaces disabled in devicetreeMans Rullgard1-0/+7
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng1-2/+1
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng1-1/+1
2018-09-05usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman1-0/+11
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior1-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol1-1/+1
2018-03-06usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+4
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi1-0/+24
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches1-3/+3
2017-11-28USB: add device-tree support for interfacesJohan Hovold1-5/+13
2017-11-28usb: core: lower log level when device is not able to deal with stringKai-Heng Feng1-1/+1
2017-11-09usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi1-0/+2
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi1-7/+40
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi1-3/+3
2017-11-07usb: core: add Status Type definitionsFelipe Balbi1-2/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-09-21USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman1-0/+4
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab1-0/+1
2017-01-19usb: core: update comments for send message functionsJaejoong Kim1-18/+15
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+3
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros1-0/+5
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang1-4/+1
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum1-0/+153
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2015-10-04usb: message: remove redundant declarationKris Borer1-2/+0
2015-09-22usb: interface authorization: Introduces the USB interface authorizationStefan Koch1-0/+38
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+1
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern1-20/+3
2014-09-28usb: core: log higher level message on malformed LANGID descriptorScot Doyle1-3/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+5
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede1-2/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-3/+2
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-0/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-2/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-0/+4
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-22/+27
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern1-4/+9
2013-05-17usb: message: Fixed parenthesis error in sizeof function.Tülin İzer1-1/+1
2013-05-17usb: message: Fixed error: 'no space before bracket'Tülin İzer1-7/+7
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-1/+1
2012-11-21USB: core: Free the allocated memory before exiting on errorSachin Kamat1-1/+2
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-9/+0
2012-11-11USB: fix endpoint-disabling for failed config changesAlan Stern1-23/+31