summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-10-29VERSION.txt: this is v1.16.2v1.16.2release-branch/1.16Denton Gentry1-1/+1
2021-10-29net/portmapper: ignore IGD SSDP responses from !defaultgwDavid Anderson1-1/+5
2021-10-29net/portmapper: also send UPnP SSDP query to the SSDP multicast address.David Anderson1-0/+41
2021-10-29logtail/filch: limit buffer file size to 50MBMaisem Ali2-2/+66
2021-10-19VERSION.txt: this is v1.16.1v1.16.1Denton Gentry1-1/+1
2021-10-19wgengine/magicsock: remove peerMap.byDiscoKey mapBrad Fitzpatrick1-9/+3
2021-10-19wgengine/magicsock: track IP<>node mappings without relying on discokeys.David Anderson2-27/+24
2021-10-19wgengine/magicsock: finish TODO to speed up peerMap.forEachEndpointWithDiscoKeyBrad Fitzpatrick1-5/+10
2021-10-19wgengine/magicsock: don't check always-non-nil endpoint for nil-nessBrad Fitzpatrick1-7/+5
2021-10-19wgengine/magicsock: add an explicit else branch to peerMap update.David Anderson2-7/+7
2021-10-19disco: amplify comment that disco ping's NodeKey shouldn't be trusted by itself.David Anderson1-5/+6
2021-10-19wgengine: don't try to delete legacy netfilter rules on synology.Maisem Ali1-0/+8
2021-10-19wgengine/magicsock: document and enforce that peerInfo.ep is non-nil.David Anderson1-3/+4
2021-10-19wgengine/magicsock: move discoKey fields to the mutex-protected section.David Anderson1-5/+6
2021-10-19wgengine/magicsock: track which NodeKey each DiscoKey was last forBrad Fitzpatrick1-8/+80
2021-10-19wgengine/magicsock: fix data race with sync.Pool in error+logging pathBrad Fitzpatrick1-2/+6
2021-10-19disco, wgengine/magicsock: send self node key in disco pingsBrad Fitzpatrick3-5/+50
2021-10-19wgengine/magicsock: don't Rebind after STUN error if closed.Denton Gentry1-2/+7
2021-10-19wgengine/magicsock: don't call setAddrToDiscoLocked on DERP pingBrad Fitzpatrick1-2/+4
2021-10-19wgengine/magicsock: finish some renamings of discoEndpoint to endpointBrad Fitzpatrick2-15/+15
2021-10-19wgengine/magicsock: delete peerMap.endpointForDiscoKey, remove remaining callerBrad Fitzpatrick1-25/+0
2021-10-19wgengine/magicsock: remove endpointForDiscoKey call from handleDiscoMessageBrad Fitzpatrick1-18/+16
2021-10-19wgengine/magicsock: remove endpoint parameter from handlePingLockedBrad Fitzpatrick1-8/+66
2021-10-19wgengine/magicsock: add new discoInfo type for DiscoKey state, move some fieldsBrad Fitzpatrick2-38/+77
2021-10-19wgengine/magicsock: move temporary endpoint lookup later, add TODO to removeBrad Fitzpatrick1-7/+15
2021-10-19wgengine/magicsock: remove redundant/wrong sharedDiscoKey deleteBrad Fitzpatrick1-3/+0
2021-10-19wgengine/magicsock: pass src NodeKey to handleDiscoMessage for DERP disco msgsBrad Fitzpatrick2-11/+26
2021-10-19wgengine/magicsock: start removing endpointForDiscoKeyBrad Fitzpatrick2-5/+12
2021-10-19net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+.Maisem Ali3-9/+58
2021-10-18wgengine: only use AmbientCaps on DSM7+Maisem Ali1-1/+12
2021-10-14hostinfo: add EnvType for KubernetesMaisem Ali1-0/+11
2021-10-14ipn/ipnlocal: use netaddr.IPSetBuilder when constructing list of interface IP...Maisem Ali2-6/+126
2021-10-14net/interfaces: add List, GetListBrad Fitzpatrick1-7/+31
2021-10-14wgengine/router: ignore Linux ip route error adding dup routeBrad Fitzpatrick2-1/+17
2021-10-14ipn/ipnlocal: don't try to block localhost traffic when using exit nodesBrad Fitzpatrick1-0/+4
2021-10-14net/dns/resolver: drop dropping logDavid Crawshaw1-1/+0
2021-10-13net/dns/resolver: make hasRDNSBonjourPrefix match shorter queries tooBrad Fitzpatrick2-5/+1
2021-10-13ipn: fix formatting of ExitNodeIP in MaskedPrefsBrad Fitzpatrick2-6/+36
2021-10-13docker: install ip6tablesMaisem Ali1-1/+1
2021-10-13docker: only add tailscale and tailscaled binariesMaisem Ali1-1/+1
2021-10-07VERSION.txt: this is v1.16.0v1.16.0Denton Gentry1-1/+1
2021-10-07net/dns/resolver: don't forward DNS-SD queriesBrad Fitzpatrick1-0/+15
2021-10-07net/dns/resolver: fix log prefixBrad Fitzpatrick1-1/+1
2021-10-07all: gofmtBrad Fitzpatrick2-1/+2
2021-10-08magicsock: if STUN failed to send before, rebind before STUNning again.Avery Pennarun4-9/+46
2021-10-07tsnet: run the LocalAPI handlerMaisem Ali3-48/+64
2021-10-06wgengine/magicsock: update discokeys on netmap change.David Anderson2-29/+121
2021-10-06cmd/tailscale: add up --qr to show QR codeBrad Fitzpatrick4-2/+26
2021-10-06net/interfaces: add RegisterInterfaceGetter for AndroidBrad Fitzpatrick1-15/+48
2021-10-06cmd/tailscaled: set the correct flag for receiving Windows session change eventsAaron Klotz1-6/+7