summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-02all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson2-10/+13
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder4-17/+19
2021-10-28net/portmapper: only print PCP/PMP if VerboseLogsDenton Gentry1-5/+3
2021-10-27net/portmapper: ignore IGD SSDP responses from !defaultgwDavid Anderson1-1/+5
2021-10-27net/portmapper: also send UPnP SSDP query to the SSDP multicast address.David Anderson1-0/+41
2021-10-27net/netcheck: implement netcheck for js/wasm clientsBrad Fitzpatrick1-11/+61
2021-10-26net/dns: detect when resolvconf points to systemd-resolved.Denton Gentry2-5/+36
2021-10-26net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf...David Anderson8-43/+172
2021-10-26net/dns: move directManager function below directManager's definition.David Anderson1-8/+8
2021-10-26net/dns: remove a tiny wrapper function that isn't contributing anything.David Anderson2-6/+1
2021-10-22net/netcheck: hard-code preferred DERP region 900 on js/wasm for nowBrad Fitzpatrick1-0/+11
2021-10-21net/tstun: don't compile the code New constructor on js/wasmBrad Fitzpatrick1-0/+3
2021-10-20net/dns: ignore UnknownMethod error in SetLinkDefaultRoute for resolved managerMaxim Merzhanov1-1/+7
2021-10-20net/interfaces: assume the network's up on js/wasmBrad Fitzpatrick1-0/+3
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai1-4/+4
2021-10-14net/dns/resolver: set maxDoHInFlight to 1000 on iOS 15+.Maisem Ali2-7/+55
2021-10-14net/interfaces: add List, GetListBrad Fitzpatrick1-7/+31
2021-10-14net/dns/resolver: drop dropping logDavid Crawshaw1-1/+0
2021-10-13net/dns/resolver: make hasRDNSBonjourPrefix match shorter queries tooBrad Fitzpatrick2-5/+1
2021-10-12all: fix spelling mistakesnicksherron2-3/+3
2021-10-12net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard...Aaron Klotz1-6/+1
2021-10-12tsdns: don't forward transient DNS errorsSmitty2-0/+58
2021-10-10netcheck: don't log ErrGatewayRangeDenton Gentry1-1/+6
2021-10-08net/dns/resolver: don't forward DNS-SD on all platformsDenton Gentry1-12/+6
2021-10-07net/dns/resolver: don't forward DNS-SD queriesBrad Fitzpatrick1-0/+15
2021-10-07net/dns/resolver: fix log prefixBrad Fitzpatrick1-1/+1
2021-10-07all: gofmtBrad Fitzpatrick1-1/+1
2021-10-08magicsock: if STUN failed to send before, rebind before STUNning again.Avery Pennarun2-8/+34
2021-10-06net/interfaces: add RegisterInterfaceGetter for AndroidBrad Fitzpatrick1-15/+48
2021-10-04ipn/ipnlocal: for IPv6-only nodes, publish IPv6 MagicDNS records of peersBrad Fitzpatrick1-0/+6
2021-10-01net/tlsdial: add forgotten test file for go mod tidyBrad Fitzpatrick1-0/+10
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick3-1/+299
2021-09-30net/dns/resolver: add unsecured Quad9 resolversFilippo Valsorda1-0/+6
2021-09-29net/tstun: block looped disco traffic, take 17Brad Fitzpatrick2-2/+23
2021-09-28all: disable TCP keep-alives on iOS/AndroidBrad Fitzpatrick2-1/+34
2021-09-22net/dnsfallback: update static map for new derp11.David Anderson1-4/+4
2021-09-19wgengine: flush DNS cache after major link change.Denton Gentry3-2/+27
2021-09-16net/dns: fix error wrapping for SetLinkDefaultRoute in resolvedMaxim Merzhanov1-1/+1
2021-09-13net/tstun: block looped disco trafficBrad Fitzpatrick2-0/+70
2021-09-11cmd/tailscaled: disable netns earlier in userspace-networking modeBrad Fitzpatrick1-3/+4
2021-09-09cmd/tailscaled: disable netns in userspace-networking modeBrad Fitzpatrick1-0/+14
2021-09-08net/interfaces: remove stray C header fileBrad Fitzpatrick1-257/+0
2021-09-07all: update tests to use tstest.MemLoggerBrad Fitzpatrick2-15/+6
2021-09-07net/portmapper: remove GITHUB_ACTIONS checkbradfitz/portmap_gh_actionsBrad Fitzpatrick1-2/+1
2021-09-07ipn/ipnlocal: add MagicDNS records for IPv6-only nodesBrad Fitzpatrick1-0/+21
2021-09-07net/dns: replace resolver IPs with type for DoHDavid Crawshaw8-116/+251
2021-09-05net/dnsfallback: go generate, pick up new DERPsBrad Fitzpatrick1-0/+28
2021-09-05net/dnsfallback: run go generate to pick up new derp9s.David Anderson1-0/+14
2021-09-05net/dns: fix the build on freebsd (missing default case in switch)David Anderson1-0/+3
2021-09-05net/dns: only restart systemd-resolved if we changed /etc/resolv.conf.David Anderson1-11/+24