summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netstack
AgeCommit message (Expand)AuthorFilesLines
2021-11-21go.mod: bump inet.af/netstackBrad Fitzpatrick1-9/+24
2021-11-01cmd/tailscaled, wgengine/netstack: always wire up netstackBrad Fitzpatrick1-16/+41
2021-09-28wgengine/netstack: include DNS.ExtraRecords in DNSMapBrad Fitzpatrick1-0/+10
2021-08-27wgengine/netstack: clarify a commentBrad Fitzpatrick1-6/+8
2021-08-25wgengine/netstack: fix crash in userspace netstack TCP forwardingBrad Fitzpatrick1-9/+36
2021-07-21wgengine/netstack: implement UDP relaying to advertised subnetsBrad Fitzpatrick1-46/+96
2021-07-21wgengine/netstack: fix doc commentBrad Fitzpatrick1-1/+0
2021-06-28wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4Brad Fitzpatrick2-3/+127
2021-06-23wgengine/netstack: add Impl.DialContextUDPBrad Fitzpatrick1-0/+24
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-10/+10
2021-05-14tsnet: add Tailscale-as-a-library packageBrad Fitzpatrick1-2/+12
2021-05-06wgengine/netstack: avoid delivering incoming packets to both netstack + hostBrad Fitzpatrick1-1/+8
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick1-1/+22
2021-04-21wgengine/netstack: log error when acceptUDP failsJosh Bleecher Snyder1-1/+1
2021-04-21wgengine/netstack: log ForwarderRequest in readable form, only in debug mode ...Naman Sood1-5/+12
2021-04-06cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to WindowsBrad Fitzpatrick2-7/+54
2021-03-31wgengine/netstack: stop re-adding IPs registered by active TCP connections (#...Naman Sood1-1/+0
2021-03-29wgengine/netstack: Allow userspace networking mode to expose subnets (#1588)Naman Sood1-38/+114
2021-03-26net/tstun: rename TUN to Wrapper.David Anderson1-3/+3
2021-03-26net/tstun: merge in wgengine/tstun.David Anderson1-1/+1
2021-03-23all: s/Magic DNS/MagicDNS/ for consistencyBrad Fitzpatrick1-1/+1
2021-03-17wgengine/netstack: use inet.af/netstack, remove 64-bit only limitationBrad Fitzpatrick2-54/+14
2021-03-16Revert "wgengine/netstack: update gvisor to remove 64-bit only limitation"David Anderson2-2/+42
2021-03-15wgengine/netstack: update gvisor to remove 64-bit only limitationBrad Fitzpatrick2-42/+2
2021-03-15client, cmd/hello, ipn, wgengine: fix whois for netstack-forwarded connectionsNaman Sood1-3/+17
2021-03-08wgengine/netstack: stop UDP forwarding when one side diesNaman Sood1-5/+8
2021-03-08wgengine/netstack: add support for incoming UDP connectionsNaman Sood1-9/+67
2021-03-03wgengine/netstack: remove some v2 logging by defaultBrad Fitzpatrick1-4/+13
2021-03-03wgengine/netstack: use system dialer to contact servers on localhostNaman Sood1-1/+2
2021-03-02wgengine/netstack: forward incoming connections to localhostNaman Sood1-13/+15
2021-03-01wgengine/netstack: fix 32-bit build broken from prior commitBrad Fitzpatrick1-1/+17
2021-03-01cmd/tailscaled, wgengine: remove --fake, replace with netstackBrad Fitzpatrick1-36/+30
2021-03-01wgengine/netstack: add Magic DNS + DNS resolution to SOCKS5 dialingBrad Fitzpatrick1-3/+79
2021-02-26wgengine/netstack: start SOCKS5 server in netstack modeNaman Sood1-0/+18
2021-02-25wgengine, cmd/tailscaled: refactor netstack, forward TCP to hello as demo (#1...Naman Sood2-116/+226
2021-02-05types/netmap: split controlclient.NetworkMap off into its own leaf packageBrad Fitzpatrick1-2/+2
2021-01-15wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131)Naman Sood1-1/+41
2021-01-11wengine/netstack: bump gvisor to latest versionNaman Sood1-2/+2
2021-01-11wgengine/netstack: don't build netstack on 32-bit platformsBrad Fitzpatrick2-0/+24
2021-01-11cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack workBrad Fitzpatrick1-0/+154