summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-30net/dns: windows DNS experimentsbradfitz/windnsBrad Fitzpatrick1-0/+39
2021-11-29net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket.David Anderson2-0/+317
2021-11-29tailcfg, ipn/ipnlocal, net/dns: forward exit node DNS on Unix to system DNSBrad Fitzpatrick2-46/+142
2021-11-26net/dns/resolver: add clientmetrics for DNSBrad Fitzpatrick2-2/+102
2021-11-23net/dns/resolver, ipn/ipnlocal: wire up peerapi DoH server to DNS forwarderBrad Fitzpatrick2-5/+76
2021-11-23net/dns: require space after nameserver/search parsing resolv.confJosh Bleecher Snyder2-4/+26
2021-11-23net/dns: handle comments in resolv.confJosh Bleecher Snyder2-0/+48
2021-11-23net/tstun: rate limit "self disco out packet" loggingJosh Bleecher Snyder2-9/+13
2021-11-23ipn/ipnlocal: start adding DoH DNS server to peerapi when exit nodeBrad Fitzpatrick1-0/+3
2021-11-22wgengine/monitor: ignore adding/removing uninteresting IPsJosh Bleecher Snyder2-13/+81
2021-11-22net/tshttpproxy: use correct size for Windows BOOL argumentJosh Bleecher Snyder1-1/+1
2021-11-22net/portmapper: mark fewer PMP probe failures as unexpectedJosh Bleecher Snyder1-1/+10
2021-11-19net/dns: make constants for the various DBus strings.David Anderson1-14/+36
2021-11-19health: add a health state for net/dns.OSConfigurator.David Anderson2-0/+9
2021-11-19net/dns: resync config to systemd-resolved when it restarts.David Anderson1-17/+96
2021-11-19net/dns: remove unused Config struct element.David Anderson1-2/+0
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder12-28/+59
2021-11-17net/tstun, wgengine: add packet-level and drop metricsBrad Fitzpatrick1-0/+23
2021-11-16net/dns: work around old systemd-resolved setLinkDomain length limitBrad Fitzpatrick1-0/+22
2021-11-16netcheck, controlclient, magicsock: add more metricsBrad Fitzpatrick1-1/+30
2021-11-15net/dns: correctly handle NetworkManager-managed DNS that points to resolved.David Anderson2-14/+102
2021-11-08net/interfaces/windows: update Tailscale interface detection logic toMaisem Ali1-2/+6
2021-11-03all: 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