| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2026-01-16 | net/netmon: move TailscaleInterfaceIndex out of netmon.State (#18428) | Jonathan Nobels | 1 | -34/+15 |
| 2025-12-17 | net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#1... | Jonathan Nobels | 1 | -154/+254 |
| 2025-11-16 | syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-10-02 | feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit... | Brad Fitzpatrick | 1 | -0/+4 |
| 2025-09-17 | net/netmon: make ChangeDelta event not a pointer (#17112) | Claus Lensbøl | 1 | -8/+4 |
| 2025-08-05 | wgengine/router: rely on events for deleted IP rules (#16744) | Claus Lensbøl | 1 | -43/+0 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 1 | -3/+10 |
| 2025-04-02 | net/netmon: disable time jump monitoring on Plan 9 | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-03-31 | net/netmon: always remember ifState as old state, even on minor changes | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-03-24 | net/netmon: use Monitor's tsIfName if set by SetTailscaleInterfaceName | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-03-24 | net/netmon: unexport GetState | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-28 | net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon | Brad Fitzpatrick | 1 | -4/+3 |
| 2024-04-28 | net/netmon, add: add netmon.State type alias of interfaces.State | Brad Fitzpatrick | 1 | -7/+7 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -0/+34 |
| 2024-01-12 | net/netmon: when a new network is added, trigger netmon update (#10840) | kari-ts | 1 | -0/+22 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -7/+0 |
| 2023-12-21 | net/netmon: fix goroutine leak in winMon if the monitor is never started | Nick Khyl | 1 | -0/+7 |
| 2023-09-12 | net/netmon: log when the gateway/self IP changes | Andrew Dunham | 1 | -1/+7 |
| 2023-09-02 | net/netmon, net/tsdial: add some link change metrics | Brad Fitzpatrick | 1 | -0/+16 |
| 2023-08-29 | net/{interfaces,netmon}: remove "interesting", EqualFiltered API | Brad Fitzpatrick | 1 | -3/+97 |
| 2023-08-23 | net/netmon: factor out debounce loop, simplify polling impl | Brad Fitzpatrick | 1 | -38/+66 |
| 2023-08-23 | net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool | Brad Fitzpatrick | 1 | -12/+44 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -0/+395 |