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-02-02
WIP debug tun
Mikael Magnusson
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
2021-01-20
tun/wintun/memmod: fix format verb
Josh Bleecher Snyder
2021-01-13
tun: add tcpip stack tunnel abstraction
Jason A. Donenfeld
2021-01-07
memmod: apply explicit build tags to _32 and _64 files
Jason A. Donenfeld
2021-01-07
tun: make customization of WintunPool and requested GUID more obvious
Jason A. Donenfeld
2021-01-07
all: use ++ to increment
Josh Bleecher Snyder
2021-01-07
wintun: do not load dll in init()
Jason A. Donenfeld
2021-01-07
tun/tuntest: make genICMPv4 allocate less
Josh Bleecher Snyder
2020-11-27
memmod: fix import loading function usage
Jason A. Donenfeld
2020-11-25
wintun: log when reboot is suggested by Windows
Simon Rozman
2020-11-25
wintun: keep original error when Wintun session start fails
Simon Rozman
2020-11-11
wintun: load from filesystem by default
Jason A. Donenfeld
2020-11-07
global: switch to using %w instead of %v for Errorf
Jason A. Donenfeld
2020-11-07
wintun: ring management moved to wintun.dll
Simon Rozman
2020-11-07
wintun: load wintun.dll from RCDATA resource
Simon Rozman
2020-11-07
wintun: migrate to wintun.dll API
Simon Rozman
2020-10-27
tun: use SockaddrCtl from golang.org/x/sys/unix on macOS
Tobias Klauser
2020-10-27
tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOS
Tobias Klauser
2020-10-27
tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOS
Tobias Klauser
2020-10-27
tun: use GetsockoptString in (*NativeTun).Name on macOS
Tobias Klauser
2020-10-21
tun/wintun/registry: fix Go 1.15 race/checkptr failure
Brad Fitzpatrick
2020-05-02
global: update header comments and modules
Jason A. Donenfeld
2020-05-02
wintun: make remaining HWID comparisons case insensitive
Simon Rozman
2020-05-02
setupapi: extend struct size constant definitions for arm(64)
Simon Rozman
2020-05-02
tun: return a better error message if /dev/net/tun doesn't exist
Brad Fitzpatrick
2020-05-02
tun: NetlinkListener: don't send EventDown before sending EventUp
Avery Pennarun
2020-05-02
tuntest: split out testing package
David Crawshaw
2020-05-02
tun: fix data race on name field
Brad Fitzpatrick
2020-05-02
tun: remove unused isUp method
Brad Fitzpatrick
2020-05-02
wintun: split error message for create vs open namespace.
Avery Pennarun
2020-03-17
global: use RTMGRP_* consts from x/sys/unix
Tobias Klauser
2020-01-15
tun: darwin: ignore ENOMEM errors
Jason A. Donenfeld
2020-01-07
tun: windows: serialize write calls
Jason A. Donenfeld
2019-11-22
wintun: manage ring memory manually
Jason A. Donenfeld
2019-10-22
global: fix a few typos courtesy of codespell
Jonathan Tooker
2019-10-21
namespaceapi: remove tasteless comment
Jason A. Donenfeld
2019-10-17
wintun: normalize variable names for their types
Jason A. Donenfeld
2019-10-17
wintun: quickly ignore non-Wintun devices
Avery Pennarun
2019-10-17
tun: match windows CreateTUN signature to the Linux variant
Avery Pennarun
2019-10-08
wintun: expose version
Jason A. Donenfeld
2019-10-04
mod: bump versions
Jason A. Donenfeld
2019-09-16
winpipe: use x/sys/windows instead of syscall
Jason A. Donenfeld
2019-09-16
wintun: use correct length for security attributes
Jason A. Donenfeld
2019-09-08
tun: windows: unify error message format
Jason A. Donenfeld
[next]