index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
config.c
Age
Commit message (
Expand
)
Author
12 days
usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor
Johannes BrĂ¼derl
2025-09-06
usb: core: eUSB2 companion descriptor is for isoc IN endpoints only
Sakari Ailus
2025-09-06
usb: core: Parse eUSB2 companion descriptors for high speed devices only
Sakari Ailus
2025-09-06
usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint()
Sakari Ailus
2025-07-01
usb: core: config: Prevent OOB read in SS endpoint companion parsing
Xinyu Liu
2025-05-21
usb: core: config: Use USB API functions rather than constants
Chen Ni
2025-02-21
USB: core: Add eUSB2 descriptor and parsing in USB core
Kannappan R
2025-01-15
USB: Replace own str_plural with common one
Krzysztof Kozlowski
2024-11-13
drivers/usb/core: refactor max with max_t
Sabyrzhan Tasbolatov
2024-07-03
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...
Alan Stern
2024-05-03
USB: usb_parse_endpoint: ignore reserved bits
Oliver Neukum
2023-11-21
usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
Niklas Neronin
2023-08-09
USB: Remove remnants of Wireless USB and UWB
Alan Stern
2022-11-03
USB: core: Change configuration warnings to notices
Alan Stern
2021-12-12
usb: core: config: using bit mask instead of individual bits
Pavel Hofman
2021-12-12
usb: core: config: fix validation of wMaxPacketValue entries
Pavel Hofman
2021-10-06
usb: core: config: Change sizeof(struct ...) to sizeof(*...)
Robert Greener
2020-11-13
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-06-19
USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNORE
Greg Kroah-Hartman
2020-02-10
USB: core: clean up endpoint-descriptor parsing
Johan Hovold
2020-02-10
USB: core: add endpoint-blacklist quirk
Johan Hovold
2020-01-06
USB: Fix: Don't skip endpoint descriptors with maxpacket=0
Alan Stern
2019-12-30
USB: core: fix check for duplicate endpoints
Johan Hovold
2019-11-04
Merge 5.4-rc6 into usb-next
Greg Kroah-Hartman
2019-10-28
USB: Skip endpoints with 0 maxpacket length
Alan Stern
2019-10-10
USB: core: drop OOM message
Johan Hovold
2019-09-04
USB: usbcore: Fix slab-out-of-bounds bug during device reset
Alan Stern
2019-05-21
USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor
Alan Stern
2019-02-19
usb: core: config: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-04
usb: core: Move variable initialization to appropriate place
Suwan Kim
2019-01-07
usb: core: Simplify return value of usb_get_configuration()
Suwan Kim
2018-05-03
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
2017-12-19
USB: Fix off by one in type-specific length check of BOS SSP capability
Mathias Nyman
2017-12-13
USB: core: prevent malicious bNumInterfaces overflow
Alan Stern
2017-12-13
Revert "USB: core: only clean up what we allocated"
Greg Kroah-Hartman
2017-12-12
USB: core: only clean up what we allocated
Andrey Konovalov
2017-11-28
USB: core: Add type-specific length check of BOS descriptors
Masakazu Mokuno
2017-11-03
USB: core: move existing SPDX tags to top of the file
Greg Kroah-Hartman
2017-10-18
USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
Alan Stern
2017-09-19
USB: fix out-of-bounds in usb_set_configuration
Greg Kroah-Hartman
2017-09-18
usb: Increase quirk delay for USB devices
Dmitry Fleytman
2017-03-14
usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk
Samuel Thibault
2017-01-05
USB: fix problems with duplicate endpoint addresses
Alan Stern
2016-10-29
USB: core: add missing license information to some files
Greg Kroah-Hartman
2016-09-16
USB: change bInterval default to 10 ms
Alan Stern
2016-08-23
USB: fix typo in wMaxPacketSize validation
Alan Stern
2016-08-09
USB: validate wMaxPacketValue entries in endpoint descriptors
Alan Stern
2016-03-30
usb: fix regression in SuperSpeed endpoint descriptor parsing
Mathias Nyman
2016-02-14
usb: Add USB 3.1 Precision time measurement capability descriptor support
Mathias Nyman
[next]