| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: refactor sandbox flags | Dmitry Vyukov | 2019-11-16 | 1 | -8/+4 |
| * | executor: rename some macros | Dmitry Vyukov | 2019-11-16 | 1 | -81/+81 |
| * | pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macros | Dmitry Vyukov | 2019-11-16 | 1 | -14/+10 |
| * | executor: rename some flags | Dmitry Vyukov | 2019-11-16 | 1 | -13/+13 |
| * | executor: remove pointless macro checks | Dmitry Vyukov | 2019-11-16 | 1 | -5/+2 |
| * | executor: consider NLMSG_DONE type in netlink_send_ext() | Jiri Pirko | 2019-11-15 | 1 | -0/+4 |
| * | executor, pkg/host: update usb raw-gadget interface | Andrey Konovalov | 2019-11-15 | 1 | -18/+18 |
| * | sys/fuchsia: remove deprecated exception APIs | David Pursell | 2019-11-14 | 1 | -37/+54 |
| * | executor: rename devlink port netdevices to defined names | Jiri Pirko | 2019-11-14 | 1 | -2/+85 |
| * | executor: pass struct nlmsg to netlink_* helpers | Jiri Pirko | 2019-11-14 | 1 | -107/+119 |
| * | executor: extend netlink_device_change() to allow name changes | Jiri Pirko | 2019-11-14 | 1 | -10/+13 |
| * | executor: identify netdev by ifindex in netlink_device_change() | Jiri Pirko | 2019-11-14 | 1 | -1/+1 |
| * | executor: push out devlink generic netlink id getter into a separate function | Jiri Pirko | 2019-11-14 | 1 | -7/+22 |
| * | executor: update the list of raw usb events | Andrey Konovalov | 2019-11-05 | 1 | -2/+0 |
| * | executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget | Andrey Konovalov | 2019-11-04 | 1 | -87/+86 |
| * | executor: fix setup of vxcan | Dmitry Vyukov | 2019-11-03 | 1 | -0/+1 |
| * | executor: move fixed pci devlink handle into network namespace | Jiri Pirko | 2019-11-03 | 1 | -5/+102 |
| * | executor: create netdevsim device | Jiri Pirko | 2019-10-25 | 1 | -0/+10 |
| * | syz-fuzzer, executor: Add support for blacklisting data race frames | Marco Elver | 2019-10-22 | 1 | -1/+25 |
| * | executor/usb: enable endpoints on SET_INTERFACE | Andrey Konovalov | 2019-10-21 | 1 | -50/+187 |
| * | Change KCSAN info file to debugfs | Marco Elver | 2019-10-08 | 1 | -1/+1 |
| * | executor, host, csource: Add support to enable KCSAN | Marco Elver | 2019-10-04 | 1 | -0/+11 |
| * | executor: handle USB IN requests with wLength == 0 | Andrey Konovalov | 2019-09-19 | 1 | -3/+6 |
| * | executor: always provide DEVICE_QUALIFIER USB descriptor | Andrey Konovalov | 2019-09-19 | 1 | -0/+15 |
| * | executor/fuchsia: close vmo handle in syz_mmap. | Marco Vanotti | 2019-09-12 | 1 | -0/+5 |
| * | executor/fuchsia: don't crash on syz_mmap failure. | Marco Vanotti | 2019-09-11 | 1 | -3/+7 |
| * | executor/usb: use UTF16 encoding for default string | Andrey Konovalov | 2019-09-06 | 1 | -5/+18 |
| * | executor/usb: fix null-ptr-deref in syz_usb_control_io | Andrey Konovalov | 2019-09-06 | 1 | -2/+2 |
| * | executor/usb: improve debugging messages | Andrey Konovalov | 2019-09-06 | 1 | -9/+9 |
| * | executor/usb: allow syz_usb_control_io args to be 0 | Andrey Konovalov | 2019-09-06 | 1 | -2/+7 |
| * | sys/linux, executor: basic support for multiple USB interfaces | Andrey Konovalov | 2019-09-06 | 1 | -15/+26 |
| * | executor: fix sigsegv for default USB string response | Andrey Konovalov | 2019-09-05 | 1 | -1/+1 |
| * | all: convert Fuchsia to use "host fuzzing" mode | Matthew Dempsky | 2019-08-27 | 1 | -0/+2 |
| * | sys/linux, executor: minor USB fixes (#1361) | Andrey Konovalov | 2019-08-23 | 1 | -3/+6 |
| * | executor: fix procid not declared properly for netbsd (#1358) | Andrey Konovalov | 2019-08-22 | 1 | -1/+1 |
| * | sys/linux: add basic USB CDC Ethernet descriptions (#1328) | Andrey Konovalov | 2019-08-09 | 1 | -1/+1 |
| * | executer/common_bsd.h: increase the number of tap/tun devices for NetBSD | R3x | 2019-08-08 | 1 | -0/+6 |
| * | executor: add some USB realted TODOs (#1319) | Andrey Konovalov | 2019-08-07 | 1 | -1/+0 |
| * | executor: drop CAP_SYS_NICE | Dmitry Vyukov | 2019-07-22 | 1 | -1/+1 |
| * | executor: drop CAP_SYS_PTRACE with sandbox=none | Dmitry Vyukov | 2019-07-22 | 1 | -12/+22 |
| * | sys/fuchsia: update zx_clock_get syscall (#1292) | Marco Vanotti | 2019-07-16 | 1 | -1/+2 |
| * | sys/linux, executor: improve USB descriptions | Andrey Konovalov | 2019-07-16 | 1 | -6/+49 |
| * | executor: add network packet injection for NetBSD | Siddharth M | 2019-07-14 | 1 | -10/+14 |
| * | executor: fix out-of-bounds in USB fuzzing code | Andrey Konovalov | 2019-07-11 | 1 | -4/+8 |
| * | executor: update USB fuzzing code to use new kernel API | Andrey Konovalov | 2019-07-11 | 1 | -42/+68 |
| * | executor: make errors during thread creation exit zero | Anton Lindqvist | 2019-07-04 | 1 | -2/+2 |
| * | sys/linux, executor: run make extract and generate | Andrey Konovalov | 2019-07-01 | 1 | -19/+71 |
| * | sys/linux, executor: run make extract and generate | Andrey Konovalov | 2019-06-24 | 1 | -30/+72 |
| * | pkg/csource: generate timeouts for USB syzcalls | Andrey Konovalov | 2019-05-31 | 1 | -1/+1 |
| * | executor: exit after first detected leak in C repros | Dmitry Vyukov | 2019-05-21 | 1 | -6/+0 |