aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/curve25519.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-31device: expand scope of destruct lockJason A. Donenfeld1-2/+2
2017-10-31global: get rid of useless forward declarationsJason A. Donenfeld3-11/+0
2017-10-31device: only take reference if netns is differentJason A. Donenfeld3-9/+56
2017-10-31wg-quick: remember to rewind DNS settings on failureJason A. Donenfeld1-3/+8
2017-10-31wg-quick: allow specifiying multiple hooksJason A. Donenfeld2-18/+21
2017-10-31qemu: test using four coresJason A. Donenfeld1-1/+1
2017-10-31global: style nitsJason A. Donenfeld27-274/+470
2017-10-31qemu: work around ccache bugsJason A. Donenfeld1-1/+1
2017-10-31global: infuriating kernel iterator styleJason A. Donenfeld13-48/+48
2017-10-31peer: store total number of peers instead of iteratingJason A. Donenfeld3-15/+4
2017-10-31peer: get rid of peer_for_each magicJason A. Donenfeld3-41/+17
2017-10-31compat: be sure to include header before testingJason A. Donenfeld1-0/+1
2017-10-31qemu: allow for cross compilationJason A. Donenfeld14-98/+249
2017-10-31crypto/avx: make sure we can actually use ymm registersJason A. Donenfeld4-3/+23
2017-10-31blake2: include headers for macrosJason A. Donenfeld1-0/+2
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld13-30/+44
2017-10-31compat: fix up stat calculation for udp tunnelJason A. Donenfeld2-5/+16
2017-10-31stats: more robust accountingJason A. Donenfeld4-6/+18
2017-10-31selftest: initialize mutex in routingtable selftestJason A. Donenfeld1-0/+2
2017-10-31netns: use time-based test instead of quantity-basedJason A. Donenfeld1-4/+4
2017-10-31netns: use read built-in instead of ncat hack for dmesgJason A. Donenfeld1-4/+2
2017-10-17version: bump snapshot0.0.20171017Jason A. Donenfeld2-2/+2
2017-10-17tools: account for padding being in zero attributeJason A. Donenfeld1-0/+6
2017-10-17tools: newline after warningJason A. Donenfeld1-1/+1
2017-10-17tools: styleJason A. Donenfeld1-1/+1
2017-10-17qemu: put hvc directive into configurationJason A. Donenfeld2-2/+3
2017-10-17netns: disable accept_dad for all interfacesJason A. Donenfeld1-0/+2
2017-10-17tools: add pass example to wg-quick man pageJason A. Donenfeld1-22/+9
2017-10-17tools: don't insist on having a private keyJason A. Donenfeld1-5/+0
2017-10-17tools: retry resolution except when fatalJason A. Donenfeld3-21/+23
2017-10-17tools: encoding: be more paranoidJason A. Donenfeld1-2/+2
2017-10-17Makefile: even prettier outputJason A. Donenfeld2-3/+7
2017-10-17qemu: newer packagesJason A. Donenfeld1-37/+50
2017-10-17qemu: always create directory before untarringJason A. Donenfeld1-1/+9
2017-10-17qemu: phase out bitbangingJason A. Donenfeld3-28/+5
2017-10-17qemu: open /dev/console if we're started earlyJason A. Donenfeld1-3/+19
2017-10-17qemu: simplify shutdownJason A. Donenfeld1-4/+2
2017-10-17qemu: add more debugging options to main makefileJason A. Donenfeld2-13/+11
2017-10-17qemu: work on ubuntu toolchainJason A. Donenfeld1-1/+1
2017-10-17qemu: add build-only targetJason A. Donenfeld1-0/+3
2017-10-17selftest: better test index for rate limiterJason A. Donenfeld1-2/+13
2017-10-17blake2s: modernize API and have faster _finalJason A. Donenfeld2-48/+64
2017-10-17Makefile: do not clean before clocJason A. Donenfeld1-2/+2
2017-10-17receive: improve control flowJason A. Donenfeld1-4/+2
2017-10-17compat: support READ_ONCEJason A. Donenfeld1-0/+4
2017-10-17device: no need to take lock for integer comparisonJason A. Donenfeld1-4/+3
2017-10-17device: our use of queues means this check is worthlessJason A. Donenfeld1-6/+0
2017-10-17socket: eliminate dead codeJason A. Donenfeld1-2/+1
2017-10-17send: improve dead packet control flowJason A. Donenfeld1-6/+3
2017-10-17noise: no need to take the RCU lock if we're not dereferencingJason A. Donenfeld1-4/+2