summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netstack
AgeCommit message (Expand)AuthorFilesLines
2026-04-13all: fix six tests that failed with -count=2Brad Fitzpatrick1-0/+3
2026-04-13wgengine/netstack: fix data race on in-flight connection test globalsBrad Fitzpatrick2-9/+13
2026-04-08wgengine/netstack: allow UDP listeners to receive traffic on Service VIP addr...Tom Meadows2-0/+216
2026-03-17wgengine/netstack: add TS_NETSTACK_KEEPALIVE_{IDLE,INTERVAL} envknobsJosef Bacik1-8/+36
2026-03-13wgengine/netstack: don't register subnet/4via6 TCP flows with proxymapBrad Fitzpatrick1-6/+9
2026-03-11wgengine{,/magicsock}: add DERP hooks for filtering+sending packetsBrad Fitzpatrick1-7/+17
2026-02-27wgengine/netstack: deliver self-addressed packets via loopbackJames Tucker3-0/+355
2026-02-26go.mod: bump gvisorBrad Fitzpatrick1-1/+14
2026-01-30wgengine/netstack: add local tailscale service IPs to route and terminate loc...KevinLiang102-6/+133
2026-01-23all: remove AUTHORS file and references to itWill Norris14-14/+14
2026-01-22tsnet: add support for a user-supplied tun.DeviceJames Tucker1-1/+85
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-55/+55
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-2/+3
2025-09-26cmd/tailscaled: start implementing ts_omit_netstackBrad Fitzpatrick4-2/+21
2025-09-26wgengine/netstack/gro: permit building without GROBrad Fitzpatrick4-7/+13
2025-09-26all: don't rebind variables in for loopsAlex Chan1-4/+0
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-2/+2
2025-09-16all: add ts_omit_serve, start making tailscale serve/funnel be modularBrad Fitzpatrick1-7/+13
2025-07-07wgengine/netstack: correctly proxy half-closed TCP connectionsNaman Sood1-3/+40
2025-04-16net/netmon: publish events to event busDavid Anderson1-0/+2
2025-04-16all: update the tsd.System constructor name (#15372)M. J. Fromberger1-2/+2
2025-04-16wgengine: plumb an event bus into the userspace engineM. J. Fromberger1-1/+1
2025-04-16all: construct new System values with an event bus pre-populatedM. J. Fromberger1-1/+1
2025-04-14wgengine/netstack: revert cubic cc to reno cc (#15677)Jordan Whited1-3/+8
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick2-3/+5
2025-03-11tsnet,wgengine: fix src to primary Tailscale IP for TCP dialsFran Bull1-0/+43
2025-02-06wgengine/netstack: respond to service IPs in Linux tun modeAdrian Dewhurst1-5/+17
2025-02-06go.mod,wgengine/netstack: use cubic congestion control, bump gvisorJames Tucker1-0/+5
2025-02-06wgengine/netstack: block link writes when full rather than dropJames Tucker1-22/+27
2025-02-06wgengine/netstack: disable RACK on all platformsJames Tucker1-10/+8
2025-01-24cmd/natc,wgengine/netstack: tune buffer size and segment lifetime in natcJames Tucker1-0/+8
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang101-1/+26
2025-01-04Fix various linting, vet & static check issuesMarc Paquette1-0/+1
2024-11-22ipn/{ipnlocal,localapi}, wgengine/netstack: call (*LocalBackend).Shutdown whe...Nick Khyl1-0/+2
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-4/+2
2024-11-01wgengine/netstack: remove unused taildrive depsBrad Fitzpatrick2-18/+15
2024-10-09syncs: delete Map.Range, update callers to iteratorsBrad Fitzpatrick1-4/+3
2024-10-03wgengine/netstack: check userspace ping success on WindowsBrad Fitzpatrick3-1/+118
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-0/+2
2024-09-10ipnlocal,proxymap,wgengine/netstack: add optional WhoIs/proxymap debugBrad Fitzpatrick1-10/+20
2024-08-29net/tstun,wgengine/netstack: implement TCP GRO for local services (#13315)Jordan Whited2-12/+12
2024-08-28wgengine/netstack: implement netstack loopback (#13301)Jordan Whited1-11/+54
2024-08-27net/tstun: fix gvisor inbound GSO packet injection (#13283)Jordan Whited1-2/+7
2024-08-26wgengine/netstack: re-enable gVisor GSO on Linux (#13269)Jordan Whited1-1/+1
2024-08-26net/tstun,wgengine/netstack: make inbound synthetic packet injection GSO-awar...Jordan Whited1-1/+20
2024-08-26wgengine/netstack: use types/logger.Logf instead of stdlib log.Printf (#13267)Jordan Whited1-3/+2
2024-08-21wgengine/netstack: disable gVisor GSO on Linux (#13215)Jordan Whited1-3/+3
2024-08-20wgengine/netstack/gro: exclude importation of gVisor GRO pkg on iOS (#13202)Jordan Whited3-65/+99
2024-08-20net/tstun,wgengine{/netstack/gro}: refactor and re-enable gVisor GRO for Linu...Jordan Whited7-217/+228
2024-08-14wgengine/netstack: disable gVisor TCP GRO for Linux (#13138)Jordan Whited1-2/+3