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-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
2018-09-25
curve25519: show all failures in test case
Jason A. Donenfeld
2018-09-25
version: bump snapshot
Jason A. Donenfeld
2018-09-25
curve25519-hacl64: reduce stack usage under KASAN
Jason A. Donenfeld
2018-09-25
chacha20: add bounds checking to selftests
Jason A. Donenfeld
2018-09-25
chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand...
René van Dorst
2018-09-25
qemu: bump musl
Jason A. Donenfeld
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
2018-09-25
hchacha20: keep in native endian in words
Jason A. Donenfeld
2018-09-24
chacha20-arm: remove unused preambles
Jason A. Donenfeld
2018-09-23
chacha20-arm: updated scalar code from Andy
Jason A. Donenfeld
2018-09-23
poly1305-mips64: remove useless preprocessor error
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling again
Jason A. Donenfeld
2018-09-23
crypto: flatten out makefile
Jason A. Donenfeld
2018-09-23
curve25519-fiat32: work around m68k compiler stack frame bug
Jason A. Donenfeld
2018-09-23
allowedips: work around kasan stack frame bug in selftest
Jason A. Donenfeld
2018-09-23
chacha20-arm: use new scalar implementation
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling
Jason A. Donenfeld
2018-09-23
global: reduce stack frame size
Jason A. Donenfeld
2018-09-23
chacha20: add chunked selftest and test sliding alignments and hchacha20
Jason A. Donenfeld
2018-09-22
chacha20-mips32r2: reduce jumptable entry size and stack usage
René van Dorst
2018-09-21
chacha20-mips32r2: use simpler calling convention
Jason A. Donenfeld
2018-09-21
chacha20-arm: go with Ard's version to optimize for Cortex-A7
Jason A. Donenfeld
2018-09-21
chacha20-mips32r2: remove reorder directives
René van Dorst
2018-09-21
chacha20-mips32r2: fix typo to allow reorder again
René van Dorst
2018-09-21
poly1305-mips32r2: remove all reorder directives
René van Dorst
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
ratelimiter: disable selftest with KASAN
Jason A. Donenfeld
2018-09-20
crypto: do not waste space on selftest items
Jason A. Donenfeld
2018-09-20
netlink: reverse my christmas trees
Jason A. Donenfeld
2018-09-20
crypto: explicitly dual license
Jason A. Donenfeld
2018-09-20
poly1305: account for simd being toggled off midway
Jason A. Donenfeld
2018-09-20
allowedips: change from BUG_ON to WARN_ON
Jason A. Donenfeld
2018-09-20
chacha20: prefer crypto_xor_cpy to avoid memmove
Jason A. Donenfeld
2018-09-19
poly1305: no need to trick gcc 8.1
Jason A. Donenfeld
[next]