| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-28 | wgengine/netstack: include DNS.ExtraRecords in DNSMap | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-08-27 | wgengine/netstack: clarify a comment | Brad Fitzpatrick | 1 | -6/+8 |
| 2021-08-25 | wgengine/netstack: fix crash in userspace netstack TCP forwarding | Brad Fitzpatrick | 1 | -9/+36 |
| 2021-07-21 | wgengine/netstack: implement UDP relaying to advertised subnets | Brad Fitzpatrick | 1 | -46/+96 |
| 2021-07-21 | wgengine/netstack: fix doc comment | Brad Fitzpatrick | 1 | -1/+0 |
| 2021-06-28 | wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4 | Brad Fitzpatrick | 2 | -3/+127 |
| 2021-06-23 | wgengine/netstack: add Impl.DialContextUDP | Brad Fitzpatrick | 1 | -0/+24 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 1 | -10/+10 |
| 2021-05-14 | tsnet: add Tailscale-as-a-library package | Brad Fitzpatrick | 1 | -2/+12 |
| 2021-05-06 | wgengine/netstack: avoid delivering incoming packets to both netstack + host | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-05-05 | wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid mode | Brad Fitzpatrick | 1 | -1/+22 |
| 2021-04-21 | wgengine/netstack: log error when acceptUDP fails | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-04-21 | wgengine/netstack: log ForwarderRequest in readable form, only in debug mode ... | Naman Sood | 1 | -5/+12 |
| 2021-04-06 | cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows | Brad Fitzpatrick | 2 | -7/+54 |
| 2021-03-31 | wgengine/netstack: stop re-adding IPs registered by active TCP connections (#... | Naman Sood | 1 | -1/+0 |
| 2021-03-29 | wgengine/netstack: Allow userspace networking mode to expose subnets (#1588) | Naman Sood | 1 | -38/+114 |
| 2021-03-26 | net/tstun: rename TUN to Wrapper. | David Anderson | 1 | -3/+3 |
| 2021-03-26 | net/tstun: merge in wgengine/tstun. | David Anderson | 1 | -1/+1 |
| 2021-03-23 | all: s/Magic DNS/MagicDNS/ for consistency | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-17 | wgengine/netstack: use inet.af/netstack, remove 64-bit only limitation | Brad Fitzpatrick | 2 | -54/+14 |
| 2021-03-16 | Revert "wgengine/netstack: update gvisor to remove 64-bit only limitation" | David Anderson | 2 | -2/+42 |
| 2021-03-15 | wgengine/netstack: update gvisor to remove 64-bit only limitation | Brad Fitzpatrick | 2 | -42/+2 |
| 2021-03-15 | client, cmd/hello, ipn, wgengine: fix whois for netstack-forwarded connections | Naman Sood | 1 | -3/+17 |
| 2021-03-08 | wgengine/netstack: stop UDP forwarding when one side dies | Naman Sood | 1 | -5/+8 |
| 2021-03-08 | wgengine/netstack: add support for incoming UDP connections | Naman Sood | 1 | -9/+67 |
| 2021-03-03 | wgengine/netstack: remove some v2 logging by default | Brad Fitzpatrick | 1 | -4/+13 |
| 2021-03-03 | wgengine/netstack: use system dialer to contact servers on localhost | Naman Sood | 1 | -1/+2 |
| 2021-03-02 | wgengine/netstack: forward incoming connections to localhost | Naman Sood | 1 | -13/+15 |
| 2021-03-01 | wgengine/netstack: fix 32-bit build broken from prior commit | Brad Fitzpatrick | 1 | -1/+17 |
| 2021-03-01 | cmd/tailscaled, wgengine: remove --fake, replace with netstack | Brad Fitzpatrick | 1 | -36/+30 |
| 2021-03-01 | wgengine/netstack: add Magic DNS + DNS resolution to SOCKS5 dialing | Brad Fitzpatrick | 1 | -3/+79 |
| 2021-02-26 | wgengine/netstack: start SOCKS5 server in netstack mode | Naman Sood | 1 | -0/+18 |
| 2021-02-25 | wgengine, cmd/tailscaled: refactor netstack, forward TCP to hello as demo (#1... | Naman Sood | 2 | -116/+226 |
| 2021-02-05 | types/netmap: split controlclient.NetworkMap off into its own leaf package | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-01-15 | wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) | Naman Sood | 1 | -1/+41 |
| 2021-01-11 | wengine/netstack: bump gvisor to latest version | Naman Sood | 1 | -2/+2 |
| 2021-01-11 | wgengine/netstack: don't build netstack on 32-bit platforms | Brad Fitzpatrick | 2 | -0/+24 |
| 2021-01-11 | cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work | Brad Fitzpatrick | 1 | -0/+154 |