summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netlog
AgeCommit message (Expand)AuthorFilesLines
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