aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wg-quick: allow for saving existing interfaceJason A. Donenfeld2017-10-312-2/+14
* tools: correct type for CTRL_ATTR_FAMILY_IDJason A. Donenfeld2017-10-311-4/+4
* wg-quick: allow for the hatchet, but not by defaultJason A. Donenfeld2017-10-311-0/+2
* global: use fewer BUG_ONsJason A. Donenfeld2017-10-312-3/+5
* timers: guard entire setting in blockJason A. Donenfeld2017-10-311-4/+6
* curve25519: only enable int128 if compiler support is soundJason A. Donenfeld2017-10-311-1/+1
* device: expand scope of destruct lockJason A. Donenfeld2017-10-311-2/+2
* global: get rid of useless forward declarationsJason A. Donenfeld2017-10-313-11/+0
* device: only take reference if netns is differentJason A. Donenfeld2017-10-313-9/+56
* wg-quick: remember to rewind DNS settings on failureJason A. Donenfeld2017-10-311-3/+8
* wg-quick: allow specifiying multiple hooksJason A. Donenfeld2017-10-312-18/+21
* qemu: test using four coresJason A. Donenfeld2017-10-311-1/+1
* global: style nitsJason A. Donenfeld2017-10-3127-274/+470
* qemu: work around ccache bugsJason A. Donenfeld2017-10-311-1/+1
* global: infuriating kernel iterator styleJason A. Donenfeld2017-10-3113-48/+48
* peer: store total number of peers instead of iteratingJason A. Donenfeld2017-10-313-15/+4
* peer: get rid of peer_for_each magicJason A. Donenfeld2017-10-313-41/+17
* compat: be sure to include header before testingJason A. Donenfeld2017-10-311-0/+1
* qemu: allow for cross compilationJason A. Donenfeld2017-10-3114-98/+249
* crypto/avx: make sure we can actually use ymm registersJason A. Donenfeld2017-10-314-3/+23
* blake2: include headers for macrosJason A. Donenfeld2017-10-311-0/+2
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-3113-30/+44
* compat: fix up stat calculation for udp tunnelJason A. Donenfeld2017-10-312-5/+16
* stats: more robust accountingJason A. Donenfeld2017-10-314-6/+18
* selftest: initialize mutex in routingtable selftestJason A. Donenfeld2017-10-311-0/+2
* netns: use time-based test instead of quantity-basedJason A. Donenfeld2017-10-311-4/+4
* netns: use read built-in instead of ncat hack for dmesgJason A. Donenfeld2017-10-311-4/+2
* version: bump snapshot0.0.20171017Jason A. Donenfeld2017-10-172-2/+2
* tools: account for padding being in zero attributeJason A. Donenfeld2017-10-171-0/+6
* tools: newline after warningJason A. Donenfeld2017-10-171-1/+1
* tools: styleJason A. Donenfeld2017-10-171-1/+1
* qemu: put hvc directive into configurationJason A. Donenfeld2017-10-172-2/+3
* netns: disable accept_dad for all interfacesJason A. Donenfeld2017-10-171-0/+2
* tools: add pass example to wg-quick man pageJason A. Donenfeld2017-10-171-22/+9
* tools: don't insist on having a private keyJason A. Donenfeld2017-10-171-5/+0
* tools: retry resolution except when fatalJason A. Donenfeld2017-10-173-21/+23
* tools: encoding: be more paranoidJason A. Donenfeld2017-10-171-2/+2
* Makefile: even prettier outputJason A. Donenfeld2017-10-172-3/+7
* qemu: newer packagesJason A. Donenfeld2017-10-171-37/+50
* qemu: always create directory before untarringJason A. Donenfeld2017-10-171-1/+9
* qemu: phase out bitbangingJason A. Donenfeld2017-10-173-28/+5
* qemu: open /dev/console if we're started earlyJason A. Donenfeld2017-10-171-3/+19
* qemu: simplify shutdownJason A. Donenfeld2017-10-171-4/+2
* qemu: add more debugging options to main makefileJason A. Donenfeld2017-10-172-13/+11
* qemu: work on ubuntu toolchainJason A. Donenfeld2017-10-171-1/+1
* qemu: add build-only targetJason A. Donenfeld2017-10-171-0/+3
* selftest: better test index for rate limiterJason A. Donenfeld2017-10-171-2/+13
* blake2s: modernize API and have faster _finalJason A. Donenfeld2017-10-172-48/+64
* Makefile: do not clean before clocJason A. Donenfeld2017-10-171-2/+2
* receive: improve control flowJason A. Donenfeld2017-10-171-4/+2