aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: disable broken implementations in selftestsJason A. Donenfeld2018-10-071-9/+8
* compat: clang cannot handle __builtin_constant_pJason A. Donenfeld2018-10-071-0/+7
* compat: make asm/simd.h conditional on its existenceJason A. Donenfeld2018-10-075-23/+24
* compat: account for ancient ARM assemblerJason A. Donenfeld2018-10-061-0/+25
* version: bump snapshot0.0.20181006Jason A. Donenfeld2018-10-062-2/+2
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-0620-40/+82
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-0625-34/+34
* allowedips: remove ifdefs in favor of IS_ENABLEDJason A. Donenfeld2018-10-062-20/+34
* wg-quick.8: add policy routing exampleJason A. Donenfeld2018-10-051-0/+26
* curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld2018-10-041-12/+12
* curve25519-arm: writeback to base register when possibleJason A. Donenfeld2018-10-041-58/+27
* blake2s: always put a simd, even if not use()'dJason A. Donenfeld2018-10-031-2/+5
* simd: introduce useful disabling macroJason A. Donenfeld2018-10-033-3/+4
* Kconfig: do now allow IPV6=m,WG=yJason A. Donenfeld2018-10-031-0/+1
* curve25519-arm: adjust commentJason A. Donenfeld2018-10-031-2/+2
* curve25519-arm: use new simd apiJason A. Donenfeld2018-10-031-6/+9
* chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld2018-10-021-1/+2
* qemu: show more messages in console the right wayJason A. Donenfeld2018-10-021-1/+1
* qemu: support powerpc64leJason A. Donenfeld2018-10-022-2/+22
* qemu: give up and accept a mips64r2 worldJason A. Donenfeld2018-10-023-6/+8
* ratelimiter: prefer IS_ENABLEDJason A. Donenfeld2018-10-021-3/+2
* global: change BUG_ON to WARN_ONJason A. Donenfeld2018-10-024-27/+19
* poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld2018-10-022-0/+20
* crypto: use ZINC_ARCH macrosJason A. Donenfeld2018-10-022-9/+9
* chacha20: no need to align ctxJason A. Donenfeld2018-10-021-1/+1
* chacha20: split chacha20_ctx into unionJason A. Donenfeld2018-10-025-45/+50
* qemu: support m68kJason A. Donenfeld2018-10-022-1/+18
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-024-4/+3
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-024-4/+3
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-025-5/+5
* simd: refactor simd availability handlingJason A. Donenfeld2018-10-022-16/+24
* simd: return a bool from simd_relaxJason A. Donenfeld2018-10-021-1/+3
* global: prefix all functions with wg_Jason A. Donenfeld2018-10-0228-605/+627
* poly1305-mips64: use compiler-defined macros in assemblyJason A. Donenfeld2018-10-021-5/+10
* blake2s: rename arch function and use slicker le32 helperJason A. Donenfeld2018-10-023-11/+15
* blake2s: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-14/+28
* poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-024-29/+49
* chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-024-23/+54
* chacha20: test multiple page span in selftestJason A. Donenfeld2018-10-022-3/+27
* chacha20: break out of zero loops in selftestJason A. Donenfeld2018-10-021-0/+5
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-028-135/+73
* crypto: ignore ARMv3Jason A. Donenfeld2018-10-021-1/+1
* compat: kernels < 3.17 don't have read_cpuid_partNathan Chancellor2018-10-021-0/+4
* qemu: support more arm big endian platformsJason A. Donenfeld2018-10-025-4/+43
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-2511-59/+59
* poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld2018-09-251-1/+5
* curve25519-arm: disable on big-endianJason A. Donenfeld2018-09-252-3/+3
* chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld2018-09-252-21/+21
* curve25519: show all failures in test caseJason A. Donenfeld2018-09-251-2/+0
* version: bump snapshot0.0.20180925Jason A. Donenfeld2018-09-252-2/+2