summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-09-28control/controlclient: fix leaked http2 goroutines on shutdownBrad Fitzpatrick1-0/+6
2023-09-28tool/gocross: disable Linux static linking if GOCROSS_STATIC=0Brad Fitzpatrick1-0/+4
2023-09-28client/web: add login client mode to web.ServerSonia Appasamy3-39/+78
2023-09-28ipn: use NodeCapMap in CheckFunnelMaisem Ali5-23/+52
2023-09-27ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodesJames Tucker3-9/+301
2023-09-27types/key: update some doc strings for public key serializationJames Tucker1-4/+7
2023-09-27wgengine/magicsock: add nodeid to panic condition on public key reuseJames Tucker1-1/+1
2023-09-27util/linuxfw: fix crash in DelSNATRule when no rules are foundJames Tucker1-1/+3
2023-09-27client/web: refactor serveGetNodeDataSonia Appasamy1-15/+8
2023-09-27net/portmapper: fix invalid UPnP metric nameAndrew Dunham2-1/+21
2023-09-26go.toolchain.rev: bump goBrad Fitzpatrick1-1/+1
2023-09-26ipn/ipnlocal: prevent putting file if file already exists (#9515)Rhea Ghosh2-37/+66
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang9-56/+78
2023-09-26wgengine,net,ipn,disco: split up and define different types of MTUVal7-47/+250
2023-09-26wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-26cmd/k8s-operator: fix reconcile filters (#9533)Irbe Krumina1-19/+61
2023-09-26ipn/ipnlocal: close foreground sessions on SetServeConfigMarwan Sulaiman5-11/+140
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham13-49/+448
2023-09-25VERSION.txt: this is v1.51.0Aaron Klotz1-1/+1
2023-09-25licenses: update win/apple licensesLicense Updater2-2/+2
2023-09-24ipn/{ipnlocal,localapi}, cli: add debug force-netmap-updateBrad Fitzpatrick3-0/+24
2023-09-24api.md: document the `invalid` field in Get Key API responseAnton Tolchanov1-0/+12
2023-09-23net/tstun: use untyped consts, simplify DefaultMTU funcBrad Fitzpatrick1-9/+4
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick4-5/+44
2023-09-22Revert "wgengine/netstack: use buffer pools for UDP packet forwarding"Val1-17/+5
2023-09-22Revert "wgengine,net,ipn,disco: split up and define different types of MTU"Val7-250/+52
2023-09-22wgengine,net,ipn,disco: split up and define different types of MTUVal7-52/+250
2023-09-22wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-21licenses: update tailscale{,d} licensesLicense Updater1-0/+1
2023-09-21go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-09-21go.mod: update github.com/go-json-experiment/json (#9508)Joe Tsai3-7/+8
2023-09-21cmd/containerboot: avoid leaking bash scripts after test runsJames Tucker2-3/+4
2023-09-21licenses: update win/apple licensesLicense Updater1-2/+2
2023-09-21release/dist, tool/gocross: add fake "windowsdll" GOOS to gocrossAaron Klotz2-2/+26
2023-09-21ipn/ipnlocal: perform additional sanity check in diskPath (#9500)Joe Tsai1-0/+3
2023-09-21control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTUVal4-0/+102
2023-09-21wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD()Val7-20/+128
2023-09-21wgengine/magicsock: improve don't fragment bit set/get supportVal8-46/+159
2023-09-21wgengine/magicsock: fix don't fragment setsockopt arg for IPv6 on linuxVal1-1/+1
2023-09-21wgengine/magicsock: rename debugPMTUD() to debugEnablePMTUD()Val4-5/+8
2023-09-21wgengine/magicsock: rename files for peer MTUVal3-0/+0
2023-09-20net/dns/publicdns: update Quad9 addresses and referencesJames Tucker1-1/+9
2023-09-20go.toolchain.rev: update to Go 1.21.1+Denton Gentry1-1/+1
2023-09-20cmd/containerboot: add iptables based MSS clamping for ingress/egress proxiesMaisem Ali2-0/+15
2023-09-20ipn/ipnlocal: add a test for recent WhoIs regressionBrad Fitzpatrick1-18/+62
2023-09-20ipn/ipnlocal: fix LocalBackend.WhoIs for self (#9472)Joe Tsai1-1/+8
2023-09-20cmd/k8s-operator: fix egress service name (#9494)Irbe Krumina2-2/+5
2023-09-20cmd/k8s-operator: rename egress annotationMaisem Ali2-12/+22
2023-09-19Revert "ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodes"Maisem Ali2-138/+0
2023-09-19Revert "ipn/ipnlocal: allow Split-DNS and default resolvers with WireGuard no...James Tucker2-177/+29