summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-09net/netutil: allow 16-bit 4via6 site IDsAndrew Dunham1-4/+5
2024-01-08cmd/{derper,stund},net/stunserver: add standalone stun serverJames Tucker2-0/+214
2024-01-05net/dns/resolver: add ID to verbose logs in forwarderAndrew Dunham1-2/+7
2024-01-04net/interfaces: handle iOS network transitions (#10680)Andrea Gottardo3-15/+134
2024-01-03net/portmapper: check returned epoch from PMP and PCP protocolsAndrew Dunham2-3/+65
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov19-201/+83
2023-12-21net/netmon: fix goroutine leak in winMon if the monitor is never startedNick Khyl2-1/+30
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov8-42/+16
2023-12-20net/portmapper: add logs about obtained mapping(s)Andrew Dunham4-1/+69
2023-12-20net/interfaces: better handle multiple interfaces in LikelyHomeRouterIPAndrew Dunham6-25/+83
2023-12-20net/netutil: add function to check rp_filter value (#5703)Andrew Dunham2-0/+128
2023-12-18net/portmapper: handle multiple UPnP discovery responsesAndrew Dunham4-84/+395
2023-12-13net/netcheck: use DERP frames as a signal for home region livenessAndrew Dunham2-12/+100
2023-12-13net/portmapper: be smarter about selecting a UPnP deviceAndrew Dunham4-109/+697
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