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
jw/for-jason
master
tp/icmp-fixes
Go implementation of WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
device: fix possible deadlock in close method
Martin Basovnik
11 months
jw/for-jason
conn: fix WinRingEndpoint.DstToString() for AF_INET endpoints
Jordan Whited
19 months
jd/generic-aip
device: make allowedips generic
Jason A. Donenfeld
3 years
tp/icmp-fixes
Handle whole ICMP headers
tqbf
3 years
jd/netip-go118
global: use Go 1.18's netip helpers
Jason A. Donenfeld
3 years
js/peer-stats
device: add PeerStats
Josh Bleecher Snyder
4 years
js/sample-api
device: add Device.ListenPort and Device.SetListenPort
Josh Bleecher Snyder
4 years
fw/codeQuality
code quality:
Frank Werner-Krippendorf
4 years
dc/nstest
[WIP] device: run testns.sh from a Go test harness
David Crawshaw
5 years
jd/netns-specific-uapi
uapi: linux: put sock files in netns-specific subdir
Jason A. Donenfeld
5 years
[...]
Tag
Download
Author
Age
0.0.20230223
wireguard-go-0.0.20230223.tar.xz
wireguard-go-0.0.20230223.zip
Jason A. Donenfeld
21 months
0.0.20220316
wireguard-go-0.0.20220316.tar.xz
wireguard-go-0.0.20220316.zip
Jason A. Donenfeld
3 years
0.0.20220117
wireguard-go-0.0.20220117.tar.xz
wireguard-go-0.0.20220117.zip
Jason A. Donenfeld
3 years
0.0.20211016
wireguard-go-0.0.20211016.tar.xz
wireguard-go-0.0.20211016.zip
Jason A. Donenfeld
3 years
0.0.20210424
wireguard-go-0.0.20210424.tar.xz
wireguard-go-0.0.20210424.zip
Jason A. Donenfeld
4 years
v0.0.20201121
wireguard-go-0.0.20201121.tar.xz
wireguard-go-0.0.20201121.zip
Jason A. Donenfeld
4 years
0.0.20210323
wireguard-go-0.0.20210323.tar.xz
wireguard-go-0.0.20210323.zip
Jason A. Donenfeld
4 years
0.0.20210212
wireguard-go-0.0.20210212.tar.xz
wireguard-go-0.0.20210212.zip
Jason A. Donenfeld
4 years
0.0.20201118
wireguard-go-0.0.20201118.tar.xz
wireguard-go-0.0.20201118.zip
Jason A. Donenfeld
4 years
0.0.20200320
wireguard-go-0.0.20200320.tar.xz
wireguard-go-0.0.20200320.zip
Jason A. Donenfeld
5 years
[...]
Age
Commit message
Author
Files
Lines
2023-12-11
device: fix possible deadlock in close method
HEAD
master
Martin Basovnik
1
-2
/
+2
2023-12-11
device: do atomic 64-bit add outside of vector loop
Jason A. Donenfeld
1
-1
/
+4
2023-12-11
device: reduce redundant per-packet overhead in RX path
Jordan Whited
1
-6
/
+15
2023-12-11
device: change Peer.endpoint locking to reduce contention
Jordan Whited
6
-84
/
+86
2023-12-11
tun: implement UDP GSO/GRO for Linux
Jordan Whited
6
-590
/
+1258
2023-12-11
tun: fix Device.Read() buf length assumption on Windows
Jordan Whited
1
-4
/
+3
2023-10-22
device: ratchet up max segment size on android
Jason A. Donenfeld
1
-1
/
+1
2023-10-21
conn: set unused OOB to zero length
Jason A. Donenfeld
1
-1
/
+2
2023-10-21
conn: fix cmsg data padding calculation for gso
Jason A. Donenfeld
1
-1
/
+1
2023-10-21
conn: separate gso and sticky control
Jason A. Donenfeld
6
-66
/
+96
[...]
Clone
https://git.zx2c4.com/wireguard-go
git://git.zx2c4.com/wireguard-go
ssh://git@git.zx2c4.com/wireguard-go