aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* executor: stall unknown usb requestsAndrey Konovalov2020-05-151-9/+50
* executor: fix typo (#1737)Michael Tüxen2020-05-131-1/+1
* executor: fix #ifdef condition for remove_dir()Michael Tuexen2020-05-131-1/+1
* Get rid of "Cross" in variable namesAlexander Potapenko2020-05-132-2/+2
* all: reformat codeDmitry Vyukov2020-05-081-2/+2
* all: replace TRAVIS env var with CIDmitry Vyukov2020-05-071-2/+2
* pkg/csource: init res var in generated callDmitry Vyukov2020-05-041-1/+1
* prog: support disabled attributeDmitry Vyukov2020-05-041-2/+2
* sys/targets: better detection for missing/broken cross-compilersDmitry Vyukov2020-04-292-23/+1
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-191-12/+1
* executor: remove more code if ENABLE_NAPI_FRAGS is not setDmitry Vyukov2020-04-181-7/+10
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* executor/usb: don't fail when ath9k is not enabledAndrey Konovalov2020-04-071-1/+1
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-034-0/+27
* executor: split out Linux specific USB codeAndrey Konovalov2020-03-282-296/+308
* executor: fix data raceDmitry Vyukov2020-03-131-1/+1
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-132-38/+119
* executor: minor cleanup of android sandboxDmitry Vyukov2020-03-111-24/+17
* executor: fix clang-tidy warningsDmitry Vyukov2020-03-111-3/+5
* executor: add seccomp support for Androidmspectorgoogle2020-03-112-30/+615
* executor: don't exit if NETLINK_GENERIC isnt' supportedAndrei Vagin2020-02-271-2/+4
* 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-182-2/+2
* executor: disable IFF_NAPI_FRAGSDmitry Vyukov2020-02-181-1/+8
* wireguard: setup some initial devices in a triangleJason A. Donenfeld2020-02-131-0/+272
* pkg/csource: don't print too much error outputDmitry Vyukov2020-02-131-0/+19
* 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-102-26/+19
* pkg/csource: detect common mistakes in the common executor headerDmitry Vyukov2019-11-282-2/+39
* 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