| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 1 | -7/+7 |
| 2022-08-31 | go.mod: bump wireguard/windows, which moves to using net/netip | Brad Fitzpatrick | 1 | -5/+3 |
| 2022-08-02 | all: migrate more code code to net/netip directly | Brad Fitzpatrick | 2 | -6/+6 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 4 | -23/+25 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 5 | -12/+12 |
| 2022-04-25 | wgengine/monitor: do not ignore changes to pdp_ip* | Maisem Ali | 1 | -1/+2 |
| 2022-04-20 | wgengine/monitor: split the unexpected stringification log line | Maisem Ali | 1 | -2/+3 |
| 2022-04-20 | wgengine/monitor: ignore OS-specific uninteresting interfaces | Maisem Ali | 6 | -4/+32 |
| 2022-04-17 | wgengine/monitor: do not set timeJumped on iOS/Android | Maisem Ali | 1 | -26/+33 |
| 2022-04-11 | wgengine/monitor: ignore duplicate RTM_NEWADDRs | James Tucker | 2 | -7/+161 |
| 2022-04-11 | wgengine/monitor: add envknob TS_DEBUG_NETLINK | James Tucker | 1 | -6/+28 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 2 | -2/+2 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 1 | -0/+12 |
| 2021-12-05 | support running in a FreeBSD jail | Todd Neal | 2 | -4/+5 |
| 2021-12-01 | wgengine/monitor: fix docs on Mon.InterfaceState | Brad Fitzpatrick | 1 | -2/+4 |
| 2021-11-22 | wgengine/monitor: ignore adding/removing uninteresting IPs | Josh Bleecher Snyder | 2 | -2/+2 |
| 2021-11-18 | wgengine/monitor: reduce Windows log spam | Brad Fitzpatrick | 1 | -5/+35 |
| 2021-09-27 | wgengine/monitor: ignore ipsec link monitor events on iOS/macOS | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 3 | -1/+4 |
| 2021-07-20 | wgengine/{monitor,router}: restore Linux ip rules when systemd deletes them | Brad Fitzpatrick | 2 | -5/+48 |
| 2021-07-19 | wgengine/monitor: don't spam about Linux RTM_NEWRULE events | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-07-18 | wgengine/monitor: subscribe to Linux ip rule events, log on rule deletes | Brad Fitzpatrick | 1 | -1/+20 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 1 | -3/+3 |
| 2021-04-12 | wgengine/monitor: reduce Linux log spam on down | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-06 | monitor/polling: reduce Cloud Run polling interval. | Denton Gentry | 1 | -2/+22 |
| 2021-04-01 | wgengine/monitor: Linux fall back to polling | Denton Gentry | 3 | -55/+73 |
| 2021-03-28 | wgengine/monitor: on wall time jump, synthesize network change event | Brad Fitzpatrick | 1 | -28/+107 |
| 2021-03-26 | wgengine/monitor: fix OpenBSD build | Brad Fitzpatrick | 1 | -1/+2 |
| 2021-03-26 | net/interfaces: remove mutating methods, add EqualFiltered instead | Brad Fitzpatrick | 1 | -7/+2 |
| 2021-03-16 | wgengine/monitor: skip more route messages on darwin | Brad Fitzpatrick | 1 | -10/+64 |
| 2021-03-15 | net/portmapper, wgengine/monitor: cache gateway IP info until link changes | Brad Fitzpatrick | 1 | -3/+26 |
| 2021-03-08 | net/interfaces, wgengine/monitor: fix false positives link changes | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-03-08 | wgengine/monitor: simplify the Windows monitor to make it more reliable | Aleksandar Pesic | 1 | -224/+75 |
| 2021-03-05 | wgengine/monitor: log warning if state changes but stringification doesn't | Brad Fitzpatrick | 1 | -1/+16 |
| 2021-03-03 | wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent | Brad Fitzpatrick | 2 | -7/+39 |
| 2021-03-02 | wgengine/monitor: on unsupported platforms, use a polling implementation | Brad Fitzpatrick | 7 | -20/+86 |
| 2021-03-02 | wgengine/monitor: skip some macOS route updates, fix debounce regression | Brad Fitzpatrick | 3 | -18/+89 |
| 2021-03-02 | wgengine/monitor: add skipped failing test for Darwin route message bug | Brad Fitzpatrick | 1 | -0/+28 |
| 2021-03-02 | wgengine/monitor: don't return nil, nil in darwin monitor | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-01 | wgengine/monitor: make Darwin monitor shut down cleanly, add test | Brad Fitzpatrick | 2 | -7/+42 |
| 2021-03-01 | wgengine{,/monitor}: move interface state fetching/comparing to monitor | Brad Fitzpatrick | 1 | -12/+35 |
| 2021-03-01 | wgengine/monitor: start moving interface state accessor into monitor | Brad Fitzpatrick | 1 | -0/+11 |
| 2021-02-28 | wgengine/monitor: make the darwin link monitor work in the sandbox too | Brad Fitzpatrick | 3 | -73/+132 |
| 2021-02-27 | wgengine/monitor: change API to permit multiple independent callbakcks | Brad Fitzpatrick | 1 | -6/+30 |
| 2021-02-22 | wgengine/monitor: don't log any single-IP routes added to the tailscale table. | David Anderson | 1 | -1/+1 |
| 2021-02-22 | wgengine/monitor: on linux, also monitor for IPv6 changes. | David Anderson | 1 | -6/+5 |
| 2021-02-15 | wgengine/monitor: prevent shutdown hang in darwin link monitor | Brad Fitzpatrick | 1 | -3/+10 |
| 2021-02-13 | wgengine/monitor: add a darwin implementation for tailscaled mode | Brad Fitzpatrick | 2 | -1/+66 |
| 2021-01-07 | wgengine/monitor: close closeHandle | Alex Brainman | 1 | -13/+22 |
| 2020-12-23 | go.mod: bump github.com/mdlayher/netlink to v1.2.0 | Matt Layher | 1 | -4/+1 |