aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
Commit message (Expand)AuthorAgeFilesLines
...
* executor: uncomment accidentially commented codeDmitry Vyukov2020-02-241-0/+3
* sys/linux: add NETLINK_RDMA descriptionsDmitry Vyukov2020-02-211-3/+0
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-1/+1
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+8
* 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-0/+30
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+5
* executor: create macvtap, macsec devicesDmitry Vyukov2020-01-181-5/+13
* executor: provide explicit values for usb_raw_event_typeAndrey Konovalov2020-01-131-3/+3
* 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-0/+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
* executor: make syz_compare output more handy to useDmitry Vyukov2019-12-201-8/+9
* sys/test: and another set of bitfield testsDmitry Vyukov2019-12-201-1/+2
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+2
* executor: fix FUTEX_WAKE callDmitry Vyukov2019-12-161-1/+1
* executor: update raw gadget interfaceAndrey Konovalov2019-12-111-5/+7
* executor: check pwrite return values againDmitry Vyukov2019-12-101-2/+10
* executor: fix syz_mount_imageDmitry Vyukov2019-12-101-26/+18
* 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