summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled
AgeCommit message (Expand)AuthorFilesLines
2024-08-02go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921)Jordan Whited1-0/+1
2024-07-31go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GSO for Linux (#12869)Jordan Whited1-1/+0
2024-07-30net/dns, cmd/tailscaled: plumb system health tracker into dns cleanup (#12969)Jonathan Nobels1-1/+1
2024-07-29cmd/k8s-operator,k8s-operator/sessionrecording,sessionrecording,ssh/tailssh: ...Irbe Krumina1-0/+1
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo1-0/+1
2024-07-08util/winutil/gp, net/dns: add package for Group Policy APINick Khyl1-0/+1
2024-07-08types/opt: add generic Value[T any] for optional values of any typesNick Khyl1-3/+4
2024-06-24net/netns: add Windows support for bind-to-interface-by-routeAaron Klotz1-2/+2
2024-06-19cmd/tailscale/cli: actually perform Noise request in 'debug ts2021'Andrew Dunham1-1/+2
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-0/+2
2024-06-14various: create a catch-all NRPT rule when "Override local DNS" is enabled on...Nick Khyl1-2/+2
2024-06-14util/winutil: add UserProfile type for (un)loading user profilesAaron Klotz1-1/+1
2024-06-11cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with ...Aaron Klotz1-0/+3
2024-06-05wgengine/magicsock: use math/rands/v2Maisem Ali1-1/+0
2024-06-05all: use math/rand/v2 moreMaisem Ali1-1/+1
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali1-2/+13
2024-05-30cmd/tailscaled, ipn/conffile: support ec2 user-data config fileBrad Fitzpatrick2-2/+3
2024-05-24all: do not depend on the testing packageMaisem Ali2-2/+3
2024-05-16xcode: allow ICMP ping relay on macOS + iOS platforms (#12048)Andrea Gottardo1-1/+2
2024-05-07ipn/ipnserver: close a small race in ipnserver, ~simplify codeBrad Fitzpatrick1-0/+10
2024-05-06ipn/ipnlocal, net/tsdial: plumb routes into tsdial and use them in UserDialNick Khyl1-1/+1
2024-04-29clientupdate: exec systemctl instead of using dbus to restart (#11923)Andrew Lytvynov1-2/+1
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick1-4/+3
2024-04-28net/netmon, add: add netmon.State type alias of interfaces.StateBrad Fitzpatrick2-3/+2
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-2/+2
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-4/+4
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick2-0/+2
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-0/+4
2024-04-22ipn/local: log OS-specific diagnostic information as JSON (#11700)Joe Tsai1-1/+1
2024-04-18hostinfo: use Distro field for distinguishing Windows Server buildsAaron Klotz1-0/+1
2024-04-15cmd/tailscale, ipn/ipnlocal: add suggest exit node CLI option (#11407)Claire Wang1-1/+1
2024-04-13cmd/tailscaled, net/tstun: build for aix/ppc64Brad Fitzpatrick1-1/+1
2024-04-12logtail: optimize JSON processing (#11671)Joe Tsai1-0/+6
2024-04-09cmd/tailscaled: move cleanup to an implicit action during startupJames Tucker2-10/+13
2024-04-07wgengine/netstack: remove SubnetRouterWrapperMaisem Ali1-1/+0
2024-04-04tailscale: switch tailfs to drive syntax for api and logs (#11625)Charlotte Brandhorst-Satzkorn1-5/+5
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-12/+12
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn3-14/+14
2024-03-27ipn/localapi: add support for multipart POST to file-putPercy Wegmann1-2/+3
2024-03-25net/tstun: use gaissmai/bart instead of tempfork/devicePercy Wegmann1-2/+2
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-2/+2
2024-02-28wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.EngineBrad Fitzpatrick1-1/+1
2024-02-26cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl...Nick Khyl1-6/+20
2024-02-26tailfs: replace webdavfs with reverse proxiesPercy Wegmann1-4/+3
2024-02-15doctor/ethtool, ipn/ipnlocal: add ethtool bugreport checkAndrew Dunham1-1/+2
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick1-3/+3
2024-02-10tailscaled: revert to using pointers for subcommandsPercy Wegmann1-9/+17
2024-02-09tailfs: fix startup issues on windowsPercy Wegmann1-0/+3
2024-02-09tailfs: clean up naming and package structurePercy Wegmann2-20/+23
2024-02-09util/rands: add Shuffle and Perm functions with on-stack RNG stateJames Tucker1-0/+1