aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* ncat-client-server: add wg-quick variantJason A. Donenfeld2018-05-152-4/+37
* wg-quick: add darwin implementationJason A. Donenfeld2018-05-151-0/+444
* wg-quick: add wg symlinkJason A. Donenfeld2018-05-141-0/+1
* wg-quick: add android implementationJason A. Donenfeld2018-05-141-0/+666
* wg: reorganize for multiplatform wg-quickJason A. Donenfeld2018-05-145-7/+9
* wg-quick: preliminary support for go implementationJason A. Donenfeld2018-05-101-1/+7
* embeddable-wg-library: zero attribute paddingJason A. Donenfeld2018-05-031-0/+4
* keygen-html: add zip file exampleJason A. Donenfeld2018-05-021-3/+127
* wg-quick: account for specified fwmark in auto routing modeJason A. Donenfeld2018-04-151-19/+23
* wg-quick.8: fix typoJason A. Donenfeld2018-04-041-1/+1
* wg-quick: hide errors on saveJason A. Donenfeld2018-03-041-1/+1
* contrib: add extract-handshakes kprobe exampleJason A. Donenfeld2018-03-046-0/+176
* wg-quick: if resolvconf/run/iface exists, use itJason A. Donenfeld2018-03-041-1/+1
* wg-quick: if resolvconf/interface-order exists, use itJason A. Donenfeld2018-03-041-3/+12
* global: in gnu code, use un-underscored asmJason A. Donenfeld2018-03-022-2/+2
* Revert "contrib: keygen-html: rewrite in pure javascript"Jason A. Donenfeld2018-03-025-187/+129
* contrib: keygen-html: rewrite in pure javascriptJason A. Donenfeld2018-03-025-129/+187
* contrib: embedded-wg-library: add key generation functionsJason A. Donenfeld2018-03-023-2/+205
* contrib: embedded-wg-library: add ability to add and del interfacesJason A. Donenfeld2018-02-213-3/+109
* wg: fixup errno handlingJason A. Donenfeld2018-02-172-8/+8
* wg: FreeBSD doesn't have EAI_NODATAJason A. Donenfeld2018-02-171-2/+15
* wg: do not collide types with libc clashesJason A. Donenfeld2018-02-171-4/+10
* contrib: add embeddable wireguard libraryJason A. Donenfeld2018-02-176-0/+1671
* wg(8): clarify phrasingJason A. Donenfeld2018-02-171-3/+3
* wg: allow in-line commentsJason A. Donenfeld2018-02-174-13/+20
* external-tests: update go versionJason A. Donenfeld2018-02-151-2/+2
* wg: normalize strncpy/snprintf usageJason A. Donenfeld2018-02-144-18/+22
* wg-quick: match from beginning rather than shift rightJason A. Donenfeld2018-02-061-2/+2
* wg: endian.h is not portableJason A. Donenfeld2018-02-051-4/+9
* keygen-html: fix up copyrightJason A. Donenfeld2018-02-021-4/+0
* curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld2018-02-012-4/+4
* curve25519: replace hacl64 with fiat64Jason A. Donenfeld2018-02-012-9/+4
* wg: dedup secret normalizationJason A. Donenfeld2018-01-311-7/+1
* wg: fread doesn't change errnoJason A. Donenfeld2018-01-301-4/+0
* contrib: keygen-html: share curve25519 implementation with kernelJason A. Donenfeld2018-01-232-831/+31
* wg: share curve25519 implementations with kernelJason A. Donenfeld2018-01-231-1539/+30
* curve25519-fiat32: uninline certain functionsJason A. Donenfeld2018-01-182-8/+8
* contrib: keygen-html: update curve25519 implementationJason A. Donenfeld2018-01-181-785/+769
* wg: import new curve25519 implementationsJason A. Donenfeld2018-01-181-1129/+1423
* wg: plug memleak in config error pathJason A. Donenfeld2018-01-181-0/+1
* external-tests: add python implementationPiotr Lizończyk2018-01-111-0/+94
* wg-quick: ifnames have max len of 15Jason A. Donenfeld2018-01-103-5/+5
* global: year bumpJason A. Donenfeld2018-01-0342-42/+42
* wg-quick: dumber matching for default routesJason A. Donenfeld2017-12-131-1/+1
* wg-quick: add the "Table" config optionLuis Ressel2017-12-132-3/+18
* keygen-html: remove prebuilt fileJason A. Donenfeld2017-12-127-45/+42
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-0940-69/+147
* wg: no need to put this on the stackJason A. Donenfeld2017-12-031-1/+1
* wg: remove undocumented unused syntaxJason A. Donenfeld2017-12-031-11/+0
* contrib: keygen-html for generating keys in the browserJason A. Donenfeld2017-12-034-0/+1020