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
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
2021-02-22
tun: make NativeTun.Close well behaved, not crash on double close
Brad Fitzpatrick
2021-02-17
global: stop using ioutil
Jason A. Donenfeld
2021-02-10
device: return error from Up() and Down()
Jason A. Donenfeld
2021-02-09
rwcancel: add an explicit close call
Jason A. Donenfeld
2021-02-09
tun: use errors.Is for unwrapping
Jason A. Donenfeld
2021-01-28
global: bump copyright
Jason A. Donenfeld
2021-01-27
tun: use %w for errors on linux
Jason A. Donenfeld
2021-01-21
netstack: further sequester with own go.mod and go.sum
Jason A. Donenfeld
2021-01-21
netstack: introduce new module for gvisor tcp tun adapter
Jason A. Donenfeld
2021-01-20
tun: fix fmt.Errorf format strings
Josh Bleecher Snyder
2021-01-20
tun/wintun/memmod: gofmt
Josh Bleecher Snyder
[next]