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
...
*
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-23
8
-43
/
+204
*
routing-table: simplify and mask reparented root
Jason A. Donenfeld
2016-12-23
1
-16
/
+9
*
config: allow removing multiple peers at once
Jason A. Donenfeld
2016-12-23
1
-1
/
+2
*
version: bump snapshot
Jason A. Donenfeld
2016-12-18
2
-2
/
+2
*
siphash: preserve endian-ness for quick helper
Jason A. Donenfeld
2016-12-16
1
-5
/
+9
*
ratelimiter: remember newline in error
Jason A. Donenfeld
2016-12-16
1
-2
/
+2
*
version: bump snapshot
Jason A. Donenfeld
2016-12-16
2
-2
/
+2
*
hashtables: use counter and int to ensure forward progress
Jason A. Donenfeld
2016-12-16
2
-17
/
+2
*
messages: increase header by 3 bytes for alignment
Jason A. Donenfeld
2016-12-16
4
-15
/
+22
*
siphash: update against upstream submission
Jason A. Donenfeld
2016-12-16
15
-187
/
+403
*
ratelimiter: drop family from action for 4.10
Jason A. Donenfeld
2016-12-16
1
-2
/
+0
*
tests: avoid non-strict writes via printf
Jason A. Donenfeld
2016-12-16
1
-11
/
+8
*
noise: update comments
Jason A. Donenfeld
2016-12-16
1
-8
/
+8
*
types: enforce consistency
Jason A. Donenfeld
2016-12-16
4
-24
/
+26
*
config: cleanups
Jason A. Donenfeld
2016-12-16
1
-33
/
+19
*
peer: don't use sockaddr_storage to reduce memory usage
Jason A. Donenfeld
2016-12-13
9
-30
/
+37
*
hashtables: ensure we get 64-bits of randomness
Jason A. Donenfeld
2016-12-12
1
-1
/
+7
*
messages: remove unused constants
Jason A. Donenfeld
2016-12-12
1
-2
/
+0
*
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
2
-554
/
+555
*
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
2016-12-11
23
-419
/
+419
*
receive: simplify ip header checking logic
Jason A. Donenfeld
2016-12-11
1
-15
/
+2
*
device: ensure icmp skb length check is done for v6
Jason A. Donenfeld
2016-12-11
1
-6
/
+2
*
device: allocate tstats in newlink
Jason A. Donenfeld
2016-12-11
1
-27
/
+20
*
device: clean up xmit error path
Jason A. Donenfeld
2016-12-11
3
-14
/
+18
*
main: consistent lines
Jason A. Donenfeld
2016-12-11
1
-6
/
+1
*
device: simplify device_init, since it only returns -EEXIST
Jason A. Donenfeld
2016-12-11
1
-6
/
+1
*
device: dellink is already implictly unregister_netdevice_queue
Jason A. Donenfeld
2016-12-11
1
-10
/
+1
*
device: disable ipv6 auto address generation
Jason A. Donenfeld
2016-12-11
1
-2
/
+8
*
device: rc -> ret
Jason A. Donenfeld
2016-12-11
1
-3
/
+3
*
version: bump snapshot
Jason A. Donenfeld
2016-12-09
2
-2
/
+2
*
cookie: kill redundant forward declaration
Jason A. Donenfeld
2016-12-09
1
-2
/
+0
*
compat: build dep errors belong here, since it's out of tree specific
Jason A. Donenfeld
2016-12-09
2
-8
/
+10
*
socket: clear src address when retrying handshake
Jason A. Donenfeld
2016-12-09
3
-0
/
+15
*
device: traditional if is cleaner than switch for this small
Jason A. Donenfeld
2016-12-09
1
-3
/
+1
*
device: make suspend code conditional on CONFIG_PM_SLEEP
Jason A. Donenfeld
2016-12-09
2
-0
/
+10
*
main: cleaner error teardown
Jason A. Donenfeld
2016-12-09
1
-12
/
+12
*
device: cleaner error teardown
Jason A. Donenfeld
2016-12-09
1
-43
/
+33
*
timers: add random jitter to handshake retry
Jason A. Donenfeld
2016-12-09
2
-1
/
+2
*
device: clear all peer ephemeral keys on sleep
Jason A. Donenfeld
2016-12-09
2
-2
/
+35
*
data: reset tc when resetting skb
Jason A. Donenfeld
2016-12-09
1
-0
/
+6
*
qemu: bump kernel version
Jason A. Donenfeld
2016-12-09
1
-3
/
+3
*
build system: add dkms installation
Jason A. Donenfeld
2016-12-09
2
-2
/
+32
*
tests: directly kill nmap
Jason A. Donenfeld
2016-12-04
1
-7
/
+12
*
tests: make sure ncat gets killed
Jason A. Donenfeld
2016-12-04
3
-11
/
+11
*
hashtable: use random number each time
Jason A. Donenfeld
2016-11-29
1
-2
/
+2
*
version: bump snapshot
Jason A. Donenfeld
2016-11-29
1
-1
/
+1
*
send: send packet initiation only after requeuing to prevent race
Jason A. Donenfeld
2016-11-29
1
-6
/
+11
*
tests: be sure we get all messages
Jason A. Donenfeld
2016-11-29
1
-1
/
+6
[prev]
[next]