summaryrefslogtreecommitdiffhomepage
path: root/net/netcheck
AgeCommit message (Expand)AuthorFilesLines
2021-06-17net/{interfaces,netcheck}: rename some fields, funcsBrad Fitzpatrick2-5/+5
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-6/+6
2021-03-12net/netcheck: add a few more STUN retries for prior DERP homeBrad Fitzpatrick2-1/+39
2021-03-12tailcfg, net/netcheck: let control mark "Avoid" bit on DERP regionsBrad Fitzpatrick1-0/+3
2021-02-23net/portmapper: add NAT-PMP client, move port mapping service probingBrad Fitzpatrick1-100/+12
2021-01-12netcheck: use reflect in sortRegions test.Denton Gentry1-6/+8
2021-01-12netcheck: test sortRegionsDenton Gentry1-0/+36
2021-01-11net/netcheck: improve the preferred DERP hysteresisBrad Fitzpatrick2-6/+42
2020-12-21all: annotate log verbosity levels on most egregiously spammy log printsBrad Fitzpatrick2-5/+5
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-11net/netcheck: remove unused DNSCache from netcheckBrad Fitzpatrick1-5/+0
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-09-11net/netcheck: remove mistaken double Mutex.Unlock in error pathBrad Fitzpatrick1-1/+0
2020-08-19net/netcheck: in verbose mode, probe all regionsBrad Fitzpatrick1-6/+16
2020-07-27net/netcheck: lower the hairpin check timeout to 100ms.David Anderson1-1/+1
2020-07-27net/netcheck: centralize all clock values in one place.David Anderson1-17/+54
2020-07-16all: fix vet warningsBrad Fitzpatrick1-3/+3
2020-07-10wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsockBrad Fitzpatrick1-0/+14
2020-07-08net/netcheck: add missing comment asked for in earlier code reviewBrad Fitzpatrick1-1/+5
2020-07-06netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCPBrad Fitzpatrick2-13/+171
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-11net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add testsBrad Fitzpatrick2-33/+126
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick1-5/+0
2020-05-29net/netcheck: fix HTTPS fallback bug from earlier todayBrad Fitzpatrick1-10/+12
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson1-0/+5
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-28net/netns: add package for start of network namespace supportBrad Fitzpatrick1-3/+4
2020-05-28Make netcheck handle v6-only interfaces better, faster.Brad Fitzpatrick2-13/+102
2020-05-28net/netcheck: fix race condition initializting RegionLatency maps.Avery Pennarun2-10/+14
2020-05-25stun, netcheck: move under netBrad Fitzpatrick2-0/+1357