summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-01net/tsdial: be smarter about when to close SystemDial connsBrad Fitzpatrick2-12/+38
2023-08-30adjust build tags for tamagoAndrea Barisani2-2/+2
2023-08-29net/wsconn: accept a remote addr string and plumb it throughDavid Anderson1-7/+20
2023-08-29net/{interfaces,netmon}: remove "interesting", EqualFiltered APIBrad Fitzpatrick7-194/+474
2023-08-28net/memnet: export the network name (#9111)Joe Tsai1-1/+5
2023-08-28cmd/tailscale, net/portmapper: add --log-http option to "debug portmap"Andrew Dunham2-0/+67
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick2-1/+18
2023-08-23cmd/tailscale/cli: make netcheck run even if machine lacks TLS certsBrad Fitzpatrick1-7/+25
2023-08-23net/netmon: factor out debounce loop, simplify polling implBrad Fitzpatrick2-48/+71
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick4-39/+72
2023-08-21net/portmapper: never select port 0 in UPnPAndrew Dunham1-14/+34
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick2-12/+21
2023-08-18cmd/viewer, types/views, all: un-special case slice of netip.PrefixBrad Fitzpatrick1-5/+18
2023-08-17net/art: allow non-pointers as valuesDavid Anderson4-220/+246
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick6-6/+7
2023-08-16net/art: move child table pointers out of strideEntryDavid Anderson3-49/+50
2023-08-11net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsockJames Tucker3-121/+142
2023-08-11ipn/ipnlocal,net/tsdial: update docs/rename funcsMaisem Ali1-2/+4
2023-08-09cmd/tailscale: refactor shared utility methodsWill Norris1-0/+93
2023-08-08derp, net/dns/recursive: use Go 1.21 minBrad Fitzpatrick1-8/+0