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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
curve25519: resolve symbol clash between fe types
Jason A. Donenfeld
2018-01-18
1
-7
/
+7
*
curve25519: import 64-bit hacl-star implementation
Jason A. Donenfeld
2018-01-18
1
-0
/
+739
*
curve25519: import 32-bit fiat-crypto implementation
Jason A. Donenfeld
2018-01-18
1
-0
/
+838
*
curve25519: modularize implementation
Jason A. Donenfeld
2018-01-18
5
-1610
/
+1640
*
poly1305: remove indirect calls
Samuel Neves
2018-01-18
1
-79
/
+96
*
global: year bump
Jason A. Donenfeld
2018-01-03
16
-16
/
+16
*
crypto: compile on UML
Jason A. Donenfeld
2017-12-13
4
-2
/
+8
*
chacha20poly1305: wire up avx512vl for skylake-x
Jason A. Donenfeld
2017-12-11
2
-4
/
+17
*
chacha20: avx512vl implementation
Samuel Neves
2017-12-11
2
-0
/
+571
*
poly1305: fix avx512f alignment bug
Samuel Neves
2017-12-11
1
-1
/
+1
*
chacha20poly1305: cleaner generic code
Jason A. Donenfeld
2017-12-11
1
-90
/
+49
*
blake2s-x86_64: fix spacing
Jason A. Donenfeld
2017-12-09
1
-70
/
+70
*
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-12-09
16
-247
/
+57
*
chacha20-arm: fix with clang -fno-integrated-as.
David Benjamin
2017-12-03
1
-1
/
+3
*
poly1305: update x86-64 kernel to AVX512F only
Samuel Neves
2017-12-03
2
-133
/
+127
*
curve25519: explictly depend on AS_AVX
Jason A. Donenfeld
2017-11-28
1
-3
/
+3
*
curve25519: modularize dispatch
Jason A. Donenfeld
2017-11-28
1
-87
/
+78
*
blake2s: tweak avx512 code
Samuel Neves
2017-11-26
1
-64
/
+47
*
chacha20: directly assign constant and initial state
Jason A. Donenfeld
2017-11-23
1
-59
/
+20
*
blake2s: hmac space optimization
Samuel Neves
2017-11-22
1
-16
/
+12
*
blake2s: AVX512F+VL implementation
Samuel Neves
2017-11-22
2
-0
/
+132
*
poly1305-avx512: requires AVX512F+VL+BW
Samuel Neves
2017-11-22
1
-1
/
+6
*
chacha20poly1305: poly cleans up its own state
Jason A. Donenfeld
2017-11-22
1
-5
/
+1
*
poly1305-x86_64: unclobber %rbp
Samuel Neves
2017-11-22
1
-131
/
+145
*
poly1305: import MIPS64 primitive from OpenSSL
Jason A. Donenfeld
2017-11-22
3
-9
/
+401
*
chacha20poly1305: import ARM primitives from OpenSSL
Jason A. Donenfeld
2017-11-22
11
-1025
/
+5513
*
chacha20poly1305: import x86_64 primitives from OpenSSL
Samuel Neves
2017-11-22
9
-2446
/
+5227
*
curve25519-neon: compile in thumb mode
Jason A. Donenfeld
2017-11-14
2
-6
/
+6
*
curve25519: reject deriving from NULL private keys
Jason A. Donenfeld
2017-11-11
1
-0
/
+7
*
receive: hoist fpu outside of receive loop
Jason A. Donenfeld
2017-11-10
2
-15
/
+13
*
curve25519: only enable int128 if compiler support is sound
Jason A. Donenfeld
2017-10-31
1
-1
/
+1
*
global: style nits
Jason A. Donenfeld
2017-10-31
4
-121
/
+190
*
qemu: allow for cross compilation
Jason A. Donenfeld
2017-10-31
1
-3
/
+3
*
crypto/avx: make sure we can actually use ymm registers
Jason A. Donenfeld
2017-10-31
3
-3
/
+3
*
blake2: include headers for macros
Jason A. Donenfeld
2017-10-31
1
-0
/
+2
*
blake2s: modernize API and have faster _final
Jason A. Donenfeld
2017-10-17
2
-48
/
+64
*
crypto/x86_64: satisfy stack validation 2.0
Jason A. Donenfeld
2017-10-09
3
-31
/
+29
*
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-10-03
3
-9
/
+9
*
global: satisfy bitshift pedantry
Jason A. Donenfeld
2017-10-03
1
-7
/
+7
*
curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb
Jason A. Donenfeld
2017-10-02
1
-0
/
+1
*
compat: ensure we can build without compat.h
Jason A. Donenfeld
2017-09-16
2
-0
/
+2
*
blake2s: satisfy sparse
Jason A. Donenfeld
2017-08-02
1
-2
/
+2
*
blake2s: fix up alignment issues
Jason A. Donenfeld
2017-07-20
1
-9
/
+11
*
blake2s: move compression loop to assembly
Samuel Neves
2017-07-20
3
-71
/
+83
*
curve25519: keep certain sandy2x functions in C
Jason A. Donenfeld
2017-06-25
2
-232
/
+84
*
curve25519: satisfy sparse and use short types
Jason A. Donenfeld
2017-06-24
1
-26
/
+26
*
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-24
3
-6
/
+6
*
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-06-12
1
-1
/
+1
*
curve25519: use more standard label convention in asm
Jason A. Donenfeld
2017-06-01
2
-24
/
+24
*
curve25519: add NEON versions for ARM
Jason A. Donenfeld
2017-05-31
2
-27
/
+2158
[prev]
[next]