summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-11-15types/netmap: remove some useless denormalized fields from NetworkMapbradfitz/nm_cacheBrad Fitzpatrick7-17/+26
2025-11-15wgengine/netlog: fix send to closed channel in testBrad Fitzpatrick1-0/+1
2025-11-15util/clientmetric: fix regression causing Metric.v to be uninitialisedAvery Palmer1-5/+8
2025-11-15cmd/tailscale/cli: fix panic in netcheck with mismatched DERP region IDsXinyu Kuo1-1/+5
2025-11-14net/udprelay: implement Server.SetStaticAddrPorts (#17909)Jordan Whited4-72/+64
2025-11-14control/controlclient,ipn/ipnlocal: replace State enum with boolean flagsJames Tucker5-193/+224
2025-11-14feature/tpm: check IsZero in clone instead of just nil (#17884)Andrew Lytvynov2-4/+7
2025-11-14ipn/localapi: use constant-time comparison for RequiredPassword (#17906)Andrew Lytvynov1-1/+2
2025-11-14various: adds missing apostrophes to commentsAlex Chan13-27/+27
2025-11-14scripts/installer.sh: compare major versions numerically (#17904)Simon Law1-19/+20
2025-11-14net/netmon: do not abandon a subscriber when exiting early (#17899)M. J. Fromberger1-19/+3
2025-11-14wgengine/wgcfg/nmcfg: reduce wireguard reconfig log spamBrad Fitzpatrick1-44/+31
2025-11-14logpolicy: fix nil pointer dereference with invalid TS_LOG_TARGETAndrew Dunham2-4/+54
2025-11-14control/controlclient: make Observer optionalBrad Fitzpatrick3-11/+10
2025-11-14feature/relayserver: fix Shutdown() deadlock (#17898)Jordan Whited1-1/+4
2025-11-14ipn/ipnlocal: log prefs changes and reason in Start (#17876)James 'zofrex' Sanderson1-7/+13
2025-11-14tka: add a test for unmarshaling existing AUMsAlex Chan1-0/+76
2025-11-13feature/relayserver,ipn/ipnlocal,net/udprelay: plumb DERPMap (#17881)Jordan Whited4-169/+324
2025-11-13ipn/ipnlocal: remove all the weird locking (LockedOnEntry, UnlockEarly, etc)Brad Fitzpatrick9-505/+360
2025-11-13cmd/cloner: support cloning arbitrarily-nested mapsAndrew Dunham4-32/+354
2025-11-13cmd/tailscale/cli: remove service flag from funnel command (#17850)Naman Sood1-1/+1
2025-11-12cmd/{cloner,viewer}: handle maps of viewsAndrew Dunham5-10/+120
2025-11-12net/udprelay: replace VNI pool with selection algorithm (#17868)Jordan Whited2-12/+56
2025-11-12licenses: update license noticesLicense Updater3-12/+16
2025-11-12util/dnsname: fix test error messageFran Bull1-1/+1
2025-11-12wgengine/wgcfg: remove two unused Config fieldsBrad Fitzpatrick7-30/+1
2025-11-12util/dnsname: increase maxNameLength to account for trailing dotFran Bull2-1/+33
2025-11-12ipn/ipnlocal, net/netns: add node cap to disable netns interface binding on n...Jonathan Nobels4-11/+30
2025-11-12net/batching: fix gro size handling for misordered UDP_GRO messages (#17842)Sachin Iyer2-1/+37
2025-11-12cmd/k8s-operator: remove early return in ingress matching (#17841)Sachin Iyer2-1/+37
2025-11-11wf: correct IPv6 link-local range from ff80::/10 to fe80::/10 (#17840)Sachin Iyer1-1/+1
2025-11-11wgengine/router/osrouter: fix linux magicsock port changingSachin Iyer2-1/+41
2025-11-11util/eventbus: log goroutine stacks when hung in CIBrad Fitzpatrick9-8/+15
2025-11-11wgengine/magicsock: unblock Conn.Synchronize on Conn.CloseBrad Fitzpatrick1-1/+4
2025-11-10wgengine/magicsock: fix UDPRelayAllocReq/Resp deadlock (#17831)Jordan Whited1-1/+4
2025-11-10wgengine/magicsock: validate endpoint.derpAddr in Conn.onUDPRelayAllocResp (#...Jordan Whited1-1/+3
2025-11-10ipn/ipnlocal: fix state_test data race seen in CIBrad Fitzpatrick1-0/+2
2025-11-10tsnet: add tstest.Shard on the slow testsBrad Fitzpatrick2-0/+17
2025-11-10ipn/ipnlocal: move vipServiceHash etc to serve.go, out of local.goBrad Fitzpatrick3-51/+75
2025-11-10feature, ipn/ipnlocal: add, use feature.CanSystemdStatus for more DCEBrad Fitzpatrick2-6/+15
2025-11-10wgengine/magicsock: clean up determineEndpoints docs (#17822)Jordan Whited1-2/+2
2025-11-10wgengine: make getStatus a bit cheaper (less alloc-y)Brad Fitzpatrick1-6/+9
2025-11-10tka: log a better error if there are no chain candidatesAlex Chan1-0/+4
2025-11-10tka: remove an unused parameter from `computeActiveAncestor`Alex Chan1-2/+2
2025-11-09ipn/ipnlocal: clean up some of the weird locking (#17802)Andrew Lytvynov1-9/+5
2025-11-09tsnet: fix TestConn to be fast, not flakyBrad Fitzpatrick1-28/+88
2025-11-09tailcfg: kill off rest of HairPinning symbolsBrad Fitzpatrick5-15/+2
2025-11-08tsnet: skip a 30s long flaky-ish test on macOSBrad Fitzpatrick1-0/+3
2025-11-07net/udprelay: use GetGlobalAddrs and add local port endpoint (#17797)Raj Singh1-6/+21
2025-11-07cmd/k8s-operator: support workload identity federationTom Proctor7-34/+272