| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-06-17 | net/{interfaces,netcheck}: rename some fields, funcs | Brad Fitzpatrick | 2 | -5/+5 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 1 | -6/+6 |
| 2021-03-12 | net/netcheck: add a few more STUN retries for prior DERP home | Brad Fitzpatrick | 2 | -1/+39 |
| 2021-03-12 | tailcfg, net/netcheck: let control mark "Avoid" bit on DERP regions | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-02-23 | net/portmapper: add NAT-PMP client, move port mapping service probing | Brad Fitzpatrick | 1 | -100/+12 |
| 2021-01-12 | netcheck: use reflect in sortRegions test. | Denton Gentry | 1 | -6/+8 |
| 2021-01-12 | netcheck: test sortRegions | Denton Gentry | 1 | -0/+36 |
| 2021-01-11 | net/netcheck: improve the preferred DERP hysteresis | Brad Fitzpatrick | 2 | -6/+42 |
| 2020-12-21 | all: annotate log verbosity levels on most egregiously spammy log prints | Brad Fitzpatrick | 2 | -5/+5 |
| 2020-12-08 | net/netcheck: fix offset of unspecified address in PCP request packet | Brad Fitzpatrick | 1 | -4/+12 |
| 2020-12-06 | net/netcheck: don't send flood of PCP unmap requests to router | Brad Fitzpatrick | 1 | -5/+9 |
| 2020-11-11 | net/netcheck: remove unused DNSCache from netcheck | Brad Fitzpatrick | 1 | -5/+0 |
| 2020-10-28 | net/netcheck: fix tests on Windows | Brad Fitzpatrick | 2 | -3/+15 |
| 2020-10-28 | wgengine/magicsock: make test pass on Windows and without firewall dialog box | Brad Fitzpatrick | 1 | -4/+13 |
| 2020-09-11 | net/netcheck: remove mistaken double Mutex.Unlock in error path | Brad Fitzpatrick | 1 | -1/+0 |
| 2020-08-19 | net/netcheck: in verbose mode, probe all regions | Brad Fitzpatrick | 1 | -6/+16 |
| 2020-07-27 | net/netcheck: lower the hairpin check timeout to 100ms. | David Anderson | 1 | -1/+1 |
| 2020-07-27 | net/netcheck: centralize all clock values in one place. | David Anderson | 1 | -17/+54 |
| 2020-07-16 | all: fix vet warnings | Brad Fitzpatrick | 1 | -3/+3 |
| 2020-07-10 | wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock | Brad Fitzpatrick | 1 | -0/+14 |
| 2020-07-08 | net/netcheck: add missing comment asked for in earlier code review | Brad Fitzpatrick | 1 | -1/+5 |
| 2020-07-06 | netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCP | Brad Fitzpatrick | 2 | -13/+171 |
| 2020-07-06 | net/netcheck: add an informative payload in the netcheck UDP helper packets | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-06 | net/netcheck: send dummy packet out to help airport extreme in hairpin check | Brad Fitzpatrick | 1 | -0/+13 |
| 2020-06-30 | net/netcheck, wgengine/magicsock: replace more UDPAddr with netaddr.IPPort | Brad Fitzpatrick | 2 | -11/+10 |
| 2020-06-11 | net/netcheck: use logger.ArgWriter in logConciseReport, fix comma bug, add tests | Brad Fitzpatrick | 2 | -33/+126 |
| 2020-05-31 | net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checks | Brad Fitzpatrick | 1 | -5/+0 |
| 2020-05-29 | net/netcheck: fix HTTPS fallback bug from earlier today | Brad Fitzpatrick | 1 | -10/+12 |
| 2020-05-29 | net/netns: set the bypass socket mark on linux. | David Anderson | 1 | -0/+5 |
| 2020-05-29 | netcheck: address some HTTP fallback measurement TODOs | Brad Fitzpatrick | 1 | -20/+65 |
| 2020-05-29 | net/netcheck: add Report.IPv4 and another TODO | Brad Fitzpatrick | 1 | -0/+6 |
| 2020-05-28 | net/netns: add package for start of network namespace support | Brad Fitzpatrick | 1 | -3/+4 |
| 2020-05-28 | Make netcheck handle v6-only interfaces better, faster. | Brad Fitzpatrick | 2 | -13/+102 |
| 2020-05-28 | net/netcheck: fix race condition initializting RegionLatency maps. | Avery Pennarun | 2 | -10/+14 |
| 2020-05-25 | stun, netcheck: move under net | Brad Fitzpatrick | 2 | -0/+1357 |