| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-25 | net/portmapper: fix test flakes from logging after test done | Brad Fitzpatrick | 4 | -12/+15 |
| 2025-04-25 | net/udprelay: change Server.AllocateEndpoint existing alloc strategy (#15792) | Jordan Whited | 2 | -35/+27 |
| 2025-04-23 | net/portmapper: fix nil pointer dereference in Client.createMapping | Nick Khyl | 1 | -5/+7 |
| 2025-04-17 | net/udprelay: change ServerEndpoint time.Duration fields to tstime.GoDuration... | Jordan Whited | 2 | -6/+103 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 12 | -22/+92 |
| 2025-04-16 | net/portmapper: fire an event when a port mapping is updated (#15371) | M. J. Fromberger | 5 | -49/+114 |
| 2025-04-16 | {wgengine,util/portmapper}: add and plumb an event bus (#15359) | M. J. Fromberger | 1 | -0/+10 |
| 2025-04-16 | portmapper: update NewClient to use a Config argument | M. J. Fromberger | 3 | -27/+45 |
| 2025-04-08 | net/{netx,memnet},all: add netx.DialFunc, move memnet Network impl | Brad Fitzpatrick | 5 | -85/+98 |
| 2025-04-08 | tstest/nettest: pull the non-test Network abstraction out to netx package | Brad Fitzpatrick | 1 | -0/+120 |
| 2025-04-07 | nettest, *: add option to run HTTP tests with in-memory network | Brad Fitzpatrick | 1 | -4/+18 |
| 2025-04-03 | net/tstun: don't try to set link attributes on android | David Anderson | 2 | -1/+3 |
| 2025-04-03 | net/routetable: don't try to fetch the route table on android | David Anderson | 2 | -2/+2 |
| 2025-04-02 | all: use network less when running in v86 emulator | Brad Fitzpatrick | 1 | -1/+15 |
| 2025-04-02 | net/dns: add Plan 9 support | Brad Fitzpatrick | 4 | -2/+269 |
| 2025-04-02 | net/netcheck: avoid ICMP unimplemented log spam on Plan 9 | Brad Fitzpatrick | 1 | -0/+4 |
| 2025-04-02 | net/tsdial: tolerate empty default route on Plan 9 | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-04-02 | net/netmon: disable time jump monitoring on Plan 9 | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-04-02 | net/tstun: add Plan 9 'tun' support | Brad Fitzpatrick | 2 | -2/+38 |
| 2025-03-31 | net/udprelay: start of UDP relay server implementation (#15480) | Jordan Whited | 2 | -0/+736 |
| 2025-03-31 | net/netmon: always remember ifState as old state, even on minor changes | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-03-31 | net/netcheck: use NoMeasureNoHome in another spot | Brad Fitzpatrick | 1 | -1/+4 |
| 2025-03-27 | net/dns: add debug envknob to enable dual stack MagicDNS | Brad Fitzpatrick | 2 | -5/+24 |
| 2025-03-24 | net/netmon: use Monitor's tsIfName if set by SetTailscaleInterfaceName | Brad Fitzpatrick | 3 | -8/+10 |
| 2025-03-24 | net/netmon: unexport GetState | Brad Fitzpatrick | 3 | -3/+3 |
| 2025-03-19 | net/dns: expose a function for recompiling the DNS configuration (#15346) | Jonathan Nobels | 1 | -8/+28 |
| 2025-03-13 | net/packet: implement Geneve header serialization (#15301) | Jordan Whited | 2 | -0/+136 |
| 2025-03-12 | net/netmon, wgengine/magicsock: be quieter with portmapper logs | Andrew Dunham | 2 | -0/+120 |
| 2025-03-07 | tailcfg: add DERPRegion.NoMeasureNoHome, deprecate+document Avoid [cap 115] | Brad Fitzpatrick | 3 | -5/+9 |
| 2025-03-07 | net/portmapper: retry UPnP when we get an "Invalid Args" | Andrew Dunham | 2 | -2/+110 |
| 2025-03-07 | cmd/derper, derp/derphttp: support, generate self-signed IP address certs | Brad Fitzpatrick | 1 | -0/+41 |
| 2025-02-19 | various: disable MPTCP when setting TCP_USER_TIMEOUT sockopt (#15063) | Andrew Lytvynov | 1 | -2/+7 |
| 2025-02-14 | net/netcheck: remove unnecessary custom map clone function | James Tucker | 1 | -14/+3 |
| 2025-02-11 | net/dns: update to illarion/gonotify/v3 to fix a panic | Anton | 1 | -23/+11 |
| 2025-02-11 | net/dns: add a simple test for resolv.conf inotify watcher | Anton | 2 | -13/+75 |
| 2025-02-03 | net/netmon: add extra panic guard around ParseRIB | James Tucker | 1 | -1/+13 |
| 2025-02-03 | derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt... | James Tucker | 2 | -1/+87 |
| 2025-01-24 | feature/capture: move packet capture to feature/*, out of iOS + CLI | Brad Fitzpatrick | 4 | -23/+88 |
| 2025-01-24 | net/tstun: add back outgoing drop metric | Kristoffer Dalby | 1 | -5/+6 |
| 2025-01-23 | net/tstun: move TAP support out to separate package feature/tap | Brad Fitzpatrick | 3 | -510/+12 |
| 2025-01-21 | net/bakedroots: add LetsEncrypt ISRG Root X2 | Brad Fitzpatrick | 2 | -4/+48 |
| 2025-01-21 | ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validation | Brad Fitzpatrick | 4 | -108/+143 |
| 2025-01-16 | net/tstun: add logging to aid developers missing Start calls | Brad Fitzpatrick | 1 | -1/+15 |
| 2025-01-16 | net/dns: only populate OSConfig.Hosts when MagicDNS is enabled | Aaron Klotz | 2 | -1/+73 |
| 2025-01-14 | net/netmon: trim IPv6 endpoints in already routable subnets | James Tucker | 1 | -1/+16 |
| 2025-01-14 | net/dns: ensure the Windows configurator does not touch the hosts file unless... | Aaron Klotz | 2 | -14/+102 |
| 2025-01-13 | all: use Go 1.21's binary.NativeEndian | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-01-09 | all: illumos/solaris userspace only support | Nahum Shalman | 6 | -4/+44 |
| 2025-01-07 | all: fix golangci-lint errors | Will Norris | 2 | -2/+2 |
| 2025-01-07 | net/netmon: remove extra panic guard around ParseRIB | James Tucker | 1 | -12/+1 |