summaryrefslogtreecommitdiffstatshomepage
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-13tools: wg-quick: wait for interface to disappear on freebsdJason A. Donenfeld1-0/+9
2018-10-13tools: don't fail if a netlink interface dump is inconsistentJason A. Donenfeld2-4/+18
2018-10-10main: get rid of unloaded debug messageJason A. Donenfeld1-1/+0
2018-10-09tools: compile on gnu99Jason A. Donenfeld1-1/+1
2018-10-09tools: use libc's endianness macro if no compiler macroJason A. Donenfeld1-0/+10
2018-10-09global: give if statements brackets and other cleanupsJason A. Donenfeld10-27/+40
2018-10-08main: change module descriptionJason A. Donenfeld1-1/+1
2018-10-08device: use textual error labels alwaysJason A. Donenfeld1-22/+23
2018-10-08allowedips: swap endianness early onArnd Bergmann1-6/+9
2018-10-08timers: avoid using control statements in macroJason A. Donenfeld1-8/+23
2018-10-08allowedips: remove control statement from macro by rewritingJason A. Donenfeld1-68/+119
2018-10-08global: more nitsJason A. Donenfeld17-83/+91
2018-10-08global: rename struct wireguard_ to struct wg_Jason A. Donenfeld23-236/+225
2018-10-08netlink: do not stuff index into nla typeJason A. Donenfeld4-34/+25
2018-10-08qemu: kill after 20 minutesJason A. Donenfeld1-1/+1
2018-10-08compat: look in Kbuild and Makefile since they differ based on archJason A. Donenfeld1-1/+1
2018-10-08create-patch: blacklist instead of whitelistJason A. Donenfeld1-1/+2
2018-10-08global: prefix functions used in callbacks with wg_Jason A. Donenfeld9-90/+95
2018-10-07compat: don't output for grep errorsDavide Garberi1-2/+2
2018-10-07version: bump snapshot0.0.20181007Jason A. Donenfeld2-2/+2
2018-10-07global: style nitsJason A. Donenfeld5-32/+30
2018-10-07crypto: clean up remaining .h->.cJason A. Donenfeld11-14/+14
2018-10-07allowedips: document additional nobsJason A. Donenfeld1-0/+12
2018-10-07makefile: do more generic wildcard so as to avoid rename issuesJason A. Donenfeld2-2/+2
2018-10-07crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld1-2/+2
2018-10-07crypto: disable broken implementations in selftestsJason A. Donenfeld1-9/+8
2018-10-07compat: clang cannot handle __builtin_constant_pJason A. Donenfeld1-0/+7
2018-10-07compat: make asm/simd.h conditional on its existenceJason A. Donenfeld5-23/+24
2018-10-06compat: account for ancient ARM assemblerJason A. Donenfeld1-0/+25
2018-10-06version: bump snapshot0.0.20181006Jason A. Donenfeld2-2/+2
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld20-40/+82
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld25-34/+34
2018-10-06allowedips: remove ifdefs in favor of IS_ENABLEDJason A. Donenfeld2-20/+34
2018-10-05wg-quick.8: add policy routing exampleJason A. Donenfeld1-0/+26
2018-10-04curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld1-12/+12
2018-10-04curve25519-arm: writeback to base register when possibleJason A. Donenfeld1-58/+27
2018-10-03blake2s: always put a simd, even if not use()'dJason A. Donenfeld1-2/+5
2018-10-03simd: introduce useful disabling macroJason A. Donenfeld3-3/+4
2018-10-03Kconfig: do now allow IPV6=m,WG=yJason A. Donenfeld1-0/+1
2018-10-03curve25519-arm: adjust commentJason A. Donenfeld1-2/+2
2018-10-03curve25519-arm: use new simd apiJason A. Donenfeld1-6/+9
2018-10-02chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld1-1/+2
2018-10-02qemu: show more messages in console the right wayJason A. Donenfeld1-1/+1
2018-10-02qemu: support powerpc64leJason A. Donenfeld2-2/+22
2018-10-02qemu: give up and accept a mips64r2 worldJason A. Donenfeld3-6/+8
2018-10-02ratelimiter: prefer IS_ENABLEDJason A. Donenfeld1-3/+2
2018-10-02global: change BUG_ON to WARN_ONJason A. Donenfeld4-27/+19
2018-10-02poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld2-0/+20
2018-10-02crypto: use ZINC_ARCH macrosJason A. Donenfeld2-9/+9
2018-10-02chacha20: no need to align ctxJason A. Donenfeld1-1/+1