summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version: bump snapshot0.0.20170115Jason A. Donenfeld2017-01-152-2/+2
|
* tools: wg-quick: parse IPv6 endpoints correctlyJason A. Donenfeld2017-01-151-1/+1
|
* ratelimiter: 800ms too fast, decrease to 2s sustained rateJason A. Donenfeld2017-01-151-2/+2
|
* Use __read_mostly attribute when possibleJason A. Donenfeld2017-01-134-9/+9
|
* config: useless newlineJason A. Donenfeld2017-01-121-2/+0
|
* tools: wg-quick: better removal of suppress_prefix ruleJason A. Donenfeld2017-01-111-1/+1
|
* Update copyrightJason A. Donenfeld2017-01-1072-73/+73
|
* uapi: use sockaddr union instead of sockaddr_storageJason A. Donenfeld2017-01-105-26/+27
|
* uapi: use flag instead of C bitfield for portabilityJason A. Donenfeld2017-01-103-28/+32
|
* tools: ipc: read from socket incrementallyJason A. Donenfeld2017-01-102-43/+49
|
* tools: error on short ret readsJason A. Donenfeld2017-01-101-0/+4
|
* uapi: add missing userspace headersJames Tucker2017-01-101-0/+2
| | | | Signed-off-by: James Tucker <jftucker@gmail.com>
* tools: wg-quick: enforce good permissionsJason A. Donenfeld2017-01-092-1/+3
|
* tools: add installation note for distrosJason A. Donenfeld2017-01-051-0/+5
|
* version: bump snapshot0.0.20170105Jason A. Donenfeld2017-01-052-2/+2
|
* tools: remove DESTDIR for autodetectionChristian Hesse2017-01-051-3/+3
| | | | | | | DESTDIR is always empty, no need to check anything there. Check the main system instead. Signed-off-by: Christian Hesse <mail@eworm.de>
* tools: add systemd unit and auto-detectionJason A. Donenfeld2017-01-055-31/+66
|
* tools: add makefile instructionsJason A. Donenfeld2017-01-052-1/+38
|
* tools: add wg-quickJason A. Donenfeld2017-01-058-337/+430
| | | | | This is based on wg-config, but is even easier to use, and now makes our full tools suite.
* tools: add bash completion for wg(8)Jason A. Donenfeld2017-01-042-2/+96
|
* contrib: slight ncat tweakJason A. Donenfeld2017-01-031-1/+1
|
* version: bump snapshot0.0.20161230Jason A. Donenfeld2016-12-302-2/+2
|
* tools: 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
|
* qemu: kernel.org mirrors get updates slowlyJason A. Donenfeld2016-12-291-2/+2
|
* compat: support 3.18, 3.19, 4.0Jason A. Donenfeld2016-12-264-8/+33
|
* blake2s: cleanupJason A. Donenfeld2016-12-261-9/+4
|
* cookie: optimizeJason A. Donenfeld2016-12-261-29/+11
|
* qemu: 4.10 needs posix timersJason A. Donenfeld2016-12-261-0/+1
|
* external-tests: update to latestJason A. Donenfeld2016-12-253-28/+50
|
* tools: rename 'bandwidth' to 'transfer' in outputTomasz Torcz2016-12-232-4/+4
| | | | | 'bandwidth' is a measure of speed, but wg's output shows only the number of bytes transferred. Thus 'transfer' is a better label.
* version: bump snapshot0.0.20161223Jason A. Donenfeld2016-12-232-2/+2
|
* cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld2016-12-238-43/+204
| | | | | This allows us to precompute the blake2s calls and save cycles, since hchacha is fast.
* wg-config: cleanupsJason A. Donenfeld2016-12-232-7/+8
|
* tools: do not use AI_ADDRCONFIGJason A. Donenfeld2016-12-231-2/+1
| | | | | | | | | | Some people run wg(8) using hard coded v6 addresses before interfaces have v6 addresses, causing getaddrinfo to fail. Since AI_ADDRCONFIG doesn't actualy change the sorting, but just the queries made, we don't really need AI_ADDRCONFIG anyway, since we're always only taking the first result. Reported-by: Benedikt Morbach <benedikt.morbach@googlemail.com>
* tools: allowed-ips is easier to parse with spaces instead of ", "Jason A. Donenfeld2016-12-232-2/+2
|
* routing-table: simplify and mask reparented rootJason A. Donenfeld2016-12-231-16/+9
|
* wg-config: cleanup ip parsingJason A. Donenfeld2016-12-231-2/+2
| | | | This also sorts routes by cidr.
* config: allow removing multiple peers at onceJason A. Donenfeld2016-12-231-1/+2
|
* version: bump snapshot0.0.20161218Jason A. Donenfeld2016-12-182-2/+2
|
* siphash: preserve endian-ness for quick helperJason A. Donenfeld2016-12-161-5/+9
| | | | This fixes errors on big endian machines.
* ratelimiter: remember newline in errorJason A. Donenfeld2016-12-161-2/+2
|
* version: bump snapshot0.0.20161216Jason A. Donenfeld2016-12-162-2/+2
|
* hashtables: use counter and int to ensure forward progressJason A. Donenfeld2016-12-162-17/+2
|
* messages: increase header by 3 bytes for alignmentJason A. Donenfeld2016-12-164-15/+22
|
* siphash: update against upstream submissionJason A. Donenfeld2016-12-1615-187/+403
|
* tools: fix latest-handshake typo in documentationJason A. Donenfeld2016-12-162-2/+2
| | | | Reported-by: Dan Lüdtke <mail@danrl.com>
* ratelimiter: drop family from action for 4.10Jason A. Donenfeld2016-12-161-2/+0
| | | | | This was never actually used, and now that member of the struct has been removed all together from the kernel.
* tests: avoid non-strict writes via printfJason A. Donenfeld2016-12-161-11/+8
|
* noise: update commentsJason A. Donenfeld2016-12-161-8/+8
|