index
:
wireguard-go
bo/dflybsd-port
dc/nstest
fd/propagate-DSCP-bits
fw/codeQuality
jd/generic-aip
jd/multibuffer
jd/netip-go118
jd/netns-specific-uapi
js/peer-stats
js/sample-api
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
uapi: linux: put sock files in netns-specific subdir
jd/netns-specific-uapi
Jason A. Donenfeld
2020-05-01
1
-12
/
+30
*
wgcfg: remove for now
David Crawshaw
2020-05-02
9
-1197
/
+0
*
wgcfg: remove JSON marshal methods
David Crawshaw
2020-05-02
2
-109
/
+7
*
device: use atomic access for unlocked keypair.next
Jason A. Donenfeld
2020-05-02
4
-11
/
+26
*
wgcfg: rename Key to PublicKey
David Crawshaw
2020-05-02
4
-76
/
+47
*
device: add nil check before convert typed error back
Wenxuan Zhao
2020-05-02
1
-2
/
+2
*
device: move stats fields back down and add test diagnostics
David Crawshaw
2020-04-07
2
-8
/
+22
*
Revert "device: use wgcfg key types"
David Crawshaw
2020-04-07
10
-68
/
+190
*
device: remove racey read in session key rotation.
David Anderson
2020-04-03
1
-3
/
+0
*
device: add debug logs describing handshake rejection
Avery Pennarun
2020-04-02
1
-4
/
+8
*
device: use wgcfg key types
David Crawshaw
2020-04-02
10
-190
/
+68
*
tun: return a better error message if /dev/net/tun doesn't exist
Brad Fitzpatrick
2020-04-02
1
-0
/
+3
*
device: return generic error from Ipc{Get,Set}Operation.
David Anderson
2020-04-02
2
-5
/
+16
*
tun: NetlinkListener: don't send EventDown before sending EventUp
Avery Pennarun
2020-04-02
1
-1
/
+13
*
device: give handshake state a type
David Crawshaw
2020-04-02
1
-17
/
+38
*
tuntest: split out testing package
David Crawshaw
2020-04-01
2
-141
/
+155
*
wgcfg: improve SymmetricKey docs
David Crawshaw
2020-03-31
1
-2
/
+1
*
wgcfg: fix bug preventing IPv6 addresses from working
Brad Fitzpatrick
2020-03-31
1
-5
/
+3
*
wgcfg: clean up IP type/method signatures
Brad Fitzpatrick
2020-03-31
3
-69
/
+59
*
wgcfg: add fast CIDR.Contains implementation
Tyler Kropp
2020-03-31
2
-2
/
+142
*
wgcfg: new config package
David Crawshaw
2020-03-31
8
-0
/
+1201
*
tun: fix data race on name field
Brad Fitzpatrick
2020-03-30
1
-13
/
+31
*
tun: remove unused isUp method
Brad Fitzpatrick
2020-03-30
1
-6
/
+0
*
conn: new package that splits out the Bind and Endpoint types
David Crawshaw
2020-03-30
15
-452
/
+562
*
wintun: split error message for create vs open namespace.
Avery Pennarun
2020-03-30
1
-1
/
+4
*
device: make Peer fields safe for atomic access on 32-bit.
David Anderson
2020-03-30
2
-9
/
+45
*
rwcancel: no-op builds for windows and darwin
David Crawshaw
2020-03-30
4
-2
/
+17
*
ratelimiter: use a fake clock in tests and style cleanups
David Crawshaw
2020-03-30
2
-65
/
+88
*
version: bump snapshot
0.0.20200320
Jason A. Donenfeld
2020-03-20
1
-1
/
+1
*
noise: unify zero checking of ecdh
Jason A. Donenfeld
2020-03-17
3
-63
/
+49
*
global: use RTMGRP_* consts from x/sys/unix
Tobias Klauser
2020-03-17
4
-5
/
+5
*
send: account for zero mtu
Jason A. Donenfeld
2020-02-14
1
-4
/
+12
*
device: fix private key removal logic
Jason A. Donenfeld
2020-02-04
1
-13
/
+4
*
uapi: allow unsetting device private key with /dev/null
Jason A. Donenfeld
2020-02-04
2
-1
/
+10
*
version: bump snapshot
0.0.20200121
Jason A. Donenfeld
2020-01-21
1
-1
/
+1
*
tun: darwin: ignore ENOMEM errors
Jason A. Donenfeld
2020-01-15
1
-1
/
+18
*
tun: windows: serialize write calls
Jason A. Donenfeld
2020-01-07
1
-0
/
+5
*
README: update repo urls
Jason A. Donenfeld
2019-12-30
2
-2
/
+2
*
device: SendmsgN mutates the input sockaddr
Jason A. Donenfeld
2019-11-28
1
-0
/
+9
*
wintun: manage ring memory manually
Jason A. Donenfeld
2019-11-22
2
-7
/
+27
*
constants: recalculate rekey max based on a one minute flood
Jason A. Donenfeld
2019-10-30
1
-1
/
+1
*
global: fix a few typos courtesy of codespell
Jonathan Tooker
2019-10-22
5
-10
/
+10
*
device: allow blackholing sockets
Jason A. Donenfeld
2019-10-21
2
-4
/
+14
*
device: remove dead error reporting code
Jason A. Donenfeld
2019-10-21
1
-4
/
+1
*
namespaceapi: remove tasteless comment
Jason A. Donenfeld
2019-10-21
1
-1
/
+1
*
device: recheck counters while holding write lock
Jason A. Donenfeld
2019-10-17
1
-2
/
+7
*
wintun: normalize variable names for their types
Jason A. Donenfeld
2019-10-17
1
-72
/
+72
*
wintun: quickly ignore non-Wintun devices
Avery Pennarun
2019-10-17
1
-0
/
+18
*
tun: match windows CreateTUN signature to the Linux variant
Avery Pennarun
2019-10-17
2
-5
/
+10
*
rwcancel: handle EINTR and EAGAIN in unixSelect()
Avery Pennarun
2019-10-17
1
-2
/
+14
[next]