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
/
crypto
/
zinc
/
curve25519
/
curve25519-hacl64.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-19
compat: ipv6_dst_lookup_flow was backported to 5.3 and 5.4
Jason A. Donenfeld
1
-1
/
+1
2019-12-17
wg-quick: linux: use already configured addresses instead of in-memory
Jason A. Donenfeld
1
-6
/
+6
2019-12-13
tools: adjust wg.8 syntax for consistency in COMMANDS section
Kai Haberzettl
1
-1
/
+1
2019-12-12
wg-quick: linux: try both iptables(8) and nft(8) on teardown
Jason A. Donenfeld
1
-1
/
+2
2019-12-12
version: bump snapshot
0.0.20191212
Jason A. Donenfeld
2
-2
/
+2
2019-12-12
main: remove unused include <linux/version.h>
YueHaibing
1
-1
/
+0
2019-12-12
wg-quick: linux: support older nft(8)
Jason A. Donenfeld
1
-5
/
+5
2019-12-12
global: fix up spelling
Josh Soref
5
-10
/
+10
2019-12-12
wg-quick: linux: add support for nft and prefer it
Jason A. Donenfeld
1
-20
/
+39
2019-12-12
compat: support building for RHEL-8.1 instead of RHEL-8.0
Sergey Ivanov
1
-2
/
+2
2019-12-12
socket: convert to ipv6_dst_lookup_flow for 5.5
Jason A. Donenfeld
2
-3
/
+8
2019-12-06
version: bump snapshot
0.0.20191206
Jason A. Donenfeld
2
-2
/
+2
2019-12-06
chacha20poly1305: double check the sgmiter logic with test
Jason A. Donenfeld
1
-8
/
+59
2019-12-06
wg-quick: linux: ignore save warnings for iptables-nft
Jason A. Donenfeld
1
-1
/
+1
2019-12-06
wg-quick: linux: suppress more warnings on weird kernels
Jason A. Donenfeld
1
-4
/
+4
2019-12-05
wg-quick: linux: some iptables don't like empty lines
Jason A. Donenfeld
1
-6
/
+6
2019-12-05
crypto: use new assembler macros for 5.5
Jason A. Donenfeld
6
-14
/
+19
2019-12-05
chacha20poly1305: port to sgmitter for 5.5
Jason A. Donenfeld
6
-122
/
+151
2019-12-05
netlink: prepare for removal of genl_family_attrbuf in 5.5
Jason A. Donenfeld
2
-8
/
+20
2019-12-05
version: bump snapshot
0.0.20191205
Jason A. Donenfeld
2
-2
/
+2
2019-12-05
wg-quick: linux: iptables-* -w is not widely supported
Jason A. Donenfeld
1
-2
/
+2
2019-12-05
ipc: make sure userspace communication frees wgdevice
Jason A. Donenfeld
2
-11
/
+16
2019-12-05
send: avoid touching skb->{next,prev} directly
Jason A. Donenfeld
1
-2
/
+2
2019-12-05
device: prepare skb_list_walk_safe for upstreaming
Jason A. Donenfeld
3
-9
/
+13
2019-12-05
send: use kfree_skb_list
Jason A. Donenfeld
1
-9
/
+2
2019-12-05
wg-quick: linux: have remove_iptables return true
Jason A. Donenfeld
1
-1
/
+1
2019-12-05
wg-quick: linux: ensure postdown hooks execute
Jason A. Donenfeld
1
-2
/
+2
2019-11-27
wg-quick: linux: suppress error when finding unused table
Jason A. Donenfeld
1
-1
/
+1
2019-11-27
version: bump snapshot
0.0.20191127
Jason A. Donenfeld
2
-2
/
+2
2019-11-27
tools: add syncconf command
Jason A. Donenfeld
3
-0
/
+97
2019-11-27
reresolve-dns: remove invalid anchors on regex match
Jason A. Donenfeld
1
-1
/
+1
2019-11-27
qemu: bump version
Jason A. Donenfeld
1
-1
/
+1
2019-11-27
qemu: respect PATH when finding CBUILD
Jason A. Donenfeld
1
-1
/
+1
2019-11-27
qemu: work around build bug with powerpc64le
Jason A. Donenfeld
1
-0
/
+1
2019-11-27
wg-quick: linux: filter bogus injected packets and don't disable rpfilter
Jason A. Donenfeld
1
-8
/
+29
2019-11-26
wg-quick: linux: only touch net.ipv4 for v4
Jason A. Donenfeld
1
-3
/
+5
2019-11-26
allowedips: avoid double lock in selftest error case
Jason A. Donenfeld
1
-8
/
+9
2019-11-26
socket: remove redundant check of new4
Jason A. Donenfeld
1
-1
/
+1
2019-11-26
allowedips: safely dereference rcu roots
Jason A. Donenfeld
1
-6
/
+10
2019-10-30
messages: recalculate rekey max based on a one minute flood
Jason A. Donenfeld
1
-1
/
+1
2019-10-16
wg-quick: android: check for null in binder cleanup functions
Jason A. Donenfeld
1
-3
/
+6
2019-10-12
version: bump snapshot
0.0.20191012
Jason A. Donenfeld
2
-2
/
+2
2019-10-12
wg-quick: android: use Binder for setting DNS on Android 10
Nicolas Douma
1
-7
/
+429
2019-10-11
noise: recompare stamps after taking write lock
Jason A. Donenfeld
1
-2
/
+6
2019-10-11
netlink: allow preventing creation of new peers when updating
Jason A. Donenfeld
2
-9
/
+12
2019-10-11
netns: add test for failing 5.3 FIB changes
Jason A. Donenfeld
2
-1
/
+24
2019-10-11
qemu: bump default version
Jason A. Donenfeld
1
-1
/
+1
2019-09-13
version: bump snapshot
0.0.20190913
Jason A. Donenfeld
2
-2
/
+2
2019-09-13
compat: support rhel/centos 7.7
Jason A. Donenfeld
1
-1
/
+1
2019-09-13
Kbuild: squelch warnings for stack limit on broken kernel configs
Jason A. Donenfeld
1
-0
/
+1
[next]