| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: fix data race | Dmitry Vyukov | 2020-03-13 | 1 | -1/+1 |
| * | executor, sys/linux: add ath9k usb descriptions | Andrey Konovalov | 2020-03-13 | 1 | -3/+4 |
| * | executor: minor cleanup of android sandbox | Dmitry Vyukov | 2020-03-11 | 1 | -4/+8 |
| * | executor: fix clang-tidy warnings | Dmitry Vyukov | 2020-03-11 | 1 | -2/+4 |
| * | executor: add seccomp support for Android | mspectorgoogle | 2020-03-11 | 1 | -20/+62 |
| * | executor: don't exit if NETLINK_GENERIC isnt' supported | Andrei Vagin | 2020-02-27 | 1 | -2/+4 |
| * | executor: uncomment accidentially commented code | Dmitry Vyukov | 2020-02-24 | 1 | -3/+3 |
| * | sys/linux: add NETLINK_RDMA descriptions | Dmitry Vyukov | 2020-02-21 | 1 | -3/+3 |
| * | executor: disable IFF_NAPI_FRAGS | Dmitry Vyukov | 2020-02-18 | 1 | -1/+12 |
| * | wireguard: setup some initial devices in a triangle | Jason A. Donenfeld | 2020-02-13 | 1 | -0/+272 |
| * | wireguard: use wg0, wg1, wg2 | Jason A. Donenfeld | 2020-02-10 | 1 | -4/+6 |
| * | sys/linux: add some wireguard descriptions | Dmitry Vyukov | 2020-01-31 | 1 | -0/+4 |
| * | sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi) | Dmitry Vyukov | 2020-01-19 | 1 | -4/+33 |
| * | sys/linux: add some batadv descriptions | Dmitry Vyukov | 2020-01-18 | 1 | -1/+5 |
| * | executor: create macvtap, macsec devices | Dmitry Vyukov | 2020-01-18 | 1 | -6/+15 |
| * | executor: setns requires including sched.h on some setups | Andrey Konovalov | 2020-01-07 | 1 | -0/+1 |
| * | executor: fix IPVLAN_F_VEPA definition again | Dmitry Vyukov | 2020-01-03 | 1 | -2/+1 |
| * | executor: define constants that are missing on some distros | Dmitry Vyukov | 2020-01-03 | 1 | -0/+6 |
| * | executor: setup vlan/macvlan/ipvlan devices | Dmitry Vyukov | 2020-01-03 | 1 | -3/+64 |
| * | executor: connect virt_wifi to veth | Dmitry Vyukov | 2020-01-03 | 1 | -1/+5 |
| * | sys/linux: add virt_wifi and xfrm devices | Dmitry Vyukov | 2019-12-30 | 1 | -0/+16 |
| * | Implement basic support for MIPS64LE | Jouni Hogander | 2019-12-17 | 1 | -0/+2 |
| * | executor: fix FUTEX_WAKE call | Dmitry Vyukov | 2019-12-16 | 1 | -1/+1 |
| * | executor: check pwrite return values again | Dmitry Vyukov | 2019-12-10 | 1 | -2/+10 |
| * | executor: fix syz_mount_image | Dmitry Vyukov | 2019-12-10 | 1 | -32/+23 |
| * | pkg/csource: detect common mistakes in the common executor header | Dmitry Vyukov | 2019-11-28 | 1 | -2/+4 |
| * | executor: Add debug message in case devlink namespace move fails | Jiri Pirko | 2019-11-28 | 1 | -2/+6 |
| * | executor: Fix value of DEVLINK_ATTR_NETNS_FD | Jiri Pirko | 2019-11-28 | 1 | -1/+1 |
| * | Call initialize_devlink_ports only when a device has been created | Andrei Vagin | 2019-11-26 | 1 | -3/+4 |
| * | executor: extend USB debug messages | Andrey Konovalov | 2019-11-19 | 1 | -1/+1 |
| * | executor: add missing includes | Denis Efremov | 2019-11-19 | 1 | -0/+3 |
| * | executor: refactor sandbox flags | Dmitry Vyukov | 2019-11-16 | 1 | -9/+5 |
| * | executor: rename some macros | Dmitry Vyukov | 2019-11-16 | 1 | -58/+58 |
| * | pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macros | Dmitry Vyukov | 2019-11-16 | 1 | -13/+11 |
| * | executor: rename some flags | Dmitry Vyukov | 2019-11-16 | 1 | -12/+12 |
| * | executor: consider NLMSG_DONE type in netlink_send_ext() | Jiri Pirko | 2019-11-15 | 1 | -0/+4 |
| * | 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: fix setup of vxcan | Dmitry Vyukov | 2019-11-03 | 1 | -1/+2 |
| * | executor: move fixed pci devlink handle into network namespace | Jiri Pirko | 2019-11-03 | 1 | -4/+102 |
| * | sys/linux: add support for basic devlink syscalls | Jiri Pirko | 2019-10-25 | 1 | -1/+1 |
| * | 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 | -1/+5 |
| * | 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/+8 |
| * | executor: drop CAP_SYS_NICE | Dmitry Vyukov | 2019-07-22 | 1 | -4/+12 |