summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-10-27poly1305-donna64: mark large constants as ULLJason A. Donenfeld
2018-10-27send: consider dropped stage packets to be droppedJason A. Donenfeld
2018-10-25allowedips: fix up macros and annotationsJason A. Donenfeld
2018-10-25ratelimiter: refcounter doesn't need to be atomicJason A. Donenfeld
2018-10-25global: do not allow compiler to reorder is_valid or is_deadJason A. Donenfeld
2018-10-25peer: another peer_remove cleanupJason A. Donenfeld
2018-10-18version: bump snapshotJason A. Donenfeld
2018-10-10main: get rid of unloaded debug messageJason A. Donenfeld
2018-10-09global: give if statements brackets and other cleanupsJason A. Donenfeld
2018-10-08main: change module descriptionJason A. Donenfeld
2018-10-08device: use textual error labels alwaysJason A. Donenfeld
2018-10-08allowedips: swap endianness early onArnd Bergmann
2018-10-08timers: avoid using control statements in macroJason A. Donenfeld
2018-10-08allowedips: remove control statement from macro by rewritingJason A. Donenfeld
2018-10-08global: more nitsJason A. Donenfeld
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld
2018-10-08netlink: do not stuff index into nla typeJason A. Donenfeld
2018-10-08qemu: kill after 20 minutesJason A. Donenfeld
2018-10-08compat: look in Kbuild and Makefile since they differ based on archJason A. Donenfeld
2018-10-08create-patch: blacklist instead of whitelistJason A. Donenfeld
2018-10-08global: prefix functions used in callbacks with wg_Jason A. Donenfeld
2018-10-07compat: don't output for grep errorsDavide Garberi
2018-10-07version: bump snapshotJason A. Donenfeld
2018-10-07global: style nitsJason A. Donenfeld
2018-10-07crypto: clean up remaining .h->.cJason A. Donenfeld
2018-10-07allowedips: document additional nobsJason A. Donenfeld
2018-10-07makefile: do more generic wildcard so as to avoid rename issuesJason A. Donenfeld
2018-10-07crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld
2018-10-07crypto: disable broken implementations in selftestsJason A. Donenfeld
2018-10-07compat: clang cannot handle __builtin_constant_pJason A. Donenfeld
2018-10-07compat: make asm/simd.h conditional on its existenceJason A. Donenfeld
2018-10-06compat: account for ancient ARM assemblerJason A. Donenfeld
2018-10-06version: bump snapshotJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-06allowedips: remove ifdefs in favor of IS_ENABLEDJason A. Donenfeld
2018-10-04curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld
2018-10-04curve25519-arm: writeback to base register when possibleJason A. Donenfeld
2018-10-03blake2s: always put a simd, even if not use()'dJason A. Donenfeld
2018-10-03simd: introduce useful disabling macroJason A. Donenfeld
2018-10-03Kconfig: do now allow IPV6=m,WG=yJason A. Donenfeld
2018-10-03curve25519-arm: adjust commentJason A. Donenfeld
2018-10-03curve25519-arm: use new simd apiJason A. Donenfeld
2018-10-02chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld
2018-10-02qemu: show more messages in console the right wayJason A. Donenfeld
2018-10-02qemu: support powerpc64leJason A. Donenfeld
2018-10-02qemu: give up and accept a mips64r2 worldJason A. Donenfeld
2018-10-02ratelimiter: prefer IS_ENABLEDJason A. Donenfeld
2018-10-02global: change BUG_ON to WARN_ONJason A. Donenfeld
2018-10-02poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld