summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netlog
AgeCommit message (Expand)AuthorFilesLines
2025-12-02syncs: start working on mutex debugging, registrationbradfitz/mutex_debugBrad Fitzpatrick2-0/+5
2025-11-17wgengine/netlog: strip dot suffix from node name (#17954)Joe Tsai2-5/+9
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2025-11-15wgengine/netlog: fix send to closed channel in testBrad Fitzpatrick1-0/+1
2025-11-04wgengine/netlog: include node OS in logged attributes (#17755)Joe Tsai2-4/+24
2025-10-28wgengine/netlog: embed node information in network flow logs (#17668)Joe Tsai7-580/+1032
2025-10-16wgengine/netlog: merge connstats into package (#17557)Joe Tsai3-5/+461
2025-10-15net/connstats: prepare to remove package (#17554)Joe Tsai1-26/+17
2025-10-04net/connstats: make it modular (omittable)Brad Fitzpatrick1-8/+13
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-1/+3
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-2/+2
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick2-0/+15
2024-05-02wgengine: add exit destination logging enable for wgengine logger (#11952)Claire Wang1-4/+4
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-2/+3
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-9/+2
2023-07-13wgengine/netlog: fix nil pointer dereference in logtail (#8598)Andrew Lytvynov1-2/+3
2023-07-10logpolicy, various: allow overriding log functionAndrew Dunham1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-2/+4
2023-03-29sockstats: add labels for netlog and sockstatlog packagesWill Norris1-0/+2
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-1/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-12-16net/connstats: enforce maximum number of connections (#6760)Joe Tsai1-69/+45
2022-11-28net/connstats: invert network logging data flow (#6272)Joe Tsai2-84/+14
2022-11-02wgengine/netlog: preserve Tailscale addresses for exit traffic (#6165)Joe Tsai1-5/+14
2022-10-28wgengine/netlog: enforce hard limit on network log message sizes (#6109)Joe Tsai1-0/+13
2022-10-28wgengine/netlog: embed the StableNodeID of the authoring node (#6105)Joe Tsai2-7/+8
2022-10-27wgengine/magicsock: gather physical-layer statistics (#5925)Joe Tsai1-2/+1
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai2-31/+13
2022-10-13wgengine/netlog: add support for magicsock statistics (#5913)Joe Tsai2-33/+86
2022-10-12wgengine: start network logger in Userspace.Reconfig (#5908)Joe Tsai2-10/+5
2022-10-12wgengine/netlog: new package for traffic flow logging (#5864)Joe Tsai2-0/+317