summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* persistent keepalive: start sending immediatelyexperimental-0.0.20160708.1Jason A. Donenfeld2016-07-082-1/+6
* persistent keepalive: enable in an exampleexperimental-0.0.20160708Jason A. Donenfeld2016-07-081-1/+1
* persistent keepalive: documentationJason A. Donenfeld2016-07-081-3/+18
* persistent keepalive: add userspace supportJason A. Donenfeld2016-07-084-11/+70
* persistent keepalive: add kernel mechanismJason A. Donenfeld2016-07-087-4/+42
* go test: don't rely on undefined append behaviorJonathan Rudenberg2016-07-071-5/+3
* rust test: actually use tai64nJason A. Donenfeld2016-07-071-1/+1
* go test: actually use TAI64NJason A. Donenfeld2016-07-071-1/+1
* go test: don't use 1 as icmp idsJason A. Donenfeld2016-07-071-3/+3
* go test: dynamically calculate ip checksumJason A. Donenfeld2016-07-071-2/+20
* go test: add ICMP pingJonathan Rudenberg2016-07-071-8/+64
* external-tests: switch to demo serverJason A. Donenfeld2016-07-073-4/+4
* curve25519: unneeded zeros variableJason A. Donenfeld2016-07-071-2/+0
* go test: put nonce at correct locationJason A. Donenfeld2016-07-071-1/+1
* go test: make more idiomaticJonathan Rudenberg2016-07-071-40/+65
* tools: use pkg-config in MakefileJason A. Donenfeld2016-07-061-1/+2
* device: move unlikely check to if clauseJason A. Donenfeld2016-07-051-2/+2
* contrib: organize example scripts and add synergyJason A. Donenfeld2016-07-058-0/+43
* receive: protect against impossible conditionsJason A. Donenfeld2016-07-031-0/+4
* tools: always fallback to /dev/urandomJason A. Donenfeld2016-07-031-10/+8
* tools: improve error reporting and detectionJason A. Donenfeld2016-07-034-24/+43
* tai64n: don't forget to add 2^62, to be in specJason A. Donenfeld2016-07-021-2/+2
* contrib: remove extraneous cruftJason A. Donenfeld2016-07-0110-195/+19
* wg.8: wording tweaksexperimental-0.0.20160630Jason A. Donenfeld2016-07-011-5/+7
* receive: error conditions are unlikelyJason A. Donenfeld2016-07-011-3/+3
* Readme: the documentation moved to .ioJason A. Donenfeld2016-06-301-1/+1
* Readme: use https instead of httpDaniel Kahn Gillmor2016-06-303-3/+3
* Makefile: Add more verbose dependency errorsJason A. Donenfeld2016-06-301-0/+32
* device init: free wq after padataJason A. Donenfeld2016-06-301-3/+3
* chacha20poly1305: use more standard way of testing FPU featuresJason A. Donenfeld2016-06-291-7/+2
* device: remove updating of trans_startJason A. Donenfeld2016-06-291-2/+0
* Kconfig patching: do not match on NETFILTERJason A. Donenfeld2016-06-291-1/+1
* Kconfig: more fully select dependenciesJason A. Donenfeld2016-06-291-0/+3
* tests: make fatalJason A. Donenfeld2016-06-2513-20/+29
* nonce: switch to RFC6479 to better support packet reorderingJason A. Donenfeld2016-06-253-61/+95
* Initial commitJason A. Donenfeld2016-06-2588-0/+14854