index
:
wireguard-monolithic-historical
fd/ECN-rfc6040
fd/propagate-DSCP-bits
fv/openbsd
grt/gro
jd/android-suspend-xmit
jd/andy-is-best-maybe
jd/arnd-crosstool
jd/base-time
jd/bigendiancurve
jd/broken-arm-qemu-serial
jd/built-in-rp-filter-adjustment
jd/builtin-ratelimiter
jd/cpu-dql
jd/endianness-trick
jd/fixed-endpoints
jd/ifgroup
jd/lockless-queuing
jd/maybe-sse2
jd/partial-preempt-fix
jd/remove-per-peer-queues
jd/ricetastic-chapoly
jd/ring_testing
jd/ryzen-bug
jd/spinlocks-dql
jd/syncconf
jd/systemd-resolved
jh/ignore-df
jn/mpmc-null
jn/mpmc-wip
jn/qemu-hash
jn/rhashtable
jo/transit-namespace
lr/man-allowedips
lr/peer-names
lr/pmtu
master
md/openbsd
nd/android-10-dns
rvd/poly1305_opaque_length
rvd/poly1305_padding
sl/ppc
tg/mpmc-benchmark
tg/mpmc_ring
tg/mpmc_testing
Historical monolithic WireGuard repository, split into wireguard-tools, wireguard-linux, and wireguard-linux-compat.
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
selftest
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-06
selftest: ratelimiter: improve chance of success via retry
Jason A. Donenfeld
1
-1
/
+6
2018-06-19
ratelimiter: mitigate reference underflow
Jason A. Donenfeld
1
-0
/
+2
2018-06-17
simd: encapsulate fpu amortization into nice functions
Jason A. Donenfeld
2
-8
/
+9
2018-05-31
chacha20poly1305: test for authtag failure
Jason A. Donenfeld
1
-3
/
+21
2018-05-31
chacha20poly1305: test scattergather functions too
Jason A. Donenfeld
1
-2
/
+44
2018-05-31
chacha20poly1305: combine stack variables into union
Jason A. Donenfeld
1
-8
/
+11
2018-05-31
chacha20poly1305: split up into separate files
Jason A. Donenfeld
2
-10
/
+11
2018-05-14
allowedips: Fix graphviz output after endianness patch
Jonathan Neuschäfer
1
-3
/
+16
2018-05-10
allowedips: add selftest for allowedips_walk_by_peer
Jason A. Donenfeld
1
-1
/
+60
2018-04-05
chacha20poly1305: put magic constant behind macro
Jason A. Donenfeld
1
-1
/
+1
2018-04-05
chacha20poly1305: add self tests from wycheproof
Jason A. Donenfeld
1
-3
/
+1026
2018-04-04
curve25519: add self tests from wycheproof
Jason A. Donenfeld
1
-0
/
+504
2018-02-08
poly1305: fix up selftest counter
Jason A. Donenfeld
1
-1
/
+1
2018-02-01
curve25519: break more things with more test cases
Jason A. Donenfeld
1
-0
/
+12
2018-02-01
curve25519: verify that specialized basepoint implementations are correct
Jason A. Donenfeld
1
-3
/
+17
2018-01-19
poly1305: add poly-specific self-tests
Jason A. Donenfeld
1
-0
/
+1566
2018-01-03
global: year bump
Jason A. Donenfeld
6
-6
/
+6
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
6
-6
/
+24
2017-11-22
chacha20poly1305: add more test vectors, some of which are weird
Jason A. Donenfeld
1
-3
/
+244
2017-11-13
selftest: allowedips: randomized test mutex update
Jason A. Donenfeld
1
-5
/
+6
2017-11-10
allowedips: rename from routingtable
Jason A. Donenfeld
1
-61
/
+61
2017-10-31
global: infuriating kernel iterator style
Jason A. Donenfeld
1
-4
/
+4
2017-10-31
selftest: initialize mutex in routingtable selftest
Jason A. Donenfeld
1
-0
/
+2
2017-10-17
selftest: better test index for rate limiter
Jason A. Donenfeld
1
-2
/
+13
2017-10-09
routingtable: only use device's mutex, not a special rt one
Jason A. Donenfeld
1
-6
/
+10
2017-10-05
Makefile: clang now builds the kernel, so use scan-build
Jason A. Donenfeld
1
-3
/
+3
2017-08-02
selftest: more checking in ratelimiter
Jason A. Donenfeld
1
-10
/
+16
2017-07-20
selftests: ensure that there isnt CPU lag when testing rate limiter
Jason A. Donenfeld
1
-1
/
+25
2017-07-07
ratelimiter: consistently use non-bh rcu
Jason A. Donenfeld
1
-1
/
+1
2017-07-06
ratelimiter: add self-test
Jason A. Donenfeld
1
-0
/
+113
2017-06-24
selftest: remove antique siphash self test
Jason A. Donenfeld
1
-89
/
+0
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
5
-29
/
+29
2017-05-30
style: spaces after for loops
Jason A. Donenfeld
1
-4
/
+4
2017-04-21
routingtable: rewrite core functions
Jason A. Donenfeld
2
-133
/
+504
2017-03-30
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
1
-7
/
+7
2017-03-30
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
1
-10
/
+18
2017-01-10
Update copyright
Jason A. Donenfeld
6
-6
/
+6
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
1
-0
/
+35
2016-12-16
siphash: update against upstream submission
Jason A. Donenfeld
7
-91
/
+99
2016-12-11
blake2s: move self tests to correct directory
Jason A. Donenfeld
1
-0
/
+554
2016-12-11
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
4
-15
/
+15
2016-11-07
selftest: add routing table tests for small subnets
Jason A. Donenfeld
1
-0
/
+12
2016-08-02
selftest: move to subfolder
Jason A. Donenfeld
5
-0
/
+413