| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-01 | net/portmapper: don't treat 0.0.0.0 as a valid IP | Brad Fitzpatrick | 1 | -0/+4 |
| 2024-10-01 | net/portmapper: don't return unspecified/local external IPs | Andrew Dunham | 2 | -21/+92 |
| 2024-06-05 | all: use math/rand/v2 more | Maisem Ali | 1 | -2/+2 |
| 2024-05-06 | net/portmapper: add envknob to disable portmapper in localhost integration tests | Brad Fitzpatrick | 1 | -0/+6 |
| 2024-04-28 | net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon | Brad Fitzpatrick | 1 | -2/+1 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 2 | -4/+8 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 2 | -3/+3 |
| 2024-03-25 | tailcfg, ipn/ipnlocal, wgengine/magicsock: add only-tcp-443 node attr | Brad Fitzpatrick | 1 | -0/+18 |
| 2024-01-23 | net/portmapper: support legacy "urn:dslforum-org" portmapping services | Andrew Dunham | 4 | -2/+488 |
| 2024-01-22 | net/portmapper: handle cases where we have no supported clients | Andrew Dunham | 2 | -1/+232 |
| 2024-01-03 | net/portmapper: check returned epoch from PMP and PCP protocols | Andrew Dunham | 2 | -3/+65 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 1 | -2/+0 |
| 2023-12-20 | net/portmapper: add logs about obtained mapping(s) | Andrew Dunham | 4 | -1/+69 |
| 2023-12-18 | net/portmapper: handle multiple UPnP discovery responses | Andrew Dunham | 4 | -84/+395 |
| 2023-12-13 | net/portmapper: be smarter about selecting a UPnP device | Andrew Dunham | 4 | -109/+697 |
| 2023-12-05 | net/portmap: add test of Mikrotik Root Desc XML. | Denton Gentry | 1 | -29/+170 |
| 2023-10-26 | net/portmapper: avoid alloc in getUPnPErrorsMetric | Andrew Dunham | 1 | -10/+12 |
| 2023-10-25 | net/portmapper: convert UPnP metrics to new syncs.Map.LoadOrInit method | Val | 1 | -12/+3 |
| 2023-09-27 | net/portmapper: fix invalid UPnP metric name | Andrew Dunham | 2 | -1/+21 |
| 2023-09-18 | net/portmapper: add clientmetric for UPnP error codes | Andrew Dunham | 2 | -10/+34 |
| 2023-09-12 | net/portmapper: fall back to permanent UPnP leases if necessary | Andrew Dunham | 3 | -2/+283 |
| 2023-09-11 | control/controlknobs, all: add plumbed Knobs type, not global variables | Brad Fitzpatrick | 4 | -11/+24 |
| 2023-08-28 | cmd/tailscale, net/portmapper: add --log-http option to "debug portmap" | Andrew Dunham | 2 | -0/+67 |
| 2023-08-21 | net/portmapper: never select port 0 in UPnP | Andrew Dunham | 1 | -14/+34 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 4 | -7/+13 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -1/+1 |
| 2023-04-15 | wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migr... | Brad Fitzpatrick | 1 | -10/+5 |
| 2023-04-12 | net/sockstats: pass in logger to sockstats.WithSockStats | Mihai Parparita | 1 | -1/+1 |
| 2023-03-06 | sockstats: switch label to enum | Mihai Parparita | 1 | -1/+1 |
| 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-03 | cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLI | Andrew Dunham | 5 | -26/+37 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 1 | -0/+3 |
| 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 | 10 | -30/+20 |
| 2023-01-12 | net/portmapper: relax handling of UPnP resp (#6946) | Jordan Whited | 2 | -5/+12 |
| 2022-11-25 | net/portmapper: add test for Huawei router | Denton Gentry | 1 | -6/+10 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 2 | -2/+0 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 1 | -1/+1 |
| 2022-08-04 | syncs, all: move to using Go's new atomic types instead of ours | Brad Fitzpatrick | 1 | -6/+6 |
| 2022-08-03 | logtail, net/portmapper, wgengine/magicsock: use fmt.Appendf | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-08-02 | all: migrate code from netaddr.FromStdAddr to Go 1.18 | Brad Fitzpatrick | 2 | -5/+4 |
| 2022-08-02 | all: migrate more code code to net/netip directly | Brad Fitzpatrick | 4 | -7/+7 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 5 | -72/+72 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 3 | -4/+6 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 8 | -38/+51 |
| 2022-06-28 | net/portmapper: send discovery packet for IGD specifically. | Denton Gentry | 1 | -0/+16 |
| 2022-06-28 | net/portmap: add a test for Sagemcom FAST3890V3. | Denton Gentry | 1 | -0/+10 |
| 2022-06-28 | net/portmap: run go fmt | Denton Gentry | 1 | -0/+1 |