summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-05-22cmd/derper: support TXT-mediated unpublished bootstrap DNS rolloutsBrad Fitzpatrick4-46/+178
2024-05-22cmd/k8s-operator: fix typo (#12217)Irbe Krumina1-1/+1
2024-05-21net/netcheck: remove hairpin probesJames Tucker1-1/+0
2024-05-20various: disable stateful filtering by default (#12197)Andrew Lytvynov3-110/+151
2024-05-17ipn,wgengine: remove vestigial Prefs.AllowSingleHostsBrad Fitzpatrick3-218/+182
2024-05-17cmd/stunc: support ipv6 address targets (#12166)Jordan Whited1-1/+1
2024-05-17net/netcheck,wgengine/magicsock: add potential workaround for Palo Alto DIPP ...James Tucker1-4/+4
2024-05-16xcode: allow ICMP ping relay on macOS + iOS platforms (#12048)Andrea Gottardo1-1/+2
2024-05-16cmd/containerboot: warn when an ingress proxy with an IPv4 tailnet address is...Irbe Krumina1-0/+7
2024-05-10tsnet: split user facing and backend loggingMaisem Ali3-8/+5
2024-05-10cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter...Irbe Krumina5-99/+199
2024-05-09cmd/tailscale: add missing set flags for linuxMaisem Ali2-15/+55
2024-05-09cmd/k8s-operator: default nameserver image to tailscale/k8s-nameserver:unstab...Irbe Krumina2-2/+19
2024-05-07cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests moreBrad Fitzpatrick1-9/+22
2024-05-07ipn/ipnserver: close a small race in ipnserver, ~simplify codeBrad Fitzpatrick1-0/+10
2024-05-07ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031)Andrew Lytvynov1-6/+8
2024-05-07cmd/tailscale/cli/ffcomplete: remove fullstop from ShortHelpPaul Scott1-1/+1
2024-05-06various: implement stateful firewalling on Linux (#12025)Andrew Lytvynov2-18/+41
2024-05-06cmd/tailscale/cli: don't start WatchIPNBus until after up's initial StartBrad Fitzpatrick1-64/+45
2024-05-06ipn/ipnlocal, net/tsdial: plumb routes into tsdial and use them in UserDialNick Khyl1-1/+1
2024-05-06all: make more tests pass/skip in airplane modeBrad Fitzpatrick1-0/+3
2024-05-03cmd/k8s-operator: cleanup runReconciler signature (#11993)Irbe Krumina2-43/+86
2024-05-03derp/derphttp: fix netcheck HTTPS probesBrad Fitzpatrick1-12/+6
2024-05-03cmd/derper,tstest/nettest: skip network-needing test in airplane modeBrad Fitzpatrick1-0/+3
2024-05-03cmd/k8s-operator/deploy,k8s-operator: document that metrics are unstable (#11...Irbe Krumina2-2/+2
2024-05-02cmd/{k8s-operator,k8s-nameserver},k8s-operator: update nameserver config with...Irbe Krumina14-39/+707
2024-05-01cmd/tailscale/cli: set localClient.UseSocketOnly during flag parsingPaul Scott2-15/+11
2024-05-01cmd/tailscale/cli/ffcomplete: omit and clean completion resultsPaul Scott2-9/+29
2024-05-01cmd/k8s-operator/deploy/chart: allow users to configure additional labels for...Gabe Gorelick2-0/+4
2024-04-30cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver, make o...Irbe Krumina16-9/+1291
2024-04-29cmd/k8s-operator/deploy/manifests: check if IPv6 module is loaded before usin...Irbe Krumina2-6/+4
2024-04-29clientupdate: exec systemctl instead of using dbus to restart (#11923)Andrew Lytvynov2-5/+2
2024-04-29cmd/containerboot,kube,ipn/store/kubestore: allow interactive login on kube, ...Irbe Krumina3-48/+263
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick4-18/+15
2024-04-28net/netmon, add: add netmon.State type alias of interfaces.StateBrad Fitzpatrick2-3/+2
2024-04-27cmd/containerboot: wait on tailscaled process only (#11897)Irbe Krumina1-10/+11
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick2-3/+5
2024-04-26net/netcheck, wgengine/magicsock: make netmon.Monitor requiredBrad Fitzpatrick1-0/+1
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick2-7/+8
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick4-0/+4
2024-04-26cmd/k8s-operator,k8s-operator: optionally serve tailscaled metrics on Pod IP ...Irbe Krumina7-15/+100
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick3-2/+6
2024-04-24cmd/k8s-operator,k8s-operator: proxyclass affinity (#11862)Lee Briggs4-0/+1044
2024-04-23cmd{containerboot,k8s-operator},util/linuxfw: support ExternalName Services (...Irbe Krumina5-25/+308
2024-04-22ipn/local: log OS-specific diagnostic information as JSON (#11700)Joe Tsai1-1/+1
2024-04-22release/dist/qnap: add qnap target builderSonia Appasamy1-1/+12
2024-04-19cmd/k8s-operator: correctly determine cluster domain (#11512)Irbe Krumina3-4/+139
2024-04-18hostinfo: use Distro field for distinguishing Windows Server buildsAaron Klotz3-0/+3
2024-04-18cmd/tailscale: clarify Taildrive grants in help textPercy Wegmann1-24/+14
2024-04-17cmd/tailscale: add shell tab-completionPaul Scott18-17/+917