aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-10-06usb: core: config: Change sizeof(struct ...) to sizeof(*...)Robert Greener1-2/+2
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers1-0/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman1-4/+4
2020-02-10USB: core: clean up endpoint-descriptor parsingJohan Hovold1-12/+8
2020-02-10USB: core: add endpoint-blacklist quirkJohan Hovold1-0/+11
2020-01-06USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern1-4/+8
2019-12-30USB: core: fix check for duplicate endpointsJohan Hovold1-12/+58
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman1-0/+5
2019-10-28USB: Skip endpoints with 0 maxpacket lengthAlan Stern1-0/+5
2019-10-10USB: core: drop OOM messageJohan Hovold1-7/+5
2019-09-04USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern1-4/+8
2019-05-21USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern1-2/+2
2019-02-19usb: core: config: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+3
2019-02-04usb: core: Move variable initialization to appropriate placeSuwan Kim1-2/+1
2019-01-07usb: core: Simplify return value of usb_get_configuration()Suwan Kim1-4/+1
2018-05-03USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern1-1/+3
2017-12-19USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman1-1/+1
2017-12-13USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2017-12-13Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman1-6/+3
2017-12-12USB: core: only clean up what we allocatedAndrey Konovalov1-3/+6
2017-11-28USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno1-4/+24
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-09-19USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-3/+11
2017-09-18usb: Increase quirk delay for USB devicesDmitry Fleytman1-1/+1
2017-03-14usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault1-0/+10
2017-01-05USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+5
2016-09-16USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern1-3/+63
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman1-9/+7
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman1-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman1-0/+31
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-1/+2
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorMathias Nyman1-0/+4
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2014-08-01usb-core bInterval quirkJames P Michels III1-0/+11
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman1-0/+4
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner1-0/+4
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede1-1/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese1-7/+0
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede1-1/+2
2012-09-10usb: Fail a get config when the port is powered off.Lan Tianyu1-0/+2
2011-09-26usbcore: get BOS descriptor setAndiry Xu1-0/+103