aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_usb.h
Commit message (Expand)AuthorAgeFilesLines
* executor: extend USB debug messagesAndrey Konovalov2019-11-191-43/+435
* executor, pkg/host: update usb raw-gadget interfaceAndrey Konovalov2019-11-151-18/+18
* executor: update the list of raw usb eventsAndrey Konovalov2019-11-051-2/+0
* executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadgetAndrey Konovalov2019-11-041-88/+87
* executor/usb: enable endpoints on SET_INTERFACEAndrey Konovalov2019-10-211-49/+182
* executor: handle USB IN requests with wLength == 0Andrey Konovalov2019-09-191-3/+7
* executor: always provide DEVICE_QUALIFIER USB descriptorAndrey Konovalov2019-09-191-0/+16
* executor/usb: use UTF16 encoding for default stringAndrey Konovalov2019-09-061-6/+18
* executor/usb: fix null-ptr-deref in syz_usb_control_ioAndrey Konovalov2019-09-061-2/+2
* executor/usb: improve debugging messagesAndrey Konovalov2019-09-061-9/+9
* executor/usb: allow syz_usb_control_io args to be 0Andrey Konovalov2019-09-061-2/+7
* sys/linux, executor: basic support for multiple USB interfacesAndrey Konovalov2019-09-061-15/+26
* executor: fix sigsegv for default USB string responseAndrey Konovalov2019-09-051-1/+1
* sys/linux, executor: minor USB fixes (#1361)Andrey Konovalov2019-08-231-3/+6
* sys/linux: add basic USB CDC Ethernet descriptions (#1328)Andrey Konovalov2019-08-091-1/+1
* executor: add some USB realted TODOs (#1319)Andrey Konovalov2019-08-071-0/+2
* sys/linux, executor: improve USB descriptionsAndrey Konovalov2019-07-161-6/+49
* executor: fix out-of-bounds in USB fuzzing codeAndrey Konovalov2019-07-111-5/+9
* executor: update USB fuzzing code to use new kernel APIAndrey Konovalov2019-07-111-42/+68
* sys/linux, executor: add syz_usb_ep_read syzkallAndrey Konovalov2019-07-011-19/+71
* sys/linux, executor: add basic USB HID fuzzing supportAndrey Konovalov2019-06-241-30/+73
* executor: fix another compiler warningAndrey Konovalov2019-04-251-1/+1
* executor: fix compiler warningAndrey Konovalov2019-04-241-2/+2
* executor: use NONFAILING in common_usb.hAndrey Konovalov2019-04-231-105/+130
* executor: adjust waiting time for all usb syzcallsAndrey Konovalov2019-04-231-2/+0
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-0/+452