summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-08tstest/natlab/vnet: treat network wan/lan interface separatelybradfitz/vnet2Maisem Ali2-33/+53
2024-08-08tstest/natlab/vnet: capture wan interfaces tooMaisem Ali3-47/+91
2024-08-08natlab: add easyAFBrad Fitzpatrick3-4/+116
2024-08-08tstest/natlab/vnet: fix first packet pcap handlingMaisem Ali1-11/+11
2024-08-08tstest/natlab/vnet: use pcapngMaisem Ali3-4/+23
2024-08-08tstest/natlab/vnet: add pcap supportMaisem Ali4-9/+101
2024-08-08cmd/{tta,vnet}: proxy to gokrazy UIMaisem Ali2-12/+46
2024-08-08gokrazy: bumpMaisem Ali4-11/+22
2024-08-08sameLANBrad Fitzpatrick2-4/+43
2024-08-08gridBrad Fitzpatrick1-1/+90
2024-08-08go.toolchain.rev: bump Go toolchain for net pkg resolv.conf fixBrad Fitzpatrick1-1/+1
2024-08-08reduce some log spamBrad Fitzpatrick3-16/+83
2024-08-08fix port mapping (w/ maisem + andrew)Brad Fitzpatrick2-7/+38
2024-08-08tstest/integration/nat: stream daemon logs directlyMaisem Ali2-33/+37
2024-08-08add network.logfBrad Fitzpatrick2-17/+21
2024-08-08portmap fixesBrad Fitzpatrick3-9/+40
2024-08-08don't hard-code bradfitz or maisem in pathsBrad Fitzpatrick3-4/+44
2024-08-07tstest/natlab/vnet: add port mapping that might not work yetBrad Fitzpatrick3-5/+148
2024-08-07natlab: add NodeAgentClientMaisem Ali4-101/+56
2024-08-07hostinfo.IsNATLabGuestVM, don't upload to logcatcherBrad Fitzpatrick4-33/+20
2024-08-07more WIPBrad Fitzpatrick3-33/+90
2024-08-07WIPBrad Fitzpatrick6-27/+375
2024-08-07add stateful firewallBrad Fitzpatrick1-7/+19
2024-08-06MOREBrad Fitzpatrick5-18/+149
2024-08-06tstest/natlab/vnet: add start of virtual network-based NAT LabBrad Fitzpatrick11-4/+2062
2024-08-06cmd/derper: move 204 handler from package main to derphttpBrad Fitzpatrick3-31/+34
2024-08-06wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042)Jordan Whited9-655/+693
2024-08-06control/controlhttp: extract the last network connectionAnton Tolchanov2-12/+60
2024-08-06cmd/derpprobe: use a status page from the prober libraryAnton Tolchanov1-27/+7
2024-08-06prober: support JSON response in RunHandlerAnton Tolchanov2-2/+119
2024-08-06prober: add a status page handlerAnton Tolchanov2-0/+256
2024-08-06prober: add an HTTP endpoint for triggering a probeAnton Tolchanov2-40/+311
2024-08-05{control,net}: close idle connections of custom transportsAnton Tolchanov3-0/+5
2024-08-05net/socks5: support UDPVimT2-81/+484
2024-08-05words: raccoon dog, dog with the raccoon in 'imKot C1-0/+2
2024-08-05licenses: update license noticesLicense Updater3-14/+14
2024-08-05cmd/tailscale/cli: fix `revoke-keys` command name in CLI outputAnton Tolchanov1-3/+3
2024-08-03net/captivedetection: mark TestAllEndpointsAreUpAndReturnExpectedResponse fla...Jordan Whited1-0/+2
2024-08-03wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#...Jordan Whited3-2/+47
2024-08-03tstest/integration: mark TestNATPing flakyMaisem Ali1-0/+1
2024-08-03wgengine/capture: fix v6 field typo in wireshark dissectorMaisem Ali1-3/+3
2024-08-03tsweb: mark TestStdHandler_ConnectionClosedDuringBody flakyMaisem Ali1-0/+2
2024-08-03go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-03net/packet/checksum: fix v6 NATMaisem Ali3-6/+34
2024-08-03util/linuxfw: return nil interface not concrete typeMaisem Ali2-3/+17
2024-08-02util/winutil/gp: fix a busy loop bugNick Khyl1-0/+1
2024-08-02wgengine/netstack: increase gVisor's TCP send and receive buffer sizes (#12994)Jordan Whited3-3/+87
2024-08-02wgengine/magicsock: use cloud metadata to get public IPsAndrew Dunham5-9/+360
2024-08-02net/captivedetection: exclude cellular data interfaces (#13002)Andrea Gottardo1-1/+7
2024-08-02go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921)Jordan Whited8-48/+307