summaryrefslogtreecommitdiffhomepage
path: root/wgengine/monitor/monitor.go
AgeCommit message (Expand)AuthorFilesLines
2020-07-14wgengine: fix macos staticcheck errors (#557)Wendi Yu1-7/+0
2020-07-07wgengine/monitor: fix crash on Linux on type 21 messagesBrad Fitzpatrick1-0/+7
2020-07-06wgengine/monitor: parse Linux netlink messages, ignore our own eventsBrad Fitzpatrick1-8/+13
2020-03-10Move linkstate boring change filtering to magicsockBrad Fitzpatrick1-28/+0
2020-03-10wgengine/monitor: don't call LinkChange when interfaces look unchangedBrad Fitzpatrick1-1/+29
2020-02-17wgengine: move link monitor to be owned by the engine, not the routerBrad Fitzpatrick1-20/+54
2020-02-17wgengine: simplify, change some signaturesBrad Fitzpatrick1-0/+2
2020-02-14Move "logger" package to under types, now that we have it.Brad Fitzpatrick1-1/+1
2020-02-13monitor: refactor for architecture-specific connection implementationswardn1-0/+106