aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* version: bump snapshot0.0.20181115Jason A. Donenfeld2018-11-152-2/+2
* perlasm: avoid rep retJason A. Donenfeld2018-11-151-1/+1
* poly1305: specialize to wireguardJason A. Donenfeld2018-11-151-11/+20
* chacha20: specialize to wireguardJason A. Donenfeld2018-11-152-20/+38
* perlasm: cleanup whitespaceJason A. Donenfeld2018-11-151-5/+5
* poly1305: adjust to kernelSamuel Neves2018-11-151-220/+291
* chacha20: cleaner function declarationsSamuel Neves2018-11-141-23/+23
* chacha20: normalize namesSamuel Neves2018-11-141-71/+71
* chacha20: fixup win64 stack offsetsSamuel Neves2018-11-141-129/+129
* chacha20: simplify stack unwinding on ChaCha20_ctr32Samuel Neves2018-11-141-10/+8
* chacha20: use DRAP idiomSamuel Neves2018-11-141-236/+235
* chacha20: add hchacha_ssse3Samuel Neves2018-11-141-0/+39
* chacha20: begin adapting to kernel settingSamuel Neves2018-11-142-68/+116
* chacha20,poly1305: switch to perlasm originals on x86_64Samuel Neves2018-11-145-5424/+9596
* chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on armJason A. Donenfeld2018-11-144-8/+11
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-1414-6106/+5572
* global: various formatting tweeksJason A. Donenfeld2018-11-139-22/+19
* wg-quick: android: do not choke on empty allowed-ipsJason A. Donenfeld2018-11-111-1/+4
* compat: csum_levels is new in 3.18 but backported to RHELJason A. Donenfeld2018-11-052-0/+3
* qemu: bump default kernelJason A. Donenfeld2018-10-271-1/+1
* send: calculate inner checksums for all protocolsAndrejs Hanins2018-10-271-5/+4
* receive: assume all levels have been checksumed, not just outerJason A. Donenfeld2018-10-271-0/+7
* device: do not clear keys on sleep for PM_AUTOSLEEPJason A. Donenfeld2018-10-271-4/+11
* curve25519-x86_64: this was relicensed to BSD-3-Clause upstreamJason A. Donenfeld2018-10-271-1/+1
* timers: it is always reasonable to remove a timerJason A. Donenfeld2018-10-273-17/+6
* ratelimiter: make hash calls explicitJason A. Donenfeld2018-10-271-11/+14
* makefile: include selftests in style checkJason A. Donenfeld2018-10-271-1/+1
* timers: do not use wg_peer_get_maybe_zeroJason A. Donenfeld2018-10-271-35/+13
* allowedips: fix sparse warnings in optional selftestsJason A. Donenfeld2018-10-271-12/+14
* poly1305-donna64: mark large constants as ULLJason A. Donenfeld2018-10-271-24/+24
* send: consider dropped stage packets to be droppedJason A. Donenfeld2018-10-275-4/+15
* allowedips: fix up macros and annotationsJason A. Donenfeld2018-10-251-63/+70
* ratelimiter: refcounter doesn't need to be atomicJason A. Donenfeld2018-10-251-4/+4
* global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld2018-10-254-14/+17
* peer: another peer_remove cleanupJason A. Donenfeld2018-10-252-12/+42
* wg.8: AllowedIPs isn't actually requiredJason A. Donenfeld2018-10-191-1/+1
* wg.8: specify that wg(8) shows runtime info tooJason A. Donenfeld2018-10-191-1/+1
* version: bump snapshot0.0.20181018Jason A. Donenfeld2018-10-182-2/+2
* tools: wg-quick: wait for interface to disappear on freebsdJason A. Donenfeld2018-10-131-0/+9
* tools: don't fail if a netlink interface dump is inconsistentJason A. Donenfeld2018-10-131-2/+9
* main: get rid of unloaded debug messageJason A. Donenfeld2018-10-101-1/+0
* tools: compile on gnu99Jason A. Donenfeld2018-10-091-1/+1
* tools: use libc's endianness macro if no compiler macroJason A. Donenfeld2018-10-091-0/+10
* global: give if statements brackets and other cleanupsJason A. Donenfeld2018-10-0910-27/+40
* main: change module descriptionJason A. Donenfeld2018-10-081-1/+1
* device: use textual error labels alwaysJason A. Donenfeld2018-10-081-22/+23
* allowedips: swap endianness early onArnd Bergmann2018-10-081-6/+9
* timers: avoid using control statements in macroJason A. Donenfeld2018-10-081-8/+23
* allowedips: remove control statement from macro by rewritingJason A. Donenfeld2018-10-081-68/+119
* global: more nitsJason A. Donenfeld2018-10-0817-83/+91