aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-01extract-{handshakes,keys}: rework for upstream kernelJason A. Donenfeld4-16/+6
2020-01-31man: document dynamic debug trick for LinuxJason A. Donenfeld1-0/+9
2020-01-31wg-quick: android: split uids into multiple commandsJason A. Donenfeld1-1/+8
2020-01-21version: bumpv1.0.20200121Jason A. Donenfeld1-1/+1
2020-01-21Makefile: sort inputs to linker so that build is reproducibleJason A. Donenfeld1-1/+1
2020-01-11netlink: make sure to clear return value when trying againJason A. Donenfeld1-1/+2
2020-01-11fuzz: add set and setconf fuzzersJason A. Donenfeld4-2/+123
2020-01-08Makefile: evaluate git version lazilyJason A. Donenfeld1-3/+3
2020-01-04fuzz: add generic command argument fuzzerJason A. Donenfeld5-5/+82
2020-01-04ipc: simplify inflatable buffer and add fuzzerJason A. Donenfeld5-65/+109
2020-01-03Makefile: add standard 'all' targetJason A. Donenfeld1-0/+2
2020-01-03Makefile: remove pwd from compile outputJason A. Donenfeld1-3/+3
2020-01-02version: bumpv1.0.20200102Jason A. Donenfeld1-1/+1
2020-01-02global: bump copyrightJason A. Donenfeld66-66/+66
2019-12-28wg-quick: linux: quote ifname for nftJason A. Donenfeld1-1/+1
2019-12-27Makefile: rework automatic version.h manglingJason A. Donenfeld2-9/+7
2019-12-27fuzz: find bugs when parsing uapi inputJason A. Donenfeld3-3/+64
2019-12-27fuzz: find bugs in the config syntax parserJason A. Donenfeld3-0/+86
2019-12-27man: add documentation about removing explicit listen-portDevin Smith1-1/+1
2019-12-26dns-hatchet: adjust path for new repo layoutJason A. Donenfeld1-1/+1
2019-12-26Makefile: port static analysis checkJason A. Donenfeld1-1/+4
2019-12-26Makefile: DEBUG_TOOLS -> DEBUG and documentJason A. Donenfeld2-1/+4
2019-12-26systemd: update documentation URLJason A. Donenfeld1-2/+2
2019-12-26version: bumpv1.0.20191226Jason A. Donenfeld1-1/+1
2019-12-26Makefile: add git versioning to dev buildsJason A. Donenfeld1-1/+9
2019-12-26README: consolidate with INSTALL and rewriteJason A. Donenfeld3-55/+71
2019-12-26wg: include tools versionJason A. Donenfeld2-0/+6
2019-12-26wg: add back source formerly shared with kernel moduleJason A. Donenfeld7-5/+1845
2019-12-26gitignore: trim down to basicsJason A. Donenfeld1-12/+3
2019-12-17wg-quick: linux: use already configured addresses instead of in-memoryJason A. Donenfeld1-6/+6
2019-12-13wg: adjust wg.8 syntax for consistency in COMMANDS sectionKai Haberzettl1-1/+1
2019-12-12wg-quick: linux: try both iptables(8) and nft(8) on teardownJason A. Donenfeld1-1/+2
2019-12-12wg-quick: linux: support older nft(8)Jason A. Donenfeld1-5/+5
2019-12-12global: fix up spellingJosh Soref2-4/+4
2019-12-12wg-quick: linux: add support for nft and prefer itJason A. Donenfeld1-20/+39
2019-12-06wg-quick: linux: ignore save warnings for iptables-nftJason A. Donenfeld1-1/+1
2019-12-06wg-quick: linux: suppress more warnings on weird kernelsJason A. Donenfeld1-4/+4
2019-12-05wg-quick: linux: some iptables don't like empty linesJason A. Donenfeld1-6/+6
2019-12-05wg-quick: linux: iptables-* -w is not widely supportedJason A. Donenfeld1-2/+2
2019-12-05ipc: make sure userspace communication frees wgdeviceJason A. Donenfeld2-11/+16
2019-12-05wg-quick: linux: have remove_iptables return trueJason A. Donenfeld1-1/+1
2019-12-05wg-quick: linux: ensure postdown hooks executeJason A. Donenfeld1-2/+2
2019-11-27wg-quick: linux: suppress error when finding unused tableJason A. Donenfeld1-1/+1
2019-11-27wg: add syncconf commandJason A. Donenfeld3-0/+97
2019-11-27reresolve-dns: remove invalid anchors on regex matchJason A. Donenfeld1-1/+1
2019-11-27wg-quick: linux: filter bogus injected packets and don't disable rpfilterJason A. Donenfeld1-8/+29
2019-11-26wg-quick: linux: only touch net.ipv4 for v4Jason A. Donenfeld1-3/+5
2019-10-16wg-quick: android: check for null in binder cleanup functionsJason A. Donenfeld1-3/+6
2019-10-12wg-quick: android: use Binder for setting DNS on Android 10Nicolas Douma1-7/+429
2019-08-31wg: windows: enforce named pipe ownership and use protected prefixJason A. Donenfeld2-22/+40