| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-04-21 | .github/workflows: add cross-androidcross-android | James Tucker | 1 | -0/+3 |
| 2022-04-21 | Revert "wgengine/router,util/kmod: load & log xt_mark" | Brad Fitzpatrick | 1 | -11/+0 |
| 2022-04-20 | wgengine/router,util/kmod: load & log xt_mark | James Tucker | 1 | -0/+11 |
| 2022-04-20 | wgengine/monitor: split the unexpected stringification log line | Maisem Ali | 1 | -2/+3 |
| 2022-04-20 | wgengine/monitor: ignore OS-specific uninteresting interfaces | Maisem Ali | 6 | -4/+32 |
| 2022-04-20 | wgengine/router: make supportsV6NAT check catch more cases | Brad Fitzpatrick | 1 | -2/+8 |
| 2022-04-17 | wgengine/monitor: do not set timeJumped on iOS/Android | Maisem Ali | 1 | -26/+33 |
| 2022-04-17 | all: add arbitrary capability support | Brad Fitzpatrick | 5 | -3/+161 |
| 2022-04-15 | ssh/tailssh: make the SSH server a singleton, register with LocalBackend | Brad Fitzpatrick | 2 | -17/+2 |
| 2022-04-15 | tailcfg, ssh/tailssh: optionally support SSH public keys in wire policy | Brad Fitzpatrick | 1 | -2/+0 |
| 2022-04-11 | net/tsaddr, wgengine/netstack: add IPv6 range that forwards to site-relative ... | Brad Fitzpatrick | 1 | -0/+14 |
| 2022-04-11 | wgengine/monitor: ignore duplicate RTM_NEWADDRs | James Tucker | 2 | -7/+161 |
| 2022-04-11 | wgengine/monitor: add envknob TS_DEBUG_NETLINK | James Tucker | 1 | -6/+28 |
| 2022-04-08 | net/dns, net/dns/resolver, wgengine: refactor DNS request path (#4364) | Tom | 1 | -44/+13 |
| 2022-04-07 | wgengine/netstack: disable refsvfs2 leak tracking (#4378) | James Tucker | 2 | -0/+26 |
| 2022-03-26 | net/packet, wgengine/netstack: remove workaround for old gvisor ECN bug | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-03-26 | ipn/ipnlocal: do not process old status messages received out of order | Maisem Ali | 2 | -0/+3 |
| 2022-03-21 | wgengine: inject packetbuffers rather than bytes (#4220) | James Tucker | 1 | -8/+5 |
| 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 |