summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-23net/speedtest: retune to meet iperf on localhost in a VMJames Tucker3-34/+26
2022-09-23net/packet: fix filtering of short IPv4 fragmentsJames Tucker2-16/+72
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham2-0/+205
2022-09-17net/netns: implement UseSocketMark for Android.Denton Gentry1-0/+5
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun8-19/+11
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick8-38/+32
2022-09-15net/dnscache: add better logging to bootstrap DNS path (#5640)Andrew Dunham2-1/+136
2022-09-13net/dns/resolver: remove unused responseTimeout constantMihai Parparita1-3/+0
2022-09-13net/dns: fix fmt error on Revert printnyghtowl1-1/+1
2022-09-12wgengine/magicsock: don't use BPF receive when SO_MARK doesn't work.David Anderson1-3/+3
2022-09-12net/stun: unmap IPv4 addresses in 16 byte STUN repliesBrad Fitzpatrick2-17/+16
2022-09-11net/dns/publicdns: also support NextDNS DoH query parametersBrad Fitzpatrick2-1/+17
2022-09-10net/netns: add TS_FORCE_LINUX_BIND_TO_DEVICE for LinuxBrad Fitzpatrick1-0/+6
2022-09-10net/dns/resolver: set DNS-over-HTTPS Accept and User-Agent header on requestsBrad Fitzpatrick1-5/+3
2022-09-09net/dns/publicdns: support NextDNS DoH URLs with path parametersBrad Fitzpatrick2-0/+13
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick2-0/+17
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick8-32/+247
2022-09-06net/dnsfallback: allow setting log function (#5550)Andrew Dunham2-10/+38
2022-09-05net/dnsfallback: cache most recent DERP map on disk (#5545)Andrew Dunham2-6/+264
2022-09-01net/dnscache: use net/netipKris Brandow2-67/+44
2022-08-31go.mod: bump wireguard/windows, which moves to using net/netipBrad Fitzpatrick2-11/+5
2022-08-30net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41]Brad Fitzpatrick3-3/+97
2022-08-29net/dns: [win] fix regression in disableDynamicUpdateMaisem Ali1-2/+2
2022-08-26net/dns/publicdns: Add Mullvad DoHNahum Shalman2-0/+11
2022-08-19net/dns: [win] add MagicDNS entries to etc/hostsMaisem Ali5-2/+264
2022-08-17net/dnscache: fix v4addrs to return only v4 addrsKris Brandow1-1/+1
2022-08-15net/stun: convert to use net/netip.AddrPortKris Brandow5-66/+62
2022-08-14net/dns: disable NetBIOS on Tailscale interfacesMaisem Ali1-4/+20
2022-08-14util/winutil: consolidate interface specific registry keysMaisem Ali3-109/+24
2022-08-12net/dns: [win] respond with SERVFAIL queries when no resolversMaisem Ali1-4/+3
2022-08-11net/dnscache: try IPv6 addresses first (#5349)Andrew Dunham2-0/+54
2022-08-09net/dns/resolver: add comments clarifying nil error returnsMaisem Ali1-0/+4
2022-08-09net/dns/resolver: return SERVFAIL when no upstream resolvers setMaisem Ali1-4/+13
2022-08-05hostinfo, net/netcheck: use CutPrefixBrad Fitzpatrick1-1/+2
2022-08-05net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintXBrad Fitzpatrick1-3/+1
2022-08-04net/netcheck: try ICMP if UDP is blocked (#5056)Andrew Dunham4-3/+613
2022-08-04all: use syncs.AtomicValueMaisem Ali6-19/+16
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick3-15/+15
2022-08-03all: use atomic.PointerMaisem Ali3-11/+8
2022-08-03logtail, net/portmapper, wgengine/magicsock: use fmt.AppendfBrad Fitzpatrick1-1/+1
2022-08-02all: migrate code from netaddr.FromStdAddr to Go 1.18Brad Fitzpatrick4-27/+15
2022-08-02all: migrate more code code to net/netip directlyBrad Fitzpatrick15-67/+42
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick5-34/+41
2022-07-27net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwi...Aaron Klotz3-44/+133
2022-07-27net/dns: remove systemd-resolved pingnyghtowl2-20/+11
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick53-469/+418
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick34-134/+149
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick65-246/+425
2022-07-22net/dns: add Windows group policy notifications to the NRPT rule managerAaron Klotz4-54/+623
2022-07-22net/dns: handle D-Bus restarts in resolved manager (#5026)Melanie Warrick2-73/+155