index
:
wireguard-go
android
dhcp
dhcp2
dmwg-0.0.1
fix/listen-any-addresses
master
sorted-peers
tun-net-with-stack
WireGuard Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tun
Age
Commit message (
Expand
)
Author
2022-08-29
tun/netstack: remove separate module
Jason A. Donenfeld
2022-08-29
tun/netstack: bump to latest gvisor
Shengjing Zhu
2022-07-04
conn, device, tun: set CLOEXEC on fds
Brad Fitzpatrick
2022-06-01
tun: use ByteSliceToString from golang.org/x/sys/unix
Tobias Klauser
2022-03-16
tun/netstack: bump mod
Jason A. Donenfeld
2022-03-16
all: update to Go 1.18
Josh Bleecher Snyder
2022-03-09
tun/netstack: check error returned by SetDeadline()
Alexander Neumann
2022-03-09
tun/netstack: update to latest wireguard-go
Alexander Neumann
2022-02-02
tun/netstack: simplify read timeout on ping socket
Jason A. Donenfeld
2022-02-02
tun/netstack: implement ICMP ping
Thomas H. Ptacek
2021-12-09
global: apply gofumpt
Jason A. Donenfeld
2021-11-23
global: use netip where possible now
Jason A. Donenfeld
2021-11-04
tun: move wintun to its own repo
Jason A. Donenfeld
2021-11-04
namedpipe: rename from winpipe to keep in sync with CL299009
Jason A. Donenfeld
2021-10-26
wintun: align 64-bit argument on ARM32
Jason A. Donenfeld
2021-10-22
tun/netstack: update gvisor
Mikael Magnusson
2021-10-20
wintun: allow retrieving DLL version
Jason A. Donenfeld
2021-10-16
wintun: remove memmod option for dll loading
Jason A. Donenfeld
2021-10-12
global: remove old-style build tags
Jason A. Donenfeld
2021-10-12
global: add newer-style build tags
Jason A. Donenfeld
2021-10-12
wintun: use new swdevice-based API for upcoming Wintun 0.14
Jason A. Donenfeld
2021-10-11
conn,wintun: use unsafe.Slice instead of unsafeSlice
Jason A. Donenfeld
2021-10-11
memmod: import from wireguard-windows
Jason A. Donenfeld
2021-09-23
tun: make operateonfd.go build tags more specific
Tobias Klauser
2021-09-23
tun: avoid leaking sock fd in CreateTUN error cases
Tobias Klauser
2021-09-05
global: add new go 1.17 build comments
Jason A. Donenfeld
2021-08-05
memmod: register exception handler tables
Jason A. Donenfeld
2021-07-29
memmod: fix protected delayed load the right way
Jason A. Donenfeld
2021-07-29
memmod: disable protected delayed load for now
Jason A. Donenfeld
2021-05-20
tun: linux: account for interface removal from outside
Jason A. Donenfeld
2021-05-07
tun: format
Jason A. Donenfeld
2021-05-07
tun: windows: set event before waiting
Jason A. Donenfeld
2021-05-07
tun: windows: rearrange struct to avoid alignment trap on 32bit
Jason A. Donenfeld
2021-05-07
tun: windows: check alignment in unit test
Jason A. Donenfeld
2021-05-06
tun/netstack: update go mod and remove GSO argument
Jason A. Donenfeld
2021-05-05
tun: windows: send MTU update when forced MTU changes
Jason A. Donenfeld
2021-04-26
tun: windows: protect reads from closing
Jason A. Donenfeld
2021-04-19
tun: freebsd: avoid OOB writes
Jason A. Donenfeld
2021-04-19
tun: freebsd: become controlling process when reopening tun FD
Jason A. Donenfeld
2021-04-19
tun: freebsd: restructure and cleanup
Jason A. Donenfeld
2021-04-19
tun: freebsd: remove horrific hack for getting tunnel name
Jason A. Donenfeld
2021-04-18
tun: freebsd: set IFF_MULTICAST for routing daemons
Jason A. Donenfeld
2021-03-23
tun: freebsd: use broadcast mode instead of PPP mode
Jason A. Donenfeld
2021-03-11
tun: linux: do not spam events every second from hack listener
Jason A. Donenfeld
2021-03-08
tun: freebsd: allow empty names
Kay Diam
2021-03-08
memmod: use resource functions from x/sys
Jason A. Donenfeld
2021-03-08
memmod: do not use IsBadReadPtr
Jason A. Donenfeld
2021-03-06
tun/netstack: bump deps and api
Jason A. Donenfeld
2021-02-23
global: remove TODO name graffiti
Jason A. Donenfeld
2021-02-23
device: test up/down using virtual conn
Jason A. Donenfeld
[next]