| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-19 | debugging azureazure | Denton Gentry | 1 | -2/+2 |
| 2023-03-14 | sockstats: remove per-interface stats from Get | Mihai Parparita | 3 | -22/+59 |
| 2023-03-13 | ipn,log: add logger for sockstat deltas | Will Norris | 3 | -4/+10 |
| 2023-03-13 | all: replace /kb/ links with /s/ equivalents | Maisem Ali | 2 | -2/+2 |
| 2023-03-12 | various: pass logger.Logf through to more places | Andrew Dunham | 2 | -4/+8 |
| 2023-03-09 | sockstats: refactor validation to be opt-in | Mihai Parparita | 3 | -19/+69 |
| 2023-03-09 | sockstats: export as client metrics | Mihai Parparita | 1 | -6/+40 |
| 2023-03-09 | net/sockstat: fix per-interface statistics not always being available | Mihai Parparita | 1 | -3/+16 |
| 2023-03-08 | sockstats: add validation for TCP socket stats | Mihai Parparita | 3 | -14/+88 |
| 2023-03-06 | sockstats: switch label to enum | Mihai Parparita | 7 | -11/+65 |
| 2023-03-06 | net/dns: deal with Windows wsl.exe hangs | Aaron Klotz | 2 | -7/+17 |
| 2023-03-05 | net/socks5: add password auth support | David Crawshaw | 2 | -11/+138 |
| 2023-03-04 | net/portmapper: relax source port check for UPnP responses | Andrew Dunham | 1 | -22/+41 |
| 2023-03-04 | net/portmapper: send UPnP protocol in upper-case | Andrew Dunham | 1 | -4/+14 |
| 2023-03-04 | net/portmapper: don't pick external ports below 1024 | Andrew Dunham | 1 | -2/+9 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 3 | -21/+12 |
| 2023-03-03 | net/interfaces: add better test for LikelyHomeRouterIP | Andrew Dunham | 1 | -2/+102 |
| 2023-03-03 | tstest: add method to Replace values for tests | Maisem Ali | 2 | -6/+5 |
| 2023-03-03 | net/interfaces: always return an IPv4 LikelyHomeRouterIP | Andrew Dunham | 1 | -1/+11 |
| 2023-03-03 | util/slicesx: add package for generic slice functions, use | Andrew Dunham | 3 | -44/+6 |
| 2023-03-03 | cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLI | Andrew Dunham | 5 | -26/+37 |
| 2023-03-03 | net/sockstats: remove explicit dependency on wgengine/monitor | Mihai Parparita | 4 | -7/+17 |
| 2023-03-02 | net/dnsfallback: shuffle returned IPs | Andrew Dunham | 1 | -0/+1 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 6 | -0/+222 |
| 2023-02-27 | ipn/ipnlocal: add delegated interface information to /interfaces PeerAPI handler | Mihai Parparita | 2 | -0/+28 |
| 2023-02-11 | version: unexport all vars, turn Short/Long into funcs | David Anderson | 1 | -1/+1 |
| 2023-02-10 | net/interfaces: redo how we get the default interface on macOS and iOS | Mihai Parparita | 4 | -38/+84 |
| 2023-02-10 | net/routetable: include unknown flags in the routetable doctor output | Mihai Parparita | 2 | -0/+15 |
| 2023-02-10 | wgengine: start logging DISCO frames to pcap stream | Tom DNetto | 1 | -8/+2 |
| 2023-02-09 | net/connstats: fix ticker in NewStatistics (#7225) | Colin Adler | 2 | -1/+35 |
| 2023-02-08 | net/interfaces, net/netns: add node attributes to control default interface g... | Mihai Parparita | 4 | -1/+37 |
| 2023-02-08 | net/netutil: only check Linux sysctls w/ procfs, assume absent means false | Brad Fitzpatrick | 2 | -13/+27 |
| 2023-02-04 | all: implement pcap streaming for datapath debugging | Tom DNetto | 1 | -0/+29 |
| 2023-02-03 | net/dns/resolver: remove maxDoHInFlight | Mihai Parparita | 3 | -74/+1 |
| 2023-02-03 | net/tshttpproxy: more directly use Transport proxy CONNECT hooks | Mihai Parparita | 2 | -51/+24 |
| 2023-02-03 | net/dns/resolver: add envknob to debug exit node DNS queries on on Windows | Andrew Dunham | 2 | -5/+35 |
| 2023-02-02 | net/{netns,netstat}: use new x/sys/cpu.IsBigEndian | Brad Fitzpatrick | 2 | -5/+5 |
| 2023-02-01 | health, net/tlsdial: add healthcheck for self-signed cert | Andrew Dunham | 1 | -8/+41 |
| 2023-02-01 | all: use Go 1.20's bytes.Clone | Brad Fitzpatrick | 1 | -1/+2 |
| 2023-02-01 | all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork | Brad Fitzpatrick | 4 | -10/+5 |
| 2023-01-30 | net/memnet: rename from net/nettest | Maisem Ali | 7 | -10/+18 |
| 2023-01-27 | all: update tools that manage copyright headers | Will Norris | 2 | -2/+2 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 180 | -540/+360 |
| 2023-01-27 | net/netns: add post-review comments | Andrew Dunham | 1 | -1/+24 |
| 2023-01-27 | net/netstat: document the Windows netstat code a bit more | Brad Fitzpatrick | 1 | -8/+29 |
| 2023-01-27 | net/netstat: add nil checks to Windows OSMetadata implementation | Aaron Klotz | 1 | -0/+7 |
| 2023-01-26 | net/netns: add functionality to bind outgoing sockets based on route table | Andrew Dunham | 3 | -2/+236 |
| 2023-01-24 | ipn/ipnlocal, net/dnscache: allow configuring dnscache logging via capability | Andrew Dunham | 2 | -38/+65 |
| 2023-01-21 | net/connstats: mark TestConcurrent as flaky | Brad Fitzpatrick | 1 | -0/+2 |
| 2023-01-17 | net/dns: fix recently added URL scheme from http to https | Brad Fitzpatrick | 2 | -2/+2 |