aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* wg-quick: experiment with ifgroup suppressionjd/ifgroupJason A. Donenfeld2018-11-121-26/+25
* chacha20: import .pl for chacha20Jason A. Donenfeld2018-11-123-2632/+5538
* crypto: use CONFIG_KERNEL_MODE_NEON in .plJason A. Donenfeld2018-11-094-8/+11
* crypto: switch to perlasm originalsJason A. Donenfeld2018-11-0915-6107/+5573
* keygen-html: add missing glue macroJason A. Donenfeld2018-11-061-0/+1
* 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-132-4/+18
* 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
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-0823-236/+225
* netlink: do not stuff index into nla typeJason A. Donenfeld2018-10-084-34/+25
* qemu: kill after 20 minutesJason A. Donenfeld2018-10-081-1/+1
* compat: look in Kbuild and Makefile since they differ based on archJason A. Donenfeld2018-10-081-1/+1
* create-patch: blacklist instead of whitelistJason A. Donenfeld2018-10-081-1/+2
* global: prefix functions used in callbacks with wg_Jason A. Donenfeld2018-10-089-90/+95
* compat: don't output for grep errorsDavide Garberi2018-10-071-2/+2
* version: bump snapshot0.0.20181007Jason A. Donenfeld2018-10-072-2/+2
* global: style nitsJason A. Donenfeld2018-10-075-32/+30
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-0711-14/+14
* allowedips: document additional nobsJason A. Donenfeld2018-10-071-0/+12
* makefile: do more generic wildcard so as to avoid rename issuesJason A. Donenfeld2018-10-072-2/+2
* crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld2018-10-071-2/+2