summaryrefslogtreecommitdiffhomepage
path: root/tstest/natlab
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris12-12/+12
2025-09-24derp/derpserver: clean up extraction of derp.Server (#17264)Simon Law1-1/+1
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-6/+5
2025-07-29tstest/natlab: fix conn.Close race with conn.ReadFromUDPAddrPort (#16710)Jordan Whited1-89/+23
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-4/+3
2025-03-29cmd/vnet: add wsproxy modeBrad Fitzpatrick2-0/+5
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-3/+3
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai2-2/+2
2024-10-28tstest/natlab: add latency & loss simulationJames Tucker3-3/+56
2024-10-09syncs: delete Map.Range, update callers to iteratorsBrad Fitzpatrick1-3/+2
2024-09-03tstest/natlab: add dual stack with blackholed IPv4Brad Fitzpatrick2-3/+24
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-28tstest/natlab/vnet: add more testsBrad Fitzpatrick3-31/+155
2024-08-28tstest/natlab/vnet: add IPv6 all-nodes supportBrad Fitzpatrick3-18/+75
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-26tstest/natlab/vnet: rename some things for clarityBrad Fitzpatrick2-15/+17
2024-08-26tstest/natlab: fix IPv6 tests, remove TODOsBrad Fitzpatrick1-3/+27
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-24tstest/natlab/vnet: add start of IPv6 supportBrad Fitzpatrick3-188/+580
2024-08-24tstest/natlab/vnet: flush and sync pcap file after every packetMaisem Ali1-1/+14
2024-08-23tstest/natlab: respect NATTable interface's invalid-means-drop everywhereBrad Fitzpatrick1-0/+9
2024-08-23tstest/natlab: make a new virtualIP type in prep for IPv6 supportBrad Fitzpatrick2-59/+120
2024-08-23tstest/natlab/vnet: explicitly ignore PCP and SSDP UDP queriesBrad Fitzpatrick1-1/+13
2024-08-23cmd/vnet: add --blend and --pcap flagsBrad Fitzpatrick1-3/+15
2024-08-23cmd/tta, tstest/natlab/vnet: remove unneeded port 124 log hack, add log bufferBrad Fitzpatrick1-22/+3
2024-08-22tstest/natlab: add unix address to writer for dgram modeJonathan Nobels2-126/+79
2024-08-19tstest/tailmac: add customized macOS virtualization tooling (#13146)Jonathan Nobels1-0/+84
2024-08-13tstest/natlab/vnet: fix one-by-one from earlier numbering changeBrad Fitzpatrick1-1/+1
2024-08-13tstest/natlab/vnet: standardize on 1-based naming of nodes, networks, MACsBrad Fitzpatrick3-7/+47
2024-08-13tstest/natlab: get tailscaled logs from gokrazy via syslogBrad Fitzpatrick2-14/+44
2024-08-12cmd/tta, vnet: add host firewall, env var support, more testsBrad Fitzpatrick2-2/+116
2024-08-12tstest/natlab/vnet: capture network wan/lan interfacesMaisem Ali3-52/+123
2024-08-09tstest/natlab/vnet: add easyAFBrad Fitzpatrick2-1/+93
2024-08-09tstest/natlab/vnet: add pcap supportMaisem Ali3-8/+118
2024-08-09tstest/integration/nat: add sameLAN node typeBrad Fitzpatrick1-0/+14
2024-08-09vnet: reduce some log spamBrad Fitzpatrick1-7/+13
2024-08-09vnet: fix port mapping (w/ maisem + andrew)Brad Fitzpatrick1-5/+24
2024-08-09vnet: add network.logfBrad Fitzpatrick2-17/+21
2024-08-09tstest/natlab/vnet: add port mappingBrad Fitzpatrick2-7/+162
2024-08-09natlab: add NodeAgentClientMaisem Ali1-22/+18
2024-08-09hostinfo: add hostinfo.IsNATLabGuestVMBrad Fitzpatrick1-0/+3
2024-08-09vnet: add control/derps to test, stateful firewallBrad Fitzpatrick3-39/+219
2024-08-07tstest/natlab/vnet: add start of virtual network-based NAT LabBrad Fitzpatrick4-0/+1764
2024-06-05all: use math/rand/v2 moreMaisem Ali1-2/+2