summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-13net/netcheck: only run HTTP netcheck for tamago clientsAndrea Barisani1-1/+1
2023-12-05net/portmap: add test of Mikrotik Root Desc XML.Denton Gentry1-29/+170
2023-12-05net/interfaces: ensure we return valid 'self' IP in LikelyHomeRouterIPAndrew Dunham2-0/+79
2023-12-04net/dns: use an additional registry setting to disable dynamic DNS updates fo...Aaron Klotz1-4/+17
2023-11-29net/dns: fix darwin dns resolver filesJuergen Knaack1-7/+3
2023-11-18Fix Empty Resolver SetRyan Petris1-1/+1
2023-11-15net/dnsfallback: add singleflight to recursive resolverAndrew Dunham2-53/+174
2023-11-09client/tailscale,ipn/{ipnlocal,localapi}: check UDP GRO config (#10071)Jordan Whited3-0/+71
2023-11-01appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in ...James Tucker1-4/+4
2023-11-01net/dnscache: remove completed TODOJames Tucker1-2/+0
2023-10-30net/dns/recursive: update IP for b.root-servers.netAndrew Dunham1-2/+2
2023-10-26net/portmapper: avoid alloc in getUPnPErrorsMetricAndrew Dunham1-10/+12
2023-10-25net/portmapper: convert UPnP metrics to new syncs.Map.LoadOrInit methodVal1-12/+3
2023-10-16net/dnsfallback: disable recursive resolver for nowBrad Fitzpatrick1-2/+10
2023-10-15net/dns: use direct when NetworkManager has no systemd-resolvedDenton Gentry2-0/+19
2023-10-14cmd/tailscaled,net/tstun: fix data race on start-up in TUN modeMaisem Ali3-0/+25
2023-10-11net/packet: split off checksum munging into different pkgMaisem Ali5-371/+396
2023-10-11net/dns: properly detect newer debian resolvconfGalen Guyer1-1/+6
2023-10-10types/ipproto: drop IPProto from IPProtoVersionMaisem Ali2-12/+12
2023-10-09disco,net/tstun,wgengine/magicsock: probe peer MTUVal2-15/+31
2023-10-05net/dns/resolver, ipnlocal: fix ExitDNS on Android and iOSBrad Fitzpatrick1-4/+13
2023-10-04net/tstun: finish wiring IPv6 NAT supportTom DNetto2-200/+302
2023-10-03net/dns/resolver: fix flaky testAndrew Dunham1-5/+6
2023-10-03net/dns/resolver: race UDP and TCP queries (#9544)Andrew Dunham3-112/+341
2023-10-02net/packet: implement methods for rewriting v6 addressesTom DNetto2-18/+175
2023-10-02net/tstun: remove unused function DefaultMTU()Val1-6/+0
2023-09-29net/dnsfallback: remove net/dnsfallback go:generate lineJames Tucker1-2/+5
2023-09-29go.mod,net/dnsfallback: bump go4.org/netipxJames Tucker1-3/+4
2023-09-28go.mod,*: bump gvisorAndrea Barisani2-5/+5
2023-09-27net/portmapper: fix invalid UPnP metric nameAndrew Dunham2-1/+21
2023-09-26wgengine,net,ipn,disco: split up and define different types of MTUVal3-30/+224
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham9-30/+417
2023-09-23net/tstun: use untyped consts, simplify DefaultMTU funcBrad Fitzpatrick1-9/+4
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick2-1/+40
2023-09-22Revert "wgengine,net,ipn,disco: split up and define different types of MTU"Val3-224/+35
2023-09-22wgengine,net,ipn,disco: split up and define different types of MTUVal3-35/+224
2023-09-20net/dns/publicdns: update Quad9 addresses and referencesJames Tucker1-1/+9
2023-09-19net/tstun: add better logging of natV4ConfigMaisem Ali1-1/+39
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto2-5/+5
2023-09-18net/portmapper: add clientmetric for UPnP error codesAndrew Dunham2-10/+34
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick3-30/+39
2023-09-17types/netmap: start phasing out Addresses, add GetAddresses methodBrad Fitzpatrick1-4/+5
2023-09-15net/ping: fix ICMP echo code field to 0James Tucker1-1/+1
2023-09-14net/dns/publicdns: update Mullvad DoH server listJames Tucker1-8/+16
2023-09-12net/netmon: log when the gateway/self IP changesAndrew Dunham1-1/+7
2023-09-12net/portmapper: fall back to permanent UPnP leases if necessaryAndrew Dunham3-2/+283
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick4-11/+24
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick2-4/+6
2023-09-06net/dns/publicdns: add support for Wikimedia DNSAndrew Dunham1-1/+15
2023-09-02net/netmon, net/tsdial: add some link change metricsBrad Fitzpatrick2-0/+26