aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)Author
2020-09-17usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman
2020-05-27USB: core: Fix misleading driver bug reportAlan Stern
2020-04-29USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern
2019-08-25USB: CDC: fix sanity checks in CDC union parserOliver Neukum
2019-05-08USB: core: Fix unterminated string returned by usb_string()Alan Stern
2019-05-02USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng
2019-05-02USB: Add new USB LPM helpersKai-Heng Feng
2018-09-05usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol
2018-03-06usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches
2017-11-28USB: add device-tree support for interfacesJohan Hovold
2017-11-28usb: core: lower log level when device is not able to deal with stringKai-Heng Feng
2017-11-09usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi
2017-11-07usb: core: add Status Type definitionsFelipe Balbi
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman
2017-09-21USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab
2017-01-19usb: core: update comments for send message functionsJaejoong Kim
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum
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
2015-10-04usb: message: remove redundant declarationKris Borer
2015-09-22usb: interface authorization: Introduces the USB interface authorizationStefan Koch
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern
2014-09-28usb: core: log higher level message on malformed LANGID descriptorScot Doyle
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern
2013-05-17usb: message: Fixed parenthesis error in sizeof function.Tülin İzer
2013-05-17usb: message: Fixed error: 'no space before bracket'Tülin İzer
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior
2012-11-21USB: core: Free the allocated memory before exiting on errorSachin Kamat