aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/config.c
AgeCommit message (Expand)Author
2021-12-14usb: core: config: using bit mask instead of individual bitsPavel Hofman
2021-12-14usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman
2020-12-02USB: core: add endpoint-blacklist quirkJohan Hovold
2020-01-14USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern
2020-01-12USB: core: fix check for duplicate endpointsJohan Hovold
2019-11-12USB: Skip endpoints with 0 maxpacket lengthAlan Stern
2019-09-21USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern
2019-06-09USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern
2019-04-03Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman
2019-03-27USB: core: only clean up what we allocatedAndrey Konovalov
2018-05-09USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern
2018-01-02USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman
2017-12-20USB: core: prevent malicious bNumInterfaces overflowAlan Stern
2017-12-10USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern
2017-09-19USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman
2017-09-18usb: Increase quirk delay for USB devicesDmitry Fleytman
2017-03-14usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault
2017-01-05USB: fix problems with duplicate endpoint addressesAlan Stern
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman
2016-09-16USB: change bInterval default to 10 msAlan Stern
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman
2015-12-01usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorMathias Nyman
2015-09-21usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman
2014-08-01usb-core bInterval quirkJames P Michels III
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede
2012-09-10usb: Fail a get config when the port is powered off.Lan Tianyu
2011-09-26usbcore: get BOS descriptor setAndiry Xu
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-01usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz
2010-05-20USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp
2009-07-28USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp