index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-07
allowedips: document additional nobs
Jason A. Donenfeld
2018-10-07
makefile: do more generic wildcard so as to avoid rename issues
Jason A. Donenfeld
2018-10-07
crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1
Jason A. Donenfeld
2018-10-07
crypto: disable broken implementations in selftests
Jason A. Donenfeld
2018-10-07
compat: clang cannot handle __builtin_constant_p
Jason A. Donenfeld
2018-10-07
compat: make asm/simd.h conditional on its existence
Jason A. Donenfeld
2018-10-06
compat: account for ancient ARM assembler
Jason A. Donenfeld
2018-10-06
version: bump snapshot
Jason A. Donenfeld
2018-10-06
crypto: test all SIMD combinations
Jason A. Donenfeld
2018-10-06
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-06
allowedips: remove ifdefs in favor of IS_ENABLED
Jason A. Donenfeld
2018-10-04
curve25519-arm: rearrange multiplications for better in-order performance
Jason A. Donenfeld
2018-10-04
curve25519-arm: writeback to base register when possible
Jason A. Donenfeld
2018-10-03
blake2s: always put a simd, even if not use()'d
Jason A. Donenfeld
2018-10-03
simd: introduce useful disabling macro
Jason A. Donenfeld
2018-10-03
Kconfig: do now allow IPV6=m,WG=y
Jason A. Donenfeld
2018-10-03
curve25519-arm: adjust comment
Jason A. Donenfeld
2018-10-03
curve25519-arm: use new simd api
Jason A. Donenfeld
2018-10-02
chacha20-arm: use proper reteq macro instead of bxeq
Jason A. Donenfeld
2018-10-02
qemu: show more messages in console the right way
Jason A. Donenfeld
2018-10-02
qemu: support powerpc64le
Jason A. Donenfeld
2018-10-02
qemu: give up and accept a mips64r2 world
Jason A. Donenfeld
2018-10-02
ratelimiter: prefer IS_ENABLED
Jason A. Donenfeld
2018-10-02
global: change BUG_ON to WARN_ON
Jason A. Donenfeld
2018-10-02
poly1305: document rationale for base 2^26->2^64/32 conversion
Jason A. Donenfeld
2018-10-02
crypto: use ZINC_ARCH macros
Jason A. Donenfeld
2018-10-02
chacha20: no need to align ctx
Jason A. Donenfeld
2018-10-02
chacha20: split chacha20_ctx into union
Jason A. Donenfeld
2018-10-02
qemu: support m68k
Jason A. Donenfeld
2018-10-02
crypto: add missing static keyword to fpu init functions
Jason A. Donenfeld
2018-10-02
crypto: document what's used from <crypto/ beside #include
Jason A. Donenfeld
2018-10-02
crypto: WARN_ON in module_init if selftest fails
Jason A. Donenfeld
2018-10-02
simd: refactor simd availability handling
Jason A. Donenfeld
2018-10-02
simd: return a bool from simd_relax
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-10-02
poly1305-mips64: use compiler-defined macros in assembly
Jason A. Donenfeld
2018-10-02
blake2s: rename arch function and use slicker le32 helper
Jason A. Donenfeld
2018-10-02
blake2s: feed fpu functions PAGE_SIZE at a time
Jason A. Donenfeld
2018-10-02
poly1305: feed fpu functions PAGE_SIZE at a time
Jason A. Donenfeld
2018-10-02
chacha20: feed fpu functions PAGE_SIZE at a time
Jason A. Donenfeld
2018-10-02
chacha20: test multiple page span in selftest
Jason A. Donenfeld
2018-10-02
chacha20: break out of zero loops in selftest
Jason A. Donenfeld
2018-10-02
crypto: prefer IS_ENABLED to ifdefs
Jason A. Donenfeld
2018-10-02
crypto: ignore ARMv3
Jason A. Donenfeld
2018-10-02
compat: kernels < 3.17 don't have read_cpuid_part
Nathan Chancellor
2018-10-02
qemu: support more arm big endian platforms
Jason A. Donenfeld
2018-09-25
crypto: rename DEBUG to SELFTEST
Jason A. Donenfeld
2018-09-25
poly1305-arm: swap endianness in base 2^26 conversion
Jason A. Donenfeld
2018-09-25
curve25519-arm: disable on big-endian
Jason A. Donenfeld
2018-09-25
chacha20-arm,poly1305-arm: fix big-endian aarch64
Jason A. Donenfeld
[next]