aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09USB: core: Avoid WARNings for 0-length descriptor requestsGravatar Alan Stern 1-0/+6
2020-12-07USB: core: drop pipe-type check from new control-message helpersGravatar Johan Hovold 1-4/+1
2020-12-04USB: core: return -EREMOTEIO on short usb_control_msg_recv()Gravatar Johan Hovold 1-1/+1
2020-12-04USB: core: drop short-transfer check from usb_control_msg_send()Gravatar Johan Hovold 1-3/+2
2020-10-28usb: core: Replace in_interrupt() in commentsGravatar Ahmed S. Darwish 1-13/+22
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-6/+0
2020-09-25USB: correct API of usb_control_msg_send/recvGravatar Oliver Neukum 1-9/+16
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Gravatar Christoph Hellwig 1-49/+42
2020-09-17usb: don't inherity DMA properties for USB devicesGravatar Christoph Hellwig 1-6/+0
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGravatar Greg Kroah-Hartman 1-19/+19
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Gravatar Greg Kroah-Hartman 1-0/+133
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredGravatar Mathias Nyman 1-49/+42
2020-05-05USB: core: Fix misleading driver bug reportGravatar Alan Stern 1-2/+2
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryGravatar Alan Stern 1-1/+8
2020-03-24usb: core: Add ACPI support for USB interface devicesGravatar Andy Shevchenko 1-0/+2
2019-08-15USB: CDC: fix sanity checks in CDC union parserGravatar Oliver Neukum 1-2/+2
2019-04-16USB: core: Fix unterminated string returned by usb_string()Gravatar Alan Stern 1-1/+3
2019-02-20usb: core: skip interfaces disabled in devicetreeGravatar Mans Rullgard 1-0/+7
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceGravatar Kai-Heng Feng 1-2/+1
2019-01-18USB: Add new USB LPM helpersGravatar Kai-Heng Feng 1-1/+1
2018-09-05usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Gravatar Mathias Nyman 1-0/+11
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackGravatar Sebastian Andrzej Siewior 1-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+3
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayGravatar Ruslan Bilovol 1-1/+1
2018-03-06usb: quirks: add control message delay for 1b1c:1b20Gravatar Danilo Krummrich 1-0/+4
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYGravatar Felipe Balbi 1-0/+24
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesGravatar Joe Perches 1-3/+3
2017-11-28USB: add device-tree support for interfacesGravatar Johan Hovold 1-5/+13
2017-11-28usb: core: lower log level when device is not able to deal with stringGravatar Kai-Heng Feng 1-1/+1
2017-11-09usb: core: message: remember to reset 'ret' to 0 when necessaryGravatar Felipe Balbi 1-0/+2
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Gravatar Felipe Balbi 1-7/+40
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Gravatar Felipe Balbi 1-3/+3
2017-11-07usb: core: add Status Type definitionsGravatar Felipe Balbi 1-2/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGravatar Greg Kroah-Hartman 1-1/+1
2017-09-21USB: core: harden cdc_parse_cdc_headerGravatar Greg Kroah-Hartman 1-0/+4
2017-04-11usb: get rid of some ReST doc build errorsGravatar Mauro Carvalho Chehab 1-0/+1
2017-01-19usb: core: update comments for send message functionsGravatar Jaejoong Kim 1-18/+15
2016-10-29USB: core: add missing license information to some filesGravatar Greg Kroah-Hartman 1-0/+3
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesGravatar Roger Quadros 1-0/+5
2016-08-30usb: core: message: don't print on ENOMEMGravatar Wolfram Sang 1-4/+1
2016-07-18usbnet: move the CDC parser into USB coreGravatar Oliver Neukum 1-0/+153
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()Gravatar David Mosberger 1-20/+17
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.Gravatar David Mosberger 1-8/+7
2015-10-04usb: message: remove redundant declarationGravatar Kris Borer 1-2/+0
2015-09-22usb: interface authorization: Introduces the USB interface authorizationGravatar Stefan Koch 1-0/+38
2015-09-22usb: interface authorization: Introduces the default interface authorizationGravatar Stefan Koch 1-0/+1
2015-01-25USB: don't cancel queued resets when unbinding driversGravatar Alan Stern 1-20/+3
2014-09-28usb: core: log higher level message on malformed LANGID descriptorGravatar Scot Doyle 1-3/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+5