| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 6 | -6/+6 |
| 2025-11-16 | syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging | Brad Fitzpatrick | 1 | -2/+3 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 1 | -1/+5 |
| 2025-01-09 | all: illumos/solaris userspace only support | Nahum Shalman | 1 | -0/+26 |
| 2024-09-26 | {ipn,net,tsnet}: use tsaddr helpers | Kristoffer Dalby | 1 | -11/+6 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 1 | -1/+0 |
| 2024-06-27 | cmd/xdpderper: add autodetection for default interface name | James Tucker | 2 | -0/+89 |
| 2024-04-28 | net/netmon, add: add netmon.State type alias of interfaces.State | Brad Fitzpatrick | 1 | -4/+4 |
| 2024-04-26 | net/netutil: remove a use of deprecated interfaces.GetState | Brad Fitzpatrick | 2 | -8/+11 |
| 2024-02-27 | health: warn about reverse path filtering and exit nodes | Anton Tolchanov | 2 | -12/+3 |
| 2024-01-09 | net/netutil: allow 16-bit 4via6 site IDs | Andrew Dunham | 1 | -4/+5 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -6/+0 |
| 2023-12-20 | net/netutil: add function to check rp_filter value (#5703) | Andrew Dunham | 2 | -0/+128 |
| 2023-08-09 | cmd/tailscale: refactor shared utility methods | Will Norris | 1 | -0/+93 |
| 2023-08-01 | ipnlocal, net/*: deprecate interfaces.GetState, use netmon more for it | Brad Fitzpatrick | 1 | -7/+3 |
| 2023-06-27 | net/netutil: parse IP forwarding val as int, not bool (#8455) | Ross Zurowski | 1 | -1/+8 |
| 2023-03-13 | all: replace /kb/ links with /s/ equivalents | Maisem Ali | 1 | -1/+1 |
| 2023-02-08 | net/netutil: only check Linux sysctls w/ procfs, assume absent means false | Brad Fitzpatrick | 2 | -13/+27 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 3 | -9/+6 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 1 | -1/+1 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -4/+4 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -4/+4 |
| 2022-03-28 | net/netutil: add CheckIPForwardingLinux (#4301) | Maisem Ali | 1 | -0/+221 |
| 2022-03-24 | net/netutil: move some net utils from control/controlhttp to netutil | Brad Fitzpatrick | 1 | -0/+53 |
| 2022-02-22 | net/netutil: fix regression where peerapi would get closed after 1st req | Brad Fitzpatrick | 2 | -14/+83 |
| 2022-02-13 | net/netutil: unify two oneConnListeners into a new package | Brad Fitzpatrick | 1 | -0/+50 |