aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* all: use more respective languageDmitry Vyukov2020-06-111-2/+2
* executor: fix printing null master in netlink_device_changeAndrey Konovalov2020-05-291-1/+1
* executor: add support for USB fuzzing on NetBSDm00nbsd2020-05-191-1/+1
* executor: exclude syz_kvm_setup_cpu on armDmitry Vyukov2020-05-181-1/+1
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-8/+11
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-031-0/+8
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-3/+4
* executor: minor cleanup of android sandboxDmitry Vyukov2020-03-111-4/+8
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-111-2/+4
* executor: add seccomp support for Androidmspectorgoogle2020-03-111-20/+62
* executor: don't exit if NETLINK_GENERIC isnt' supportedAndrei Vagin2020-02-271-2/+4
* executor: uncomment accidentially commented codeDmitry Vyukov2020-02-241-3/+3
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-211-3/+3
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+12
* wireguard: setup some initial devices in a triangleJason A. Donenfeld2020-02-131-0/+272
* wireguard: use wg0, wg1, wg2Jason A. Donenfeld2020-02-101-4/+6
* sys/linux: add some wireguard descriptionsDmitry Vyukov2020-01-311-0/+4
* sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)Dmitry Vyukov2020-01-191-4/+33
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+5
* executor: create macvtap, macsec devicesDmitry Vyukov2020-01-181-6/+15
* executor: setns requires including sched.h on some setupsAndrey Konovalov2020-01-071-0/+1
* executor: fix IPVLAN_F_VEPA definition againDmitry Vyukov2020-01-031-2/+1
* executor: define constants that are missing on some distrosDmitry Vyukov2020-01-031-0/+6
* executor: setup vlan/macvlan/ipvlan devicesDmitry Vyukov2020-01-031-3/+64
* executor: connect virt_wifi to vethDmitry Vyukov2020-01-031-1/+5
* sys/linux: add virt_wifi and xfrm devicesDmitry Vyukov2019-12-301-0/+16
* 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