summaryrefslogtreecommitdiffhomepage
path: root/net/netmon
AgeCommit message (Expand)AuthorFilesLines
2024-01-12net/netmon: when a new network is added, trigger netmon update (#10840)kari-ts1-0/+22
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-7/+7
2023-12-21net/netmon: fix goroutine leak in winMon if the monitor is never startedNick Khyl2-1/+30
2023-09-12net/netmon: log when the gateway/self IP changesAndrew Dunham1-1/+7
2023-09-02net/netmon, net/tsdial: add some link change metricsBrad Fitzpatrick1-0/+16
2023-08-29net/{interfaces,netmon}: remove "interesting", EqualFiltered APIBrad Fitzpatrick2-3/+229
2023-08-23net/netmon: factor out debounce loop, simplify polling implBrad Fitzpatrick2-48/+71
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick2-17/+47
2023-06-27all: adjust case of "IPv4" and "IPv6"Brad Fitzpatrick1-1/+1
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita10-0/+1477