summaryrefslogtreecommitdiffhomepage
path: root/net/netcheck
AgeCommit message (Expand)AuthorFilesLines
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