| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-19 | all: use strings.Cut even more | Brad Fitzpatrick | 3 | -6/+4 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 13 | -19/+19 |
| 2022-03-17 | go.mod: upgrade to the latest wireguard-go | Josh Bleecher Snyder | 3 | -11/+13 |
| 2022-03-16 | all: use Go 1.18's strings.Cut | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-03-16 | wgengine/magicsock: remove final alloc from ReceiveFrom | Josh Bleecher Snyder | 2 | -22/+23 |
| 2022-03-16 | wgengine/magicsock: fix goMajorVersion for 1.18 ts release | Josh Bleecher Snyder | 1 | -1/+8 |
| 2022-03-16 | wgengine: handle nil netmaps when assigning isSubnetRouter. | Maisem Ali | 1 | -4/+4 |
| 2022-03-07 | wgengine/router: delete legacy netfilter rule cleanup [Linux] | Brad Fitzpatrick | 1 | -35/+0 |
| 2022-02-24 | ssh: make it build on darwin | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-02-16 | tailcfg: make Node.Hostinfo a HostinfoView | Maisem Ali | 3 | -3/+3 |
| 2022-02-15 | ssh/tailssh: move SSH code from wgengine/netstack to this new package | Brad Fitzpatrick | 2 | -145/+13 |
| 2022-02-12 | ipn/ipnlocal, wgengine/magicsock, logpolicy: quiet more logs | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 1 | -0/+12 |
| 2022-02-02 | wgengine/netstack: start supporting different SSH users | Brad Fitzpatrick | 1 | -1/+7 |
| 2022-01-31 | ipn/ipnlocal, wgengine/netstack: use netstack for peerapi server | Brad Fitzpatrick | 1 | -3/+40 |
| 2022-01-29 | derp/derphttp, wgengine/magicsock: prefer IPv6 to DERPs when IPv6 works | Brad Fitzpatrick | 1 | -0/+20 |
| 2022-01-26 | go.mod: bump netstack, switch to upstream netstack | Brad Fitzpatrick | 1 | -15/+14 |
| 2022-01-25 | wgengine/magicsock: make debugUseDerpRoute an opt.Bool. | David Anderson | 1 | -7/+9 |
| 2022-01-24 | wgengine/netstack: add an SSH server experiment | Brad Fitzpatrick | 2 | -4/+180 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 8 | -46/+24 |
| 2022-01-19 | wgengine/netstack: clear TCP ECN bits before giving to gvisor | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-01-19 | wgengine/magicsock: fix deadlock on shutdown | Josh Bleecher Snyder | 1 | -1/+3 |
| 2022-01-19 | wgengine/netstack: add a missing refcount decrement after packet injection | Brad Fitzpatrick | 2 | -0/+77 |
| 2022-01-19 | wgengine/netstack: add an Impl.Close method for tests | Brad Fitzpatrick | 1 | -8/+20 |
| 2022-01-18 | wgengine/netstack: add missing error logging in a RST case | Brad Fitzpatrick | 1 | -2/+3 |
| 2022-01-18 | wgengine/netstack: fix netstack ping timeout on darwin | Brad Fitzpatrick | 1 | -1/+14 |
| 2022-01-13 | wgengine/magicsock: remove a per-DERP-packet map lookup in common case | Brad Fitzpatrick | 1 | -3/+7 |
| 2022-01-13 | wgengine/magicsock: enable DERP Return Path Optimization (DRPO) | Brad Fitzpatrick | 1 | -1/+3 |
| 2022-01-13 | wgengine/magicsock: fix lock ordering deadlock with derphttp | Brad Fitzpatrick | 1 | -8/+20 |
| 2022-01-12 | wgengine/netstack: make userspace ping work when tailscaled has CAP_NET_RAW | Brad Fitzpatrick | 2 | -2/+39 |
| 2022-01-07 | wgengine/netstack: fake pings through netstack on Android too | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-01-06 | wgengine/netstack: add env knob to turn on netstack debug logs | Brad Fitzpatrick | 1 | -3/+9 |
| 2022-01-06 | wgengine/magicsock: fix watchdog timeout on Close when IPv6 not available | Brad Fitzpatrick | 2 | -0/+25 |
| 2022-01-05 | wgengine/magicsock: reduce disco ping heartbeat aggressiveness a bit | Brad Fitzpatrick | 1 | -3/+3 |
| 2022-01-04 | wgengine/magicsock: reconnect to DERP when its definition changes | Brad Fitzpatrick | 1 | -0/+19 |
| 2022-01-04 | ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6 | Brad Fitzpatrick | 1 | -21/+43 |
| 2021-12-31 | netcheck,portmapper,magicsock: ignore some UDP write errors on Linux | Brad Fitzpatrick | 1 | -2/+3 |
| 2021-12-29 | wgengine/magicsock: don't unconditionally close DERP connections on rebind | Brad Fitzpatrick | 1 | -9/+61 |
| 2021-12-21 | wgengine/magicsock: add HTML debug handler to see magicsock state | Brad Fitzpatrick | 1 | -0/+202 |
| 2021-12-20 | wgengine/magicsock: add metrics for sent disco messages | Brad Fitzpatrick | 1 | -7/+18 |
| 2021-12-16 | wgengine/netstack: don't remove 255.255.255.255/32 from netstack | Brad Fitzpatrick | 1 | -1/+10 |
| 2021-12-15 | ipn/ipnlocal: clear magicsock's netmap on logout | Josh Bleecher Snyder | 1 | -7/+9 |
| 2021-12-15 | wgengine/netstack: remove some logging on forwarding connections | Brad Fitzpatrick | 1 | -2/+6 |
| 2021-12-15 | all: gofmt -w -s (simplify) tests | Brad Fitzpatrick | 3 | -11/+12 |
| 2021-12-13 | wgengine/router{windows}: return the output from the firewallTweaker | Maisem Ali | 1 | -1/+4 |
| 2021-12-09 | wgengine/netstack: in netstack/hybrid mode, fake ICMP using ping command | Brad Fitzpatrick | 1 | -0/+61 |
| 2021-12-09 | ipn/ipnstate: remove old deprecated TailAddr IPv4-only field | Brad Fitzpatrick | 1 | -9/+0 |
| 2021-12-08 | net/dns: add GetBaseConfig to CallbackRouter. | Denton Gentry | 2 | -2/+12 |
| 2021-12-05 | support running in a FreeBSD jail | Todd Neal | 2 | -4/+5 |
| 2021-12-05 | wgengine/filter: let unknown IPProto match if IP okay & match allows all ports | Brad Fitzpatrick | 3 | -18/+96 |