aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2017-01-1028-28/+28
* uapi: use sockaddr union instead of sockaddr_storageJason A. Donenfeld2017-01-103-17/+17
* uapi: use flag instead of C bitfield for portabilityJason A. Donenfeld2017-01-101-8/+9
* wg: ipc: read from socket incrementallyJason A. Donenfeld2017-01-102-43/+49
* wg: error on short ret readsJason A. Donenfeld2017-01-101-0/+4
* wg-quick: enforce good permissionsJason A. Donenfeld2017-01-092-1/+3
* wg: add installation note for distrosJason A. Donenfeld2017-01-051-0/+5
* wg: remove DESTDIR for autodetectionChristian Hesse2017-01-051-3/+3
* wg: add systemd unit and auto-detectionJason A. Donenfeld2017-01-055-31/+66
* wg: add makefile instructionsJason A. Donenfeld2017-01-052-1/+38
* wg: add wg-quickJason A. Donenfeld2017-01-058-337/+430
* wg: add bash completion for wg(8)Jason A. Donenfeld2017-01-042-2/+96
* contrib: slight ncat tweakJason A. Donenfeld2017-01-031-1/+1
* wg: syscall.h should actually be sys/syscall.hJason A. Donenfeld2016-12-301-1/+1
* wg-config: use ip rules instead of tungateJason A. Donenfeld2016-12-304-92/+42
* external-tests: update to latestJason A. Donenfeld2016-12-253-28/+50
* wg: rename 'bandwidth' to 'transfer' in outputTomasz Torcz2016-12-232-4/+4
* wg-config: cleanupsJason A. Donenfeld2016-12-232-7/+8
* wg: do not use AI_ADDRCONFIGJason A. Donenfeld2016-12-231-2/+1
* wg: allowed-ips is easier to parse with spaces instead of ", "Jason A. Donenfeld2016-12-232-2/+2
* wg-config: cleanup ip parsingJason A. Donenfeld2016-12-231-2/+2
* wg: fix latest-handshake typo in documentationJason A. Donenfeld2016-12-162-2/+2
* contrib: add wg-configJason A. Donenfeld2016-12-094-0/+383
* wg: warn about clock going backwardJason A. Donenfeld2016-11-291-16/+20
* headers: cleanup noticesJason A. Donenfeld2016-11-2127-19/+39
* wg: chill modern gcc outJason A. Donenfeld2016-11-051-22/+12
* qemu: move build outside of kernel dir to avoid kernel's make cleanJason A. Donenfeld2016-11-052-3/+10
* wg: abstract pkg-config to PKG_CONFIGJason A. Donenfeld2016-11-021-2/+3
* wg: everybody hates automatic strippingJason A. Donenfeld2016-11-021-1/+1
* git: organize ignore filesJason A. Donenfeld2016-09-294-2/+8
* Rework headers and includesJason A. Donenfeld2016-09-291-1/+3
* wg: allow multiple AllowedIPs invocationsJason A. Donenfeld2016-08-301-1/+0
* examples: add key extractorJason A. Donenfeld2016-08-264-0/+221
* examples: add nat-hole-punchingJason A. Donenfeld2016-08-243-0/+354
* tests: use makefile and expand greatlyJason A. Donenfeld2016-08-081-0/+2
* persistent-keepalive: change range to [1,65535]Jason A. Donenfeld2016-08-082-4/+4
* wg: use correct headers in ipcJason A. Donenfeld2016-08-021-2/+2
* wg: do not show private keys in pretty outputJason A. Donenfeld2016-08-023-3/+14
* c: specify static array size in function paramsJason A. Donenfeld2016-08-024-10/+10
* wg: use stream instead of seqpacketJason A. Donenfeld2016-07-221-18/+31
* wg: Use seqpacket instead of dgramJason A. Donenfeld2016-07-222-35/+6
* wg: add -MP to makefileJason A. Donenfeld2016-07-221-1/+1
* wg: add default cflagJason A. Donenfeld2016-07-211-0/+1
* wg: propagate set errnoJason A. Donenfeld2016-07-211-0/+1
* wg: abstract sockets are dangerousJason A. Donenfeld2016-07-211-28/+1
* wg: rename kernel to ipcJason A. Donenfeld2016-07-217-25/+25
* wg: support horrible freebsd/osx/unix semanticsJason A. Donenfeld2016-07-211-1/+66
* wg: first additions of userspace integrationJason A. Donenfeld2016-07-208-50/+268
* wg: fix numbering in man pageJason A. Donenfeld2016-07-161-2/+2
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-5/+5