tailscale/net/tstun
Brad Fitzpatrick 1af26222b6 go.mod: bump netstack, switch to upstream netstack
Now that Go 1.17 has module graph pruning
(https://go.dev/doc/go1.17#go-command), we should be able to use
upstream netstack without breaking our private repo's build
that then depends on the tailscale.com Go module.

This is that experiment.

Updates #1518 (the original bug to break out netstack to own module)
Updates #2642 (this updates netstack, but doesn't remove workaround)

Change-Id: I27a252c74a517053462e5250db09f379de8ac8ff
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-01-26 11:30:03 -08:00
..
fake.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
ifstatus_noop.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
ifstatus_windows.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
tap_linux.go go.mod: bump netstack, switch to upstream netstack 2022-01-26 11:30:03 -08:00
tap_unsupported.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tun_linux.go net/tstun: fix build on arm 2021-08-18 15:28:14 -07:00
tun_macos.go net/tstun: move TUN failure diagnostics to OS-specific files 2021-08-16 11:24:25 -07:00
tun_notwindows.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tun_windows.go net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard-go dependency to 82d2aa87aa623cb5143a41c3345da4fb875ad85d 2021-10-12 16:07:46 -06:00
tun.go envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) 2022-01-24 11:51:23 -08:00
wrap_test.go net/tstun: rate limit "self disco out packet" logging 2021-11-23 12:52:52 -08:00
wrap.go ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6 2022-01-04 14:37:22 -08:00