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: align the basepoint to 32 bytes
Jason A. Donenfeld
2017-05-31
1
-2
/
+2
*
curve25519: actually, do some things on heap sometimes
Jason A. Donenfeld
2017-05-31
1
-0
/
+170
*
chacha20poly1305: add NEON versions for ARM and ARM64
Jason A. Donenfeld
2017-05-30
4
-6
/
+1031
*
chacha20poly1305: move constants to rodata
Jason A. Donenfeld
2017-05-21
5
-14
/
+27
*
chacha20poly1305: implement vectorized hchacha20
Jason A. Donenfeld
2017-05-17
2
-21
/
+157
*
chacha20poly1305: check return values of sgops
Jason A. Donenfeld
2017-04-04
2
-9
/
+17
*
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
2017-03-30
2
-15
/
+10
*
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
2017-03-30
2
-18
/
+30
*
curve25519: 128-bit integer != x86_64
Jason A. Donenfeld
2017-03-24
1
-2
/
+8
*
curve25519: do dispatcher in C instead of asm, since shlx is haswell only
Jason A. Donenfeld
2017-03-20
2
-162
/
+73
*
curve25519: add AVX implementation
Jason A. Donenfeld
2017-03-19
3
-20
/
+3694
*
blake2s: add AVX implementation
Jason A. Donenfeld
2017-03-19
5
-7
/
+602
*
compat: backport siphash & dst_cache from mainline
Jason A. Donenfeld
2017-02-13
2
-296
/
+0
*
curve25519: do everything on the stack
Jason A. Donenfeld
2017-01-15
1
-171
/
+0
*
Use __read_mostly attribute when possible
Jason A. Donenfeld
2017-01-13
1
-3
/
+3
*
Update copyright
Jason A. Donenfeld
2017-01-10
8
-8
/
+8
*
blake2s: cleanup
Jason A. Donenfeld
2016-12-26
1
-9
/
+4
*
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-23
2
-1
/
+120
*
siphash: preserve endian-ness for quick helper
Jason A. Donenfeld
2016-12-16
1
-5
/
+9
*
siphash: update against upstream submission
Jason A. Donenfeld
2016-12-16
4
-84
/
+292
*
siphash: useless rice
Jason A. Donenfeld
2016-12-12
1
-3
/
+1
*
crypto: use kernel's bitops functions
Jason A. Donenfeld
2016-12-11
2
-18
/
+15
*
blake2s: move self tests to correct directory
Jason A. Donenfeld
2016-12-11
1
-554
/
+1
*
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
2016-12-11
8
-327
/
+327
*
siphash: add types to header
Jason A. Donenfeld
2016-11-29
1
-0
/
+2
*
headers: cleanup notices
Jason A. Donenfeld
2016-11-21
8
-8
/
+8
*
chacha20poly1305: sse/ymm should be implicit
Jason A. Donenfeld
2016-11-16
1
-1
/
+1
*
chacha20poly1305: rely on avx and avx2
Jason A. Donenfeld
2016-11-16
1
-1
/
+1
*
curve25519: use kmalloc in order to not overflow stack
Jason A. Donenfeld
2016-11-10
1
-89
/
+260
*
chacha20poly1305: don't forget version header
Jason A. Donenfeld
2016-11-09
1
-0
/
+1
*
chacha20poly1305: it's just as fast to use these more simple unaligned access helpers
Jason A. Donenfeld
2016-11-07
1
-36
/
+7
*
chacha20poly1305: cleanup magic constants
Jason A. Donenfeld
2016-11-05
1
-3
/
+2
*
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-05
6
-22
/
+22
*
data: keep FPU on when possible
Jason A. Donenfeld
2016-11-04
2
-52
/
+41
*
chacha20poly1305: src is different from dst on last piece
Jason A. Donenfeld
2016-11-03
1
-1
/
+1
*
Rework headers and includes
Jason A. Donenfeld
2016-09-29
5
-4
/
+6
*
poly1305: optimize unaligned access
René van Dorst
2016-09-29
1
-0
/
+30
*
selftest: move to subfolder
Jason A. Donenfeld
2016-08-02
3
-207
/
+3
*
c: specify static array size in function params
Jason A. Donenfeld
2016-08-02
6
-22
/
+22
*
curve25519: unneeded zeros variable
Jason A. Donenfeld
2016-07-07
1
-2
/
+0
*
chacha20poly1305: use more standard way of testing FPU features
Jason A. Donenfeld
2016-06-29
1
-7
/
+2
*
tests: make fatal
Jason A. Donenfeld
2016-06-25
8
-9
/
+13
*
Initial commit
Jason A. Donenfeld
2016-06-25
12
-0
/
+5242
[prev]