aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/config.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-12usb: core: config: using bit mask instead of individual bitsGravatar Pavel Hofman 1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesGravatar Pavel Hofman 1-1/+1
2021-10-06usb: core: config: Change sizeof(struct ...) to sizeof(*...)Gravatar Robert Greener 1-2/+2
2020-11-13usb: fix a few cases of -WfallthroughGravatar Nick Desaulniers 1-0/+1
2020-07-10usb: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGravatar Greg Kroah-Hartman 1-4/+4
2020-02-10USB: core: clean up endpoint-descriptor parsingGravatar Johan Hovold 1-12/+8
2020-02-10USB: core: add endpoint-blacklist quirkGravatar Johan Hovold 1-0/+11
2020-01-06USB: Fix: Don't skip endpoint descriptors with maxpacket=0Gravatar Alan Stern 1-4/+8
2019-12-30USB: core: fix check for duplicate endpointsGravatar Johan Hovold 1-12/+58
2019-11-04Merge 5.4-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-0/+5
2019-10-28USB: Skip endpoints with 0 maxpacket lengthGravatar Alan Stern 1-0/+5
2019-10-10USB: core: drop OOM messageGravatar Johan Hovold 1-7/+5
2019-09-04USB: usbcore: Fix slab-out-of-bounds bug during device resetGravatar Alan Stern 1-4/+8
2019-05-21USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorGravatar Alan Stern 1-2/+2
2019-02-19usb: core: config: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+3
2019-02-04usb: core: Move variable initialization to appropriate placeGravatar Suwan Kim 1-2/+1
2019-01-07usb: core: Simplify return value of usb_get_configuration()Gravatar Suwan Kim 1-4/+1
2018-05-03USB: Accept bulk endpoints with 1024-byte maxpacketGravatar Alan Stern 1-1/+3
2017-12-19USB: Fix off by one in type-specific length check of BOS SSP capabilityGravatar Mathias Nyman 1-1/+1
2017-12-13USB: core: prevent malicious bNumInterfaces overflowGravatar Alan Stern 1-1/+3
2017-12-13Revert "USB: core: only clean up what we allocated"Gravatar Greg Kroah-Hartman 1-6/+3
2017-12-12USB: core: only clean up what we allocatedGravatar Andrey Konovalov 1-3/+6
2017-11-28USB: core: Add type-specific length check of BOS descriptorsGravatar Masakazu Mokuno 1-4/+24
2017-11-03USB: core: move existing SPDX tags to top of the fileGravatar Greg Kroah-Hartman 1-1/+1
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Gravatar Alan Stern 1-2/+4
2017-09-19USB: fix out-of-bounds in usb_set_configurationGravatar Greg Kroah-Hartman 1-3/+11
2017-09-18usb: Increase quirk delay for USB devicesGravatar Dmitry Fleytman 1-1/+1
2017-03-14usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkGravatar Samuel Thibault 1-0/+10
2017-01-05USB: fix problems with duplicate endpoint addressesGravatar Alan Stern 1-0/+10
2016-10-29USB: core: add missing license information to some filesGravatar Greg Kroah-Hartman 1-0/+5
2016-09-16USB: change bInterval default to 10 msGravatar Alan Stern 1-11/+17
2016-08-23USB: fix typo in wMaxPacketSize validationGravatar Alan Stern 1-1/+1
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsGravatar Alan Stern 1-3/+63
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingGravatar Mathias Nyman 1-9/+7
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportGravatar Mathias Nyman 1-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorGravatar Mathias Nyman 1-0/+31
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesGravatar Mathias Nyman 1-1/+2
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageGravatar Ben Hutchings 1-1/+2
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorGravatar Mathias Nyman 1-0/+4
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Gravatar Mathias Nyman 1-2/+3
2014-08-01usb-core bInterval quirkGravatar James P Michels III 1-0/+11
2014-03-12Merge 3.14-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-0/+4
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsGravatar Julius Werner 1-0/+4
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hGravatar Hans de Goede 1-1/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-09usb: core: get config and string descriptors for unauthorized devicesGravatar Thomas Pugliese 1-7/+0
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceGravatar Hans de Goede 1-1/+2
2012-09-10usb: Fail a get config when the port is powered off.Gravatar Lan Tianyu 1-0/+2
2011-09-26usbcore: get BOS descriptor setGravatar Andiry Xu 1-0/+103