aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-0/+2
* executor: fix FUTEX_WAKE callDmitry Vyukov2019-12-161-1/+1
* executor: check pwrite return values againDmitry Vyukov2019-12-101-2/+10
* executor: fix syz_mount_imageDmitry Vyukov2019-12-101-32/+23
* 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-1/+1
* executor: add missing includesDenis Efremov2019-11-191-0/+3
* executor: refactor sandbox flagsDmitry Vyukov2019-11-161-9/+5
* executor: rename some macrosDmitry Vyukov2019-11-161-58/+58
* pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macrosDmitry Vyukov2019-11-161-13/+11
* executor: rename some flagsDmitry Vyukov2019-11-161-12/+12
* executor: consider NLMSG_DONE type in netlink_send_ext()Jiri Pirko2019-11-151-0/+4
* 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: fix setup of vxcanDmitry Vyukov2019-11-031-1/+2
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-4/+102
* sys/linux: add support for basic devlink syscallsJiri Pirko2019-10-251-1/+1
* 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-1/+5
* Change KCSAN info file to debugfsMarco Elver2019-10-081-1/+1
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-0/+8
* executor: drop CAP_SYS_NICEDmitry Vyukov2019-07-221-4/+12
* executor: drop CAP_SYS_PTRACE with sandbox=noneDmitry Vyukov2019-07-221-17/+25
* executor: exit after first detected leak in C reprosDmitry Vyukov2019-05-211-6/+0
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-30/+152
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-0/+15
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-2/+10
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-11/+11
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-81/+137
* executor: fix format stringsDmitry Vyukov2019-02-191-2/+2
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-191-0/+1
* all: support extra coverageAndrey Konovalov2019-01-161-1/+6
* executor: fix linux includesDmitry Vyukov2018-12-291-9/+10
* executor: use netlink instead of ip command to setup net devicesDmitry Vyukov2018-12-291-151/+386
* executor: log failure in write_fileDmitry Vyukov2018-12-291-41/+15
* executor: create more net devices on linuxDmitry Vyukov2018-12-261-16/+52
* executor: restrict ipc resource usageDmitry Vyukov2018-12-261-1/+25
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-0/+31
* sys/linux: add basic tipc testDmitry Vyukov2018-12-121-1/+2
* executor: fix inclusion of kvm arch-specific codeDmitry Vyukov2018-10-311-2/+2
* Android: Fix sandbox implementationZach Riggle2018-10-121-1/+4
* executor: tune memcg container logicDmitry Vyukov2018-10-101-15/+14
* executor: fix build on newer linux distrosDmitry Vyukov2018-09-271-2/+34