aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_usb_linux.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-9/+5
| | | | | | This is not needed anymore afer the previous commit. Fixes #1918
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-0/+2
|
* executor, sys/linux: syz_usb_ep_read/write accept endpoint addressAndrey Konovalov2020-05-151-10/+47
| | | | | This patch changes syz_usb_ep_read/write pseudo-syscalls to accept endpoint address as specified in its endpoint descriptor, instead of endpoint index.
* executor: stall unknown usb requestsAndrey Konovalov2020-05-151-5/+48
| | | | Also don't fail(), leave that to USB_DEBUG and analyze_control_request().
* executor: split out Linux specific USB codeAndrey Konovalov2020-03-281-0/+523