summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-14net/interfaces: add debugging code for crawshawjosh/debug-TestLikelyHomeRouterIPSyscallExecJosh Bleecher Snyder2-1/+8
2021-01-12netcheck: use reflect in sortRegions test.Denton Gentry1-6/+8
2021-01-12netcheck: test sortRegionsDenton Gentry1-0/+36
2021-01-11net/packet: add TCPFlag type and some more constantsBrad Fitzpatrick1-6/+11
2021-01-11net/flowtrack: add Tuple.String methodBrad Fitzpatrick1-0/+5
2021-01-11net/netcheck: improve the preferred DERP hysteresisBrad Fitzpatrick2-6/+42
2021-01-11net/flowtrack: add new package to specialize groupcache/lru key typeBrad Fitzpatrick2-0/+181
2021-01-06net/dnscache: work on IPv6-only hosts (again)Brad Fitzpatrick1-33/+67
2020-12-28net/tsaddr: add ChromeOS contains testsJosh Bleecher Snyder1-1/+26
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson4-243/+106
2020-12-22go.mod: bump inet.af/netaddr to non-allocating versionBrad Fitzpatrick1-1/+1
2020-12-21all: annotate log verbosity levels on most egregiously spammy log printsBrad Fitzpatrick2-5/+5
2020-12-19net/interfaces: return IPv6 addresses from LocalAddresses.David Anderson1-5/+0
2020-12-19net/packet: add an IP6 constructor from a raw byte array.David Anderson1-2/+6
2020-12-14go.mod: upgrade staticcheck to 0.1.0Josh Bleecher Snyder1-2/+2
2020-12-08net/netcheck: fix offset of unspecified address in PCP request packetBrad Fitzpatrick1-4/+12
2020-12-06net/netcheck: don't send flood of PCP unmap requests to routerBrad Fitzpatrick1-5/+9
2020-11-19net/interfaces: make syscall and netstat agree when multiple gateways are pre...Josh Bleecher Snyder1-0/+5
2020-11-17net/netstat: remove a bit more unsafeBrad Fitzpatrick1-1/+1
2020-11-16wgengine/filter: don't filter GCP DNS.David Anderson1-0/+7
2020-11-14net/netstat: remove some unsafeBrad Fitzpatrick1-5/+10
2020-11-14net/netns: remove use of unsafe on WindowsBrad Fitzpatrick1-5/+6
2020-11-13net/packet: remove unnecessary markJosh Bleecher Snyder1-1/+1
2020-11-13net/packet: speed up packet decodingJosh Bleecher Snyder1-0/+2
2020-11-12net/packet: represent IP6 as two uint64s.David Anderson2-11/+23
2020-11-12wgengine/filter: add full IPv6 support.David Anderson4-1/+151
2020-11-11net/dnscache, control/controlclient: use DNS cache when dialing controlBrad Fitzpatrick1-5/+103
2020-11-11net/netcheck: remove unused DNSCache from netcheckBrad Fitzpatrick1-5/+0
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick1-1/+1
2020-11-10net/packet: documentation pass.David Anderson6-76/+109
2020-11-10net/packet: remove NewIP, offer only a netaddr constructor.David Anderson2-14/+2
2020-11-10net/packet: documentation cleanups.David Anderson2-15/+21
2020-11-10net/packet: fix panic on invalid IHL field.David Anderson2-1/+29
2020-11-10net/packet: remove {get,put}{16,32} indirection to encoding/binary.David Anderson4-42/+39
2020-11-10net/packet: support full IPv6 decoding.David Anderson8-172/+442
2020-11-10net/packet: add IPv6 source and destination IPs to Parsed.David Anderson3-18/+44
2020-11-10net/interfaces: ignore bogus proxy URLs from winhttp [windows]Brad Fitzpatrick1-1/+7
2020-11-10net/packet: record allocations in benchmark.David Anderson1-0/+1
2020-11-09net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.David Anderson3-31/+31
2020-11-09net/packet: rename from wgengine/packet.David Anderson7-0/+1037
2020-11-03net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy pathBrad Fitzpatrick1-3/+18
2020-10-28net/netcheck: fix tests on WindowsBrad Fitzpatrick2-3/+15
2020-10-28wgengine/magicsock: make test pass on Windows and without firewall dialog boxBrad Fitzpatrick1-4/+13
2020-10-15tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion.David Anderson1-2/+39
2020-10-13net/netns: don't bind to device for localhost connectionsBrad Fitzpatrick1-0/+8
2020-10-13wgengine/router: unfork winipcfg-go package, use upstreamAlex Brainman2-22/+20
2020-10-06ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offlineBrad Fitzpatrick1-16/+33
2020-10-05ipn, wgengine: disable subnet routes if network has PAC configurationBrad Fitzpatrick1-0/+2
2020-10-02net/interfaces: add interfaces.State.String methodBrad Fitzpatrick2-0/+72
2020-10-01net/interfaces: quiet PAC detection logging in no-PAC case, add benchmarkBrad Fitzpatrick2-8/+34