summaryrefslogtreecommitdiffhomepage
path: root/wgengine/monitor/monitor_linux.go
AgeCommit message (Expand)AuthorFilesLines
2020-08-05wgengine/monitor: log RTM_DELROUTE details, fix format stringsBrad Fitzpatrick1-2/+12
2020-07-14wgengine: fix macos staticcheck errors (#557)Wendi Yu1-0/+7
2020-07-07wgengine/monitor: fix other potential crashes on LinuxBrad Fitzpatrick1-11/+16
2020-07-07wgengine/monitor: fix crash on Linux on type 21 messagesBrad Fitzpatrick1-1/+2
2020-07-06wgengine/monitor: parse Linux netlink messages, ignore our own eventsBrad Fitzpatrick1-10/+78
2020-04-24wgengine/monitor: disable monitor on AndroidElias Naur1-0/+2
2020-02-17wgengine/monitor: use RTMGRP_* consts from x/sys/unixTobias Klauser1-10/+1
2020-02-17wgengine/monitor: make Close not block forever on LinuxBrad Fitzpatrick1-0/+2
2020-02-17wgengine: move link monitor to be owned by the engine, not the routerBrad Fitzpatrick1-5/+5
2020-02-13monitor: refactor for architecture-specific connection implementationswardn1-0/+60