aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: detect common mistakes in the common executor headerDmitry Vyukov2019-11-281-2/+4
* executor: Add debug message in case devlink namespace move failsJiri Pirko2019-11-281-2/+6
* executor: Fix value of DEVLINK_ATTR_NETNS_FDJiri Pirko2019-11-281-1/+1
* Call initialize_devlink_ports only when a device has been createdAndrei Vagin2019-11-261-3/+4
* executor: extend USB debug messagesAndrey Konovalov2019-11-191-44/+430
* executor: add missing includesDenis Efremov2019-11-191-0/+3
* executor: refactor sandbox flagsDmitry Vyukov2019-11-161-8/+4
* executor: rename some macrosDmitry Vyukov2019-11-161-81/+81
* pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macrosDmitry Vyukov2019-11-161-14/+10
* executor: rename some flagsDmitry Vyukov2019-11-161-13/+13
* executor: remove pointless macro checksDmitry Vyukov2019-11-161-5/+2
* executor: consider NLMSG_DONE type in netlink_send_ext()Jiri Pirko2019-11-151-0/+4
* executor, pkg/host: update usb raw-gadget interfaceAndrey Konovalov2019-11-151-18/+18
* sys/fuchsia: remove deprecated exception APIsDavid Pursell2019-11-141-37/+54
* executor: rename devlink port netdevices to defined namesJiri Pirko2019-11-141-2/+85
* executor: pass struct nlmsg to netlink_* helpersJiri Pirko2019-11-141-107/+119
* executor: extend netlink_device_change() to allow name changesJiri Pirko2019-11-141-10/+13
* executor: identify netdev by ifindex in netlink_device_change()Jiri Pirko2019-11-141-1/+1
* executor: push out devlink generic netlink id getter into a separate functionJiri Pirko2019-11-141-7/+22
* 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-87/+86
* executor: fix setup of vxcanDmitry Vyukov2019-11-031-0/+1
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-5/+102
* executor: create netdevsim deviceJiri Pirko2019-10-251-0/+10
* syz-fuzzer, executor: Add support for blacklisting data race framesMarco Elver2019-10-221-1/+25
* executor/usb: enable endpoints on SET_INTERFACEAndrey Konovalov2019-10-211-50/+187
* Change KCSAN info file to debugfsMarco Elver2019-10-081-1/+1
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+11
* executor: handle USB IN requests with wLength == 0Andrey Konovalov2019-09-191-3/+6
* executor: always provide DEVICE_QUALIFIER USB descriptorAndrey Konovalov2019-09-191-0/+15
* executor/fuchsia: close vmo handle in syz_mmap.Marco Vanotti2019-09-121-0/+5
* executor/fuchsia: don't crash on syz_mmap failure.Marco Vanotti2019-09-111-3/+7
* executor/usb: use UTF16 encoding for default stringAndrey Konovalov2019-09-061-5/+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
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+2
* sys/linux, executor: minor USB fixes (#1361)Andrey Konovalov2019-08-231-3/+6
* executor: fix procid not declared properly for netbsd (#1358)Andrey Konovalov2019-08-221-1/+1
* sys/linux: add basic USB CDC Ethernet descriptions (#1328)Andrey Konovalov2019-08-091-1/+1
* executer/common_bsd.h: increase the number of tap/tun devices for NetBSDR3x2019-08-081-0/+6
* executor: add some USB realted TODOs (#1319)Andrey Konovalov2019-08-071-1/+0
* executor: drop CAP_SYS_NICEDmitry Vyukov2019-07-221-1/+1
* executor: drop CAP_SYS_PTRACE with sandbox=noneDmitry Vyukov2019-07-221-12/+22
* sys/fuchsia: update zx_clock_get syscall (#1292)Marco Vanotti2019-07-161-1/+2
* sys/linux, executor: improve USB descriptionsAndrey Konovalov2019-07-161-6/+49
* executor: add network packet injection for NetBSDSiddharth M2019-07-141-10/+14
* executor: fix out-of-bounds in USB fuzzing codeAndrey Konovalov2019-07-111-4/+8