| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-05 | net/dns/resolver, ipnlocal: fix ExitDNS on Android and iOS | Brad Fitzpatrick | 1 | -4/+13 |
| 2023-10-04 | net/tstun: finish wiring IPv6 NAT support | Tom DNetto | 2 | -200/+302 |
| 2023-10-03 | net/dns/resolver: fix flaky test | Andrew Dunham | 1 | -5/+6 |
| 2023-10-03 | net/dns/resolver: race UDP and TCP queries (#9544) | Andrew Dunham | 3 | -112/+341 |
| 2023-10-02 | net/packet: implement methods for rewriting v6 addresses | Tom DNetto | 2 | -18/+175 |
| 2023-10-02 | net/tstun: remove unused function DefaultMTU() | Val | 1 | -6/+0 |
| 2023-09-29 | net/dnsfallback: remove net/dnsfallback go:generate line | James Tucker | 1 | -2/+5 |
| 2023-09-29 | go.mod,net/dnsfallback: bump go4.org/netipx | James Tucker | 1 | -3/+4 |
| 2023-09-28 | go.mod,*: bump gvisor | Andrea Barisani | 2 | -5/+5 |
| 2023-09-27 | net/portmapper: fix invalid UPnP metric name | Andrew Dunham | 2 | -1/+21 |
| 2023-09-26 | wgengine,net,ipn,disco: split up and define different types of MTU | Val | 3 | -30/+224 |
| 2023-09-25 | net/dns: retry forwarder requests over TCP | Andrew Dunham | 9 | -30/+417 |
| 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 | 2 | -1/+40 |
| 2023-09-22 | Revert "wgengine,net,ipn,disco: split up and define different types of MTU" | Val | 3 | -224/+35 |
| 2023-09-22 | wgengine,net,ipn,disco: split up and define different types of MTU | Val | 3 | -35/+224 |
| 2023-09-20 | net/dns/publicdns: update Quad9 addresses and references | James Tucker | 1 | -1/+9 |
| 2023-09-19 | net/tstun: add better logging of natV4Config | Maisem Ali | 1 | -1/+39 |
| 2023-09-18 | all: declare & plumb IPv6 masquerade address for peer | Tom DNetto | 2 | -5/+5 |
| 2023-09-18 | net/portmapper: add clientmetric for UPnP error codes | Andrew Dunham | 2 | -10/+34 |
| 2023-09-18 | types/netmap: remove NetworkMap.{Addresses,MachineStatus} | Brad Fitzpatrick | 3 | -30/+39 |
| 2023-09-17 | types/netmap: start phasing out Addresses, add GetAddresses method | Brad Fitzpatrick | 1 | -4/+5 |
| 2023-09-15 | net/ping: fix ICMP echo code field to 0 | James Tucker | 1 | -1/+1 |
| 2023-09-14 | net/dns/publicdns: update Mullvad DoH server list | James Tucker | 1 | -8/+16 |
| 2023-09-12 | net/netmon: log when the gateway/self IP changes | Andrew Dunham | 1 | -1/+7 |
| 2023-09-12 | net/portmapper: fall back to permanent UPnP leases if necessary | Andrew Dunham | 3 | -2/+283 |
| 2023-09-11 | control/controlknobs, all: add plumbed Knobs type, not global variables | Brad Fitzpatrick | 4 | -11/+24 |
| 2023-09-09 | all: use set.Set consistently instead of map[T]struct{} | Brad Fitzpatrick | 2 | -4/+6 |
| 2023-09-06 | net/dns/publicdns: add support for Wikimedia DNS | Andrew Dunham | 1 | -1/+15 |
| 2023-09-02 | net/netmon, net/tsdial: add some link change metrics | Brad Fitzpatrick | 2 | -0/+26 |
| 2023-09-01 | net/tsdial: be smarter about when to close SystemDial conns | Brad Fitzpatrick | 2 | -12/+38 |
| 2023-08-30 | adjust build tags for tamago | Andrea Barisani | 2 | -2/+2 |
| 2023-08-29 | net/wsconn: accept a remote addr string and plumb it through | David Anderson | 1 | -7/+20 |
| 2023-08-29 | net/{interfaces,netmon}: remove "interesting", EqualFiltered API | Brad Fitzpatrick | 7 | -194/+474 |
| 2023-08-28 | net/memnet: export the network name (#9111) | Joe Tsai | 1 | -1/+5 |
| 2023-08-28 | cmd/tailscale, net/portmapper: add --log-http option to "debug portmap" | Andrew Dunham | 2 | -0/+67 |
| 2023-08-24 | all: adjust some build tags for plan9 | Brad Fitzpatrick | 2 | -1/+18 |
| 2023-08-23 | cmd/tailscale/cli: make netcheck run even if machine lacks TLS certs | Brad Fitzpatrick | 1 | -7/+25 |
| 2023-08-23 | net/netmon: factor out debounce loop, simplify polling impl | Brad Fitzpatrick | 2 | -48/+71 |
| 2023-08-23 | net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool | Brad Fitzpatrick | 4 | -39/+72 |
| 2023-08-21 | net/portmapper: never select port 0 in UPnP | Andrew Dunham | 1 | -14/+34 |
| 2023-08-18 | types/netmap, all: use read-only tailcfg.NodeView in NetworkMap | Brad Fitzpatrick | 2 | -12/+21 |
| 2023-08-18 | cmd/viewer, types/views, all: un-special case slice of netip.Prefix | Brad Fitzpatrick | 1 | -5/+18 |
| 2023-08-17 | net/art: allow non-pointers as values | David Anderson | 4 | -220/+246 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 6 | -6/+7 |
| 2023-08-16 | net/art: move child table pointers out of strideEntry | David Anderson | 3 | -49/+50 |
| 2023-08-11 | net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsock | James Tucker | 3 | -121/+142 |
| 2023-08-11 | ipn/ipnlocal,net/tsdial: update docs/rename funcs | Maisem Ali | 1 | -2/+4 |
| 2023-08-09 | cmd/tailscale: refactor shared utility methods | Will Norris | 1 | -0/+93 |
| 2023-08-08 | derp, net/dns/recursive: use Go 1.21 min | Brad Fitzpatrick | 1 | -8/+0 |