| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-03 | wgengine/magicsock: fix typos in docs (#10729) | Jordan Whited | 1 | -4/+4 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 5 | -43/+9 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 2 | -8/+1 |
| 2023-12-14 | wgengine/magicsock: fix handling of derp.PeerGoneMessage (#10589) | Jordan Whited | 1 | -15/+15 |
| 2023-12-13 | net/netcheck: use DERP frames as a signal for home region liveness | Andrew Dunham | 1 | -1/+11 |
| 2023-12-07 | wgengine/router: implement UpdateMagicsockPort for CallbackRouter (#10494) | Naman Sood | 1 | -0/+7 |
| 2023-12-05 | util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) | Naman Sood | 9 | -0/+186 |
| 2023-12-05 | linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilter | Naman Sood | 3 | -1/+31 |
| 2023-12-05 | wgengine/router: create netfilter runner in setNetfilterMode | James Tucker | 2 | -13/+17 |
| 2023-12-02 | wgengine/filter: add protocol-agnostic packet checker (#10446) | Andrew Lytvynov | 1 | -5/+13 |
| 2023-11-28 | wgengine/netstack: disable RACK on Windows (#10402) | Jordan Whited | 1 | -0/+11 |
| 2023-11-22 | wgengine/magicsock: fix typo in Conn.handlePingLocked() (#10365) | Jordan Whited | 1 | -1/+1 |
| 2023-11-16 | health: don't report a warning in DERP homeless mode | Brad Fitzpatrick | 1 | -2/+3 |
| 2023-11-15 | wgengine/magicsock: add DERP homeless debug mode for testing | Brad Fitzpatrick | 2 | -1/+24 |
| 2023-11-15 | wgengine/magicsock: move trustBestAddrUntil forward on non-disco rx (#10274) | Jordan Whited | 1 | -2/+10 |
| 2023-11-13 | wgengine/magicsock: fix typo in endpoint.sendDiscoPing() docs (#10232) | Jordan Whited | 1 | -1/+1 |
| 2023-11-13 | control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195) | Jordan Whited | 2 | -1/+31 |
| 2023-11-06 | wgengine/magicsock: handle wireguard only clean up and log messages | Charlotte Brandhorst-Satzkorn | 1 | -3/+9 |
| 2023-11-01 | wgengine/netstack: standardize var names in UpdateNetstackIPs | Maisem Ali | 1 | -31/+37 |
| 2023-11-01 | wgengine/netstack: remove unnecessary map in UpdateNetstackIPs | Maisem Ali | 1 | -6/+4 |
| 2023-11-01 | wgengine/netstack: use netip.Prefix as map keys | Maisem Ali | 1 | -20/+19 |
| 2023-10-24 | wgnengine: remove unused field in userspaceEngine | James Tucker | 1 | -2/+1 |
| 2023-10-23 | wgengine/magicsock: close disco listeners on Conn.Close, fix Linux root TestN... | Brad Fitzpatrick | 1 | -0/+6 |
| 2023-10-23 | wgengine/netstack: only add addresses to correct protocols | James Tucker | 1 | -2/+6 |
| 2023-10-18 | wgengine/magicsock: simplify tryEnableUDPOffload() (#9872) | Jordan Whited | 1 | -5/+1 |
| 2023-10-14 | tstest/integration: add tests for tun mode (requiring root) | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-10-14 | wgengine/magicsock: fix data race regression in disco ping callbacks | Brad Fitzpatrick | 2 | -21/+33 |
| 2023-10-14 | cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode | Maisem Ali | 1 | -0/+1 |
| 2023-10-11 | wgengine/filter: use slices.Contains in another place | Brad Fitzpatrick | 1 | -11/+3 |
| 2023-10-11 | cmd/containerboot: use linuxfw.NetfilterRunner | Maisem Ali | 1 | -0/+16 |
| 2023-10-10 | util/linuxfw: move detection logic | Maisem Ali | 2 | -205/+5 |
| 2023-10-09 | wgengine/magicsock: add probed MTU metrics | Val | 2 | -11/+43 |
| 2023-10-09 | disco,net/tstun,wgengine/magicsock: probe peer MTU | Val | 4 | -24/+59 |
| 2023-10-06 | cmd/tailscale, magicsock: add debug command to flip DERP homes | Brad Fitzpatrick | 1 | -0/+27 |
| 2023-10-06 | tstest: make ResourceCheck panic on parallel tests | Brad Fitzpatrick | 1 | -1/+2 |
| 2023-10-03 | wgengine/magicsock: use binary.NativeEndian for UDP GSO control data (#9640) | Jordan Whited | 1 | -6/+2 |
| 2023-10-02 | wgengine/magicsock: probe but don't use path MTU from CLI ping | Val | 2 | -5/+189 |
| 2023-10-02 | wgengine/magicsock: add MTU to addrLatency and rename to addrQuality | Val | 2 | -14/+31 |
| 2023-10-01 | tailcfg, all: use []netip.AddrPort instead of []string for Endpoints | Brad Fitzpatrick | 3 | -36/+28 |
| 2023-09-30 | util/slicesx: add EqualSameNil, like slices.Equal but same nilness | Brad Fitzpatrick | 1 | -26/+2 |
| 2023-09-29 | cmd/cloner,*: revert: optimize nillable slice cloner | James Tucker | 2 | -6/+10 |
| 2023-09-29 | cmd/cloner,*: optimize nillable slice cloner | James Tucker | 2 | -10/+6 |
| 2023-09-29 | wgengine/magicsock: use x/sys/unix constants for UDP GSO (#9597) | Jordan Whited | 1 | -12/+5 |
| 2023-09-28 | wgengine/netstack: refactor address construction and conversion | Andrea Barisani | 1 | -18/+14 |
| 2023-09-28 | go.mod,*: bump gvisor | Andrea Barisani | 1 | -21/+18 |
| 2023-09-27 | wgengine/magicsock: add nodeid to panic condition on public key reuse | James Tucker | 1 | -1/+1 |
| 2023-09-26 | wgengine,net,ipn,disco: split up and define different types of MTU | Val | 3 | -14/+23 |
| 2023-09-26 | wgengine/netstack: use buffer pools for UDP packet forwarding | Val | 1 | -5/+17 |
| 2023-09-25 | net/dns: retry forwarder requests over TCP | Andrew Dunham | 2 | -2/+2 |
| 2023-09-23 | wgengine/magicsock, controlclient, net/dns: reduce some logspam | Brad Fitzpatrick | 1 | -3/+3 |