| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -1/+1 |
| 2023-03-03 | net/interfaces: add better test for LikelyHomeRouterIP | Andrew Dunham | 1 | -2/+102 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -6/+4 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -7/+8 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-29 | net/interfaces: define DefaultRouteInterface and State.DefaultRouteInterface | Brad Fitzpatrick | 1 | -0/+52 |
| 2021-11-22 | wgengine/monitor: ignore adding/removing uninteresting IPs | Josh Bleecher Snyder | 1 | -1/+37 |
| 2021-07-30 | net/interfaces: explicitly check netaddr.IP.Is6 in isUsableV6 | Matt Layher | 1 | -0/+2 |
| 2021-06-17 | net/{interfaces,netcheck}: rename some fields, funcs | Brad Fitzpatrick | 1 | -3/+3 |
| 2021-03-30 | interfaces: allow IPv6 ULA as a valid address. | Denton Gentry | 1 | -0/+23 |
| 2021-03-26 | net/interfaces: remove mutating methods, add EqualFiltered instead | Brad Fitzpatrick | 1 | -4/+8 |
| 2021-01-26 | net/interfaces: remove IsTailscaleIP, make callers use tsaddr. | David Anderson | 1 | -21/+0 |
| 2020-10-02 | net/interfaces: add interfaces.State.String method | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-07-06 | netcheck, tailcfg, interfaces, magicsock: survey UPnP, NAT-PMP, PCP | Brad Fitzpatrick | 1 | -2/+6 |
| 2020-07-06 | net/interfaces: add func LikelyHomeRouterIP | Brad Fitzpatrick | 1 | -0/+5 |
| 2020-04-10 | net/interfaces: add IsExpensive and up state to State | Brad Fitzpatrick | 1 | -0/+18 |
| 2020-03-10 | wgengine/monitor: don't call LinkChange when interfaces look unchanged | Brad Fitzpatrick | 1 | -0/+31 |