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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Kbuild: move module deps out of tests/
Jason A. Donenfeld
2016-08-03
2
-18
/
+16
*
selftest: move to subfolder
Jason A. Donenfeld
2016-08-02
12
-414
/
+422
*
contrib: move patchers to contrib/kernel-tree
Jason A. Donenfeld
2016-08-02
2
-1
/
+21
*
Makefile: check tools as part of make check
Jason A. Donenfeld
2016-08-02
1
-0
/
+1
*
uapi: typeof is not necessary
Jason A. Donenfeld
2016-08-02
1
-4
/
+4
*
c: specify static array size in function params
Jason A. Donenfeld
2016-08-02
13
-48
/
+48
*
timers: use more clear pow macro
Jason A. Donenfeld
2016-08-02
1
-1
/
+1
*
ratelimiter: correct comment
Jason A. Donenfeld
2016-07-23
1
-1
/
+1
*
timers: upstream removed the slack concept
Jason A. Donenfeld
2016-07-23
2
-9
/
+9
*
tools: Use seqpacket instead of dgram
Jason A. Donenfeld
2016-07-22
1
-0
/
+16
*
index hashtable: run random indices through siphash
Jason A. Donenfeld
2016-07-22
2
-1
/
+7
*
cookie: do not expose csprng directly
Jason A. Donenfeld
2016-07-22
1
-0
/
+1
*
socket: fix compat for 4.1 v6 sockets
Jason A. Donenfeld
2016-07-22
1
-3
/
+9
*
socket: reset IPv4 socket to NULL after free
Jason A. Donenfeld
2016-07-21
1
-0
/
+1
*
socket: simpler debug message
Jason A. Donenfeld
2016-07-21
1
-2
/
+2
*
Kconfig: select IP6_NF_IPTABLES if using IPV6
Jason A. Donenfeld
2016-07-21
1
-0
/
+1
*
tools: first additions of userspace integration
Jason A. Donenfeld
2016-07-20
1
-0
/
+9
*
build system: revamp building and configuration
Jason A. Donenfeld
2016-07-18
7
-84
/
+76
*
tests: improve test suite and add qemu tester
Jason A. Donenfeld
2016-07-18
6
-49
/
+299
*
receive: assume we usually succeed with userspace
Jason A. Donenfeld
2016-07-10
1
-1
/
+1
*
receive: no need to test for !len
Jason A. Donenfeld
2016-07-10
1
-1
/
+1
*
timers: apply slack to hotpath timers
Jason A. Donenfeld
2016-07-10
2
-2
/
+8
*
timers: move timer calls out of hot loop
Jason A. Donenfeld
2016-07-10
1
-3
/
+6
*
timers: document conditions for calling
Jason A. Donenfeld
2016-07-10
1
-0
/
+8
*
persistent keepalive: use unsigned long to avoid multiplication in hotpath
Jason A. Donenfeld
2016-07-10
3
-5
/
+5
*
persistent keepalive: use authenticated keepalives
Jason A. Donenfeld
2016-07-10
7
-11
/
+13
*
keepalives: only queue keepalive when queue is empty
Jason A. Donenfeld
2016-07-08
1
-6
/
+9
*
timers: do not consider keepalives to be data sent
Jason A. Donenfeld
2016-07-08
1
-1
/
+3
*
timers: rename *authorized* functions to *authenticated*
Jason A. Donenfeld
2016-07-08
3
-4
/
+4
*
persistent keepalive: start sending immediately
Jason A. Donenfeld
2016-07-08
2
-1
/
+6
*
persistent keepalive: add kernel mechanism
Jason A. Donenfeld
2016-07-08
7
-4
/
+42
*
curve25519: unneeded zeros variable
Jason A. Donenfeld
2016-07-07
1
-2
/
+0
*
device: move unlikely check to if clause
Jason A. Donenfeld
2016-07-05
1
-2
/
+2
*
receive: protect against impossible conditions
Jason A. Donenfeld
2016-07-03
1
-0
/
+4
*
tai64n: don't forget to add 2^62, to be in spec
Jason A. Donenfeld
2016-07-02
1
-2
/
+2
*
receive: error conditions are unlikely
Jason A. Donenfeld
2016-07-01
1
-3
/
+3
*
Readme: the documentation moved to .io
Jason A. Donenfeld
2016-06-30
1
-1
/
+1
*
Readme: use https instead of http
Daniel Kahn Gillmor
2016-06-30
1
-1
/
+1
*
Makefile: Add more verbose dependency errors
Jason A. Donenfeld
2016-06-30
1
-0
/
+32
*
device init: free wq after padata
Jason A. Donenfeld
2016-06-30
1
-3
/
+3
*
chacha20poly1305: use more standard way of testing FPU features
Jason A. Donenfeld
2016-06-29
1
-7
/
+2
*
device: remove updating of trans_start
Jason A. Donenfeld
2016-06-29
1
-2
/
+0
*
Kconfig patching: do not match on NETFILTER
Jason A. Donenfeld
2016-06-29
1
-1
/
+1
*
Kconfig: more fully select dependencies
Jason A. Donenfeld
2016-06-29
1
-0
/
+3
*
tests: make fatal
Jason A. Donenfeld
2016-06-25
13
-20
/
+29
*
nonce: switch to RFC6479 to better support packet reordering
Jason A. Donenfeld
2016-06-25
3
-60
/
+94
*
Initial commit
Jason A. Donenfeld
2016-06-25
48
-0
/
+10834
[prev]