index
:
wireguard-linux-compat
master
WireGuard kernel module backport for Linux 3.10 - 5.5
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-13
crypto: curve25519-x86_64: use in/out register constraints more precisely
Jason A. Donenfeld
1
-293
/
+504
2021-12-06
crypto: curve25519-x86_64: solve register constraints with reserved registers
Mathias Krause
1
-4
/
+4
2021-02-07
compat: remove unused version.h headers
Jason A. Donenfeld
1
-1
/
+0
2020-04-14
crypto: do not export symbols
Jason A. Donenfeld
5
-19
/
+0
2020-02-19
curve25519-x86_64: avoid use of r12
Jason A. Donenfeld
1
-55
/
+55
2020-02-06
chacha20poly1305: defensively protect against large inputs
Jason A. Donenfeld
1
-1
/
+3
2020-01-21
curve25519: x86_64: replace with formally verified implementation
Jason A. Donenfeld
3
-2258
/
+1250
2019-12-12
global: fix up spelling
Josh Soref
1
-1
/
+1
2019-12-06
chacha20poly1305: double check the sgmiter logic with test
Jason A. Donenfeld
1
-8
/
+59
2019-12-05
crypto: use new assembler macros for 5.5
Jason A. Donenfeld
5
-14
/
+14
2019-12-05
chacha20poly1305: port to sgmitter for 5.5
Jason A. Donenfeld
3
-112
/
+141
2019-06-03
blake2s: spacing
Jason A. Donenfeld
2
-123
/
+123
2019-06-02
curve25519: not all linkers support bmi2 and adx
Jason A. Donenfeld
2
-6
/
+48
2019-05-31
blake2s: add ssse3 to nobs
Jason A. Donenfeld
1
-1
/
+2
2019-05-31
blake2s: do not use xgetbv for ssse3 detection
Jason A. Donenfeld
1
-3
/
+1
2019-05-29
zinc: update copyright
Jason A. Donenfeld
2
-2
/
+2
2019-05-29
blake2s: shorten ssse3 loop
Samuel Neves
1
-857
/
+66
2019-05-29
blake2s,chacha: latency tweak
Samuel Neves
5
-618
/
+982
2019-05-29
zinc: arm64: use cpu_get_elf_hwcap accessor for 5.2
Jason A. Donenfeld
2
-2
/
+2
2019-05-29
kbuild: account for recent upstream changes
Jason A. Donenfeld
1
-1
/
+1
2019-03-27
blake2s: remove outlen parameter from final
Jason A. Donenfeld
2
-8
/
+7
2019-03-27
blake2s: simplify
Samuel Neves
2
-40
/
+12
2019-02-04
chacha20: name enums
Jason A. Donenfeld
1
-2
/
+2
2019-02-03
noise: store clamped key instead of raw key
Jason A. Donenfeld
5
-14
/
+13
2019-02-03
chacha20poly1305: permit unaligned strides on certain platforms
Jason A. Donenfeld
1
-18
/
+14
2019-01-23
global: normalize -> clamp
Jason A. Donenfeld
4
-17
/
+10
2019-01-07
global: update copyright
Jason A. Donenfeld
37
-37
/
+37
2018-12-18
makefile: use immediate expansion and use correct template patterns
Jason A. Donenfeld
1
-6
/
+6
2018-12-07
chacha20: do not define unused asm function
Jason A. Donenfeld
1
-4
/
+2
2018-12-07
chacha20,poly1305: simplify perlasm fanciness
Jason A. Donenfeld
3
-70
/
+64
2018-11-19
chacha20,poly1305: do not use xlate
Jason A. Donenfeld
3
-1492
/
+69
2018-11-17
poly1305: make frame pointers for auxiliary calls
Samuel Neves
1
-31
/
+43
2018-11-16
crypto: better path resolution and more specific generated .S
Jason A. Donenfeld
1
-6
/
+5
2018-11-15
chacha20,poly1305: don't do compiler testing in generator and remove xor helper
Jason A. Donenfeld
2
-30
/
+39
2018-11-15
crypto: resolve target prefix on buggy kernels
Jason A. Donenfeld
1
-1
/
+6
2018-11-15
poly1305: cleanup leftover debugging changes
Jason A. Donenfeld
1
-3
/
+3
2018-11-15
poly1305: only export neon symbols when in use
Jason A. Donenfeld
1
-2
/
+6
2018-11-15
chacha20,poly1305: fix up for win64
Samuel Neves
2
-27
/
+29
2018-11-15
perlasm: avoid rep ret
Jason A. Donenfeld
1
-1
/
+1
2018-11-15
poly1305: specialize to wireguard
Jason A. Donenfeld
1
-11
/
+20
2018-11-15
chacha20: specialize to wireguard
Jason A. Donenfeld
2
-20
/
+38
2018-11-15
perlasm: cleanup whitespace
Jason A. Donenfeld
1
-5
/
+5
2018-11-15
poly1305: adjust to kernel
Samuel Neves
1
-220
/
+291
2018-11-14
chacha20: cleaner function declarations
Samuel Neves
1
-23
/
+23
2018-11-14
chacha20: normalize names
Samuel Neves
1
-71
/
+71
2018-11-14
chacha20: fixup win64 stack offsets
Samuel Neves
1
-129
/
+129
2018-11-14
chacha20: simplify stack unwinding on ChaCha20_ctr32
Samuel Neves
1
-10
/
+8
2018-11-14
chacha20: use DRAP idiom
Samuel Neves
1
-226
/
+225
2018-11-14
chacha20: add hchacha_ssse3
Samuel Neves
1
-0
/
+39
2018-11-14
chacha20: begin adapting to kernel setting
Samuel Neves
2
-67
/
+115
[next]