summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-09-04cmd/stunstamp: use measureFn more consistently in naming/signatures (#13360)Jordan Whited3-3/+3
2024-09-04cmd/stunstamp: implement ICMP{v6} probing (#13354)Jordan Whited3-16/+179
2024-09-03tstest/natlab: add dual stack with blackholed IPv4Brad Fitzpatrick3-3/+49
2024-09-03util/syspolicy/source: add package for reading policy settings from external ...Nick Khyl11-2/+3009
2024-09-03cmd/tailscale/cli: add 'debug go-buildinfo' subcommandBrad Fitzpatrick1-0/+17
2024-09-03client/tailscale: adding missing proto field in ACL parsing structures (#13051)Seaver Thorn1-0/+2
2024-09-03cmd/k8s-operator,k8s-operator/sessionrecording: ensure recording header conta...Irbe Krumina7-95/+265
2024-09-03wgengine/magicsock: actually use AF_PACKET socket for raw discoAndrew Dunham5-91/+424
2024-09-03tailcfg: bump capver for earlier cryptokey panic fix [capver 106]Brad Fitzpatrick1-1/+2
2024-09-03gokrazy{,/natlabapp.arm64}: start adding arm64 appliance supportBrad Fitzpatrick16-3/+392
2024-08-31wgengine/magicsock: fix panic regression from cryptokey routing changeBrad Fitzpatrick1-1/+7
2024-08-30ipn/ipnlocal: fix a nil pointer dereference when serving /localapi/v0/tka/statusNick Khyl1-4/+7
2024-08-30tstest/natlab/vnet: move some boilerplate to mkPacket helperBrad Fitzpatrick2-83/+74
2024-08-30tstest/natlab/vnet: add syslog testsBrad Fitzpatrick3-2/+77
2024-08-30tstest/natlab/vnet: add DHCP tests, ignore DHCPv4 on v6-only networksBrad Fitzpatrick2-23/+110
2024-08-30tstest/natlab/vnet: use mkPacketErr in more placesBrad Fitzpatrick1-29/+9
2024-08-30posture: stop logging serial numbersAnton Tolchanov1-3/+0
2024-08-29ipn/ipnlocal: fix race condition that results in a panic sending on a closed ...Nick Khyl3-6/+21
2024-08-29drive/driveimpl: use su instead of sudoPercy Wegmann1-13/+29
2024-08-29net/tstun: clarify GROFilterFunc *gro.GRO usage (#13318)Jordan Whited1-3/+4
2024-08-29ssh/tailssh: add ability to force V2 behavior using new feature flagPercy Wegmann2-1/+9
2024-08-29dns: increase TimeToVisible before DNS unavailable warning (#13317)Andrea Gottardo1-1/+1
2024-08-29net/tstun,wgengine/netstack: implement TCP GRO for local services (#13315)Jordan Whited4-26/+33
2024-08-29tstest/integration: add UDP netstack loopback integration test (#13312)Jordan Whited1-5/+152
2024-08-29nix: update nix and use go 1.23Kristoffer Dalby2-34/+40
2024-08-29ipn/ipnlocal: set WantRunning upon an interactive login, but not during a sea...Nick Khyl2-30/+63
2024-08-28tstest/natlab/vnet: add more testsBrad Fitzpatrick3-31/+155
2024-08-28wgengine/netstack: implement netstack loopback (#13301)Jordan Whited2-15/+206
2024-08-28ipn/ipnlocal: refactor and cleanup profileManagerNick Khyl7-155/+349
2024-08-28tstest/natlab/vnet: add IPv6 all-nodes supportBrad Fitzpatrick3-18/+75
2024-08-28ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving acce...Nick Khyl8-215/+333
2024-08-27tstest/natlab/vnet: add qemu + Virtualization.framework protocol testsBrad Fitzpatrick2-15/+189
2024-08-27tstest/natlab/vnet: start adding testsBrad Fitzpatrick3-99/+402
2024-08-27net/tstun: fix gvisor inbound GSO packet injection (#13283)Jordan Whited2-4/+9
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby17-22/+368
2024-08-27tsweb/varz: remove pprofKristoffer Dalby3-3/+2
2024-08-26wgengine/netstack: re-enable gVisor GSO on Linux (#13269)Jordan Whited1-1/+1
2024-08-26net/tstun,wgengine/netstack: make inbound synthetic packet injection GSO-awar...Jordan Whited3-20/+79
2024-08-26wgengine/netstack: use types/logger.Logf instead of stdlib log.Printf (#13267)Jordan Whited1-3/+2
2024-08-26tstest/natlab/vnet: rename some things for clarityBrad Fitzpatrick2-15/+17
2024-08-26tstest/natlab: fix IPv6 tests, remove TODOsBrad Fitzpatrick2-21/+57
2024-08-26logpolicy: extend the gokrazy/natlab wait-for-network delay for IPv6Brad Fitzpatrick1-1/+38
2024-08-26cmd/tta: pull out test driver dialing into a type, fix bugsBrad Fitzpatrick1-39/+111
2024-08-26tstest/natlab: refactor HandleEthernetPacketForRouter a bitBrad Fitzpatrick1-36/+45
2024-08-26tstest/natlab: be more paranoid about IP versions from gvisorBrad Fitzpatrick1-1/+1
2024-08-26tstest/natlab: simplify a deferBrad Fitzpatrick1-3/+1
2024-08-26types/opt: add BoolFlag for setting Bool value as a flagWill Norris2-0/+63
2024-08-26ipn/ipnlocal: update routes on link change with ExitNodeAllowLANAccessJames Tucker1-2/+14
2024-08-24tstest/natlab/vnet: add start of IPv6 supportBrad Fitzpatrick7-199/+660
2024-08-24tstest/natlab/vnet: flush and sync pcap file after every packetMaisem Ali1-1/+14