| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-03 | wgengine/router: default to a fake router on android | David Anderson | 2 | -0/+31 |
| 2025-04-02 | all: use network less when running in v86 emulator | Brad Fitzpatrick | 1 | -2/+4 |
| 2025-04-02 | wgengine/router: add Plan 9 implementation | Brad Fitzpatrick | 2 | -1/+157 |
| 2025-04-02 | wgengine/magicsock: avoid some log spam on Plan 9 | Brad Fitzpatrick | 1 | -0/+4 |
| 2025-04-02 | net/tstun: add Plan 9 'tun' support | Brad Fitzpatrick | 1 | -0/+11 |
| 2025-04-01 | wgengine: return explicit lo0 for loopback addrs on sandboxed macOS (#15493) | Jonathan Nobels | 1 | -0/+6 |
| 2025-03-12 | net/netmon, wgengine/magicsock: be quieter with portmapper logs | Andrew Dunham | 1 | -1/+11 |
| 2025-03-11 | tsnet,wgengine: fix src to primary Tailscale IP for TCP dials | Fran Bull | 1 | -0/+43 |
| 2025-03-07 | wgengine/magicsock: use learned DERP route as send path of last resort | Brad Fitzpatrick | 2 | -3/+31 |
| 2025-02-06 | wgengine/netstack: respond to service IPs in Linux tun mode | Adrian Dewhurst | 1 | -5/+17 |
| 2025-02-06 | go.mod,wgengine/netstack: use cubic congestion control, bump gvisor | James Tucker | 1 | -0/+5 |
| 2025-02-06 | wgengine/netstack: block link writes when full rather than drop | James Tucker | 1 | -22/+27 |
| 2025-02-06 | wgengine/netstack: disable RACK on all platforms | James Tucker | 1 | -10/+8 |
| 2025-02-03 | wgengine/wgcfg/nmcfg: coalesce, limit some debug logs | Brad Fitzpatrick | 1 | -6/+14 |
| 2025-01-24 | feature/capture: move packet capture to feature/*, out of iOS + CLI | Brad Fitzpatrick | 6 | -417/+8 |
| 2025-01-24 | cmd/natc,wgengine/netstack: tune buffer size and segment lifetime in natc | James Tucker | 1 | -0/+8 |
| 2025-01-24 | wgengine/filter: add check for unknown proto | Kristoffer Dalby | 2 | -1/+7 |
| 2025-01-24 | wgengine/filter: return drop reason for metrics | Kristoffer Dalby | 2 | -27/+30 |
| 2025-01-23 | derp,wgengine/magicsock: remove unexpected label (#14711) | Mike O'Driscoll | 1 | -1/+1 |
| 2025-01-22 | ipn/ipnlocal: Support TCP and Web VIP services | KevinLiang10 | 1 | -1/+26 |
| 2025-01-14 | all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111] | Brad Fitzpatrick | 5 | -9/+6 |
| 2025-01-14 | cmd/viewer,types/views,various: avoid allocations in pointer field getters wh... | Nick Khyl | 2 | -6/+6 |
| 2025-01-12 | util/uniq,types/lazy,*: delete code that's now in Go std | Brad Fitzpatrick | 2 | -4/+4 |
| 2025-01-07 | wgengine/magicsock: refactor maybeRebindOnError | James Tucker | 4 | -65/+95 |
| 2025-01-07 | wgengine/magicsock: rebind on EPIPE/ECONNRESET | James Tucker | 3 | -29/+61 |
| 2025-01-04 | Fix various linting, vet & static check issues | Marc Paquette | 2 | -4/+5 |
| 2025-01-03 | util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps | Brad Fitzpatrick | 3 | -6/+6 |
| 2025-01-03 | wgengine/router: refactor udm-pro into broader ubnt support | Jason Barnett | 2 | -10/+10 |
| 2024-12-21 | wgengine/router: add ip rules for unifi udm-pro | Jason Barnett | 2 | -10/+64 |
| 2024-12-04 | cmd/tailscale,net/netcheck: add debug feature to force preferred DERP | James Tucker | 1 | -0/+8 |
| 2024-11-28 | wgengine/magicsock: packet/bytes metrics should not count disco | Kristoffer Dalby | 1 | -3/+3 |
| 2024-11-22 | ipn/{ipnlocal,localapi}, wgengine/netstack: call (*LocalBackend).Shutdown whe... | Nick Khyl | 1 | -0/+2 |
| 2024-11-19 | wgengine/filter: actually use the passed CapTestFunc [capver 109] | Anton Tolchanov | 1 | -10/+11 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 7 | -27/+17 |
| 2024-11-01 | wgengine/netstack: remove unused taildrive deps | Brad Fitzpatrick | 2 | -18/+15 |
| 2024-11-01 | Fix MagicDNS on OpenBSD | Renato Aguiar | 1 | -1/+1 |
| 2024-10-31 | wgengine/magicsock: export packet drop metric for outbound errors | Anton Tolchanov | 3 | -1/+42 |
| 2024-10-31 | wgengine/magicsock: exclude disco from throughput metrics | Anton Tolchanov | 3 | -10/+14 |
| 2024-10-29 | wgengine/magicsock: log home DERP changes with latency | Tim Walters | 1 | -3/+8 |
| 2024-10-29 | wgengine/magicsock: fix stats packet counter on derp egress | Anton Tolchanov | 1 | -1/+1 |
| 2024-10-16 | wgengine/magicsock: fix CI-only test warning of missing health tracker | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-10-14 | {net/connstats,wgengine/magicsock}: fix packet counting in connstats | Kristoffer Dalby | 3 | -4/+4 |
| 2024-10-14 | wgengine: instrument with usermetrics | Kristoffer Dalby | 4 | -22/+264 |
| 2024-10-09 | syncs: delete Map.Range, update callers to iterators | Brad Fitzpatrick | 1 | -4/+3 |
| 2024-10-05 | wgengine: stop conntrack log spam about Canonical net probes | Brad Fitzpatrick | 1 | -11/+58 |
| 2024-10-03 | cmd/containerboot,util/linuxfw: create a SNAT rule for dst/src only once, cle... | Irbe Krumina | 1 | -1/+1 |
| 2024-10-03 | wgengine/netstack: check userspace ping success on Windows | Brad Fitzpatrick | 3 | -1/+118 |
| 2024-10-02 | wgengine/magicsock: avoid log spam from ReceiveFunc on shutdown | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-09-29 | cmd/containerboot,kube,util/linuxfw: configure kube egress proxies to route t... | Irbe Krumina | 1 | -0/+11 |
| 2024-09-26 | wgengine: make opts.Metrics mandatory | Kristoffer Dalby | 1 | -1/+6 |