summaryrefslogtreecommitdiffhomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-10wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsockBrad Fitzpatrick2-4/+24
2020-07-08net/netcheck: add missing comment asked for in earlier code reviewBrad Fitzpatrick1-1/+5
2020-07-06net/tsaddr: new package to hold Tailscale-specific IPs/rangesBrad Fitzpatrick3-3/+74
2020-07-06netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCPBrad Fitzpatrick4-18/+201
2020-07-06net/interfaces: add func LikelyHomeRouterIPBrad Fitzpatrick5-0/+213
2020-07-06net/netcheck: add an informative payload in the netcheck UDP helper packetsBrad Fitzpatrick1-1/+1
2020-07-06net/netcheck: send dummy packet out to help airport extreme in hairpin checkBrad Fitzpatrick1-0/+13
2020-06-30net/netcheck, wgengine/magicsock: replace more UDPAddr with netaddr.IPPortBrad Fitzpatrick2-11/+10
2020-06-15net/stun: Remove unreachable codeQuoc-Viet Nguyen1-12/+6
2020-06-11net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add testsBrad Fitzpatrick2-33/+126
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick2-6/+66
2020-06-01net/tlsdial, derp/derphttp: finish DERPNode.CertName validationBrad Fitzpatrick1-2/+49
2020-05-31net/netns: optimize defaultRouteInterface a bitBrad Fitzpatrick2-5/+29
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick3-46/+10
2020-05-31net/netns: unindent, refactor to remove some redunant codeBrad Fitzpatrick1-38/+35
2020-05-31net/netns: remove redundant build tagBrad Fitzpatrick1-2/+0
2020-05-31net/netns: add a test that tailscaleBypassMark stays in sync between packagesBrad Fitzpatrick1-0/+51
2020-05-31net/netns: refactor the sync.Once usage a bitBrad Fitzpatrick1-10/+13
2020-05-31net/netns, wgengine/router: support Linux machines that don't have 'ip rule'.Avery Pennarun1-25/+112
2020-05-29net/netns: also don't err on tailscaled -fake as a regular userBrad Fitzpatrick1-4/+15
2020-05-29net/netcheck: fix HTTPS fallback bug from earlier todayBrad Fitzpatrick1-10/+12
2020-05-29net/netns: don't return an error if we're not root and running the tailscale ...Brad Fitzpatrick1-0/+9
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson4-8/+74
2020-05-29netcheck: address some HTTP fallback measurement TODOsBrad Fitzpatrick1-20/+65
2020-05-29net/netcheck: add Report.IPv4 and another TODOBrad Fitzpatrick1-0/+6
2020-05-28derp/derphttp: make DERP client use netns for dial-outs.David Anderson1-0/+7
2020-05-28net/netns: add package for start of network namespace supportBrad Fitzpatrick2-3/+37
2020-05-28Make netcheck handle v6-only interfaces better, faster.Brad Fitzpatrick3-61/+139
2020-05-28net/netcheck: fix race condition initializting RegionLatency maps.Avery Pennarun2-10/+14
2020-05-25stun, netcheck: move under netBrad Fitzpatrick5-0/+2058
2020-04-30net/dnscache: remove unnecessary lint warning.David Anderson1-2/+0
2020-04-27net/dnscache: don't use the Go resolver on AndroidElias Naur1-0/+5
2020-04-27net/tlsdial: update package doc to say it's now somewhat uselessBrad Fitzpatrick1-2/+7
2020-04-27Revert "net/tlsdial: add memory-optimized TLS cert verification path for iOS"Brad Fitzpatrick2-64/+0
2020-04-25net/tlsdial: add memory-optimized TLS cert verification path for iOSBrad Fitzpatrick2-0/+64
2020-04-25net/tlsdial: add package for TLS dials, and make DERP & controlclient use itBrad Fitzpatrick1-0/+24
2020-04-10net/interfaces: add IsExpensive and up state to StateBrad Fitzpatrick2-1/+33
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-16/+51
2020-03-17scripts: add a license header checker.David Anderson1-0/+4
2020-03-12net/nettest: new package with net-like testing primitivesDavid Crawshaw3-0/+463
2020-03-10Move linkstate boring change filtering to magicsockBrad Fitzpatrick1-0/+34
2020-03-10wgengine/monitor: don't call LinkChange when interfaces look unchangedBrad Fitzpatrick2-0/+215
2020-03-09net/dnscache: ignore annoying staticcheck checkBrad Fitzpatrick1-0/+2
2020-03-09net/dnscache: initialize the single Resolver more directlyBrad Fitzpatrick1-7/+9
2020-03-09net/dnscache: do not PreferGo on macOS/iOSDavid Crawshaw1-3/+15
2020-03-09net/dnscache: add copyright header to testBrad Fitzpatrick1-0/+4
2020-03-09net/dnscache: parse passed CIDRDavid Crawshaw2-1/+25
2020-03-05net/dnscache: add overly simplistic DNS cache package for selective useBrad Fitzpatrick1-0/+151