| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-09-26 | version/distro: identify iStoreOS as a distro.dgentry-istoreos | Denton Gentry | 2 | -1/+6 |
| 2023-09-26 | go.toolchain.rev: bump go | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-26 | ipn/ipnlocal: prevent putting file if file already exists (#9515) | Rhea Ghosh | 2 | -37/+66 |
| 2023-09-26 | winutil: refactor methods to get values from registry to also return (#9536) | Claire Wang | 9 | -56/+78 |
| 2023-09-26 | wgengine,net,ipn,disco: split up and define different types of MTU | Val | 7 | -47/+250 |
| 2023-09-26 | wgengine/netstack: use buffer pools for UDP packet forwarding | Val | 1 | -5/+17 |
| 2023-09-26 | cmd/k8s-operator: fix reconcile filters (#9533) | Irbe Krumina | 1 | -19/+61 |
| 2023-09-26 | ipn/ipnlocal: close foreground sessions on SetServeConfig | Marwan Sulaiman | 5 | -11/+140 |
| 2023-09-25 | net/dns: retry forwarder requests over TCP | Andrew Dunham | 13 | -49/+448 |
| 2023-09-25 | VERSION.txt: this is v1.51.0 | Aaron Klotz | 1 | -1/+1 |
| 2023-09-25 | licenses: update win/apple licenses | License Updater | 2 | -2/+2 |
| 2023-09-24 | ipn/{ipnlocal,localapi}, cli: add debug force-netmap-update | Brad Fitzpatrick | 3 | -0/+24 |
| 2023-09-24 | api.md: document the `invalid` field in Get Key API response | Anton Tolchanov | 1 | -0/+12 |
| 2023-09-23 | net/tstun: use untyped consts, simplify DefaultMTU func | Brad Fitzpatrick | 1 | -9/+4 |
| 2023-09-23 | wgengine/magicsock, controlclient, net/dns: reduce some logspam | Brad Fitzpatrick | 4 | -5/+44 |
| 2023-09-22 | Revert "wgengine/netstack: use buffer pools for UDP packet forwarding" | Val | 1 | -17/+5 |
| 2023-09-22 | Revert "wgengine,net,ipn,disco: split up and define different types of MTU" | Val | 7 | -250/+52 |
| 2023-09-22 | wgengine,net,ipn,disco: split up and define different types of MTU | Val | 7 | -52/+250 |
| 2023-09-22 | wgengine/netstack: use buffer pools for UDP packet forwarding | Val | 1 | -5/+17 |
| 2023-09-21 | licenses: update tailscale{,d} licenses | License Updater | 1 | -0/+1 |
| 2023-09-21 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2023-09-21 | go.mod: update github.com/go-json-experiment/json (#9508) | Joe Tsai | 3 | -7/+8 |
| 2023-09-21 | cmd/containerboot: avoid leaking bash scripts after test runs | James Tucker | 2 | -3/+4 |
| 2023-09-21 | licenses: update win/apple licenses | License Updater | 1 | -2/+2 |
| 2023-09-21 | release/dist, tool/gocross: add fake "windowsdll" GOOS to gocross | Aaron Klotz | 2 | -2/+26 |
| 2023-09-21 | ipn/ipnlocal: perform additional sanity check in diskPath (#9500) | Joe Tsai | 1 | -0/+3 |
| 2023-09-21 | control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTU | Val | 4 | -0/+102 |
| 2023-09-21 | wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() | Val | 7 | -20/+128 |
| 2023-09-21 | wgengine/magicsock: improve don't fragment bit set/get support | Val | 8 | -46/+159 |
| 2023-09-21 | wgengine/magicsock: fix don't fragment setsockopt arg for IPv6 on linux | Val | 1 | -1/+1 |
| 2023-09-21 | wgengine/magicsock: rename debugPMTUD() to debugEnablePMTUD() | Val | 4 | -5/+8 |
| 2023-09-21 | wgengine/magicsock: rename files for peer MTU | Val | 3 | -0/+0 |
| 2023-09-20 | net/dns/publicdns: update Quad9 addresses and references | James Tucker | 1 | -1/+9 |
| 2023-09-20 | go.toolchain.rev: update to Go 1.21.1+ | Denton Gentry | 1 | -1/+1 |
| 2023-09-20 | cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies | Maisem Ali | 2 | -0/+15 |
| 2023-09-20 | ipn/ipnlocal: add a test for recent WhoIs regression | Brad Fitzpatrick | 1 | -18/+62 |
| 2023-09-20 | ipn/ipnlocal: fix LocalBackend.WhoIs for self (#9472) | Joe Tsai | 1 | -1/+8 |
| 2023-09-20 | cmd/k8s-operator: fix egress service name (#9494) | Irbe Krumina | 2 | -2/+5 |
| 2023-09-20 | cmd/k8s-operator: rename egress annotation | Maisem Ali | 2 | -12/+22 |
| 2023-09-19 | Revert "ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodes" | Maisem Ali | 2 | -138/+0 |
| 2023-09-19 | Revert "ipn/ipnlocal: allow Split-DNS and default resolvers with WireGuard no... | James Tucker | 2 | -177/+29 |
| 2023-09-19 | ipn/ipnlocal: allow Split-DNS and default resolvers with WireGuard nodes | James Tucker | 2 | -29/+177 |
| 2023-09-19 | net/tstun: add better logging of natV4Config | Maisem Ali | 1 | -1/+39 |
| 2023-09-19 | util/lru: update c.head when deleting the most recently used entry | David Anderson | 2 | -0/+154 |
| 2023-09-19 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2023-09-19 | client/web: switch to using prebuilt web client assets | Will Norris | 7 | -38/+7 |
| 2023-09-19 | Makefile: make it possibe to pass a custom tag when building dev images (#9461) | Irbe Krumina | 1 | -2/+3 |
| 2023-09-19 | licenses: update win/apple licenses | License Updater | 1 | -1/+1 |
| 2023-09-18 | all: declare & plumb IPv6 masquerade address for peer | Tom DNetto | 13 | -9/+81 |
| 2023-09-18 | net/portmapper: add clientmetric for UPnP error codes | Andrew Dunham | 2 | -10/+34 |