summaryrefslogtreecommitdiffhomepage
path: root/wgengine/netstack
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-03wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#...Jordan Whited3-2/+47
2024-08-02wgengine/netstack: increase gVisor's TCP send and receive buffer sizes (#12994)Jordan Whited3-3/+87
2024-08-02go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921)Jordan Whited3-42/+292
2024-07-31go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GSO for Linux (#12869)Jordan Whited2-3/+262
2024-07-25wgengine/netstack: simplify netaddrIPFromNetstackIPBrad Fitzpatrick1-4/+2
2024-06-18proxymap, various: distinguish between different protocolsAndrew Dunham1-4/+4
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-3/+4
2024-06-13wgengine/netstack: add test for #12448Andrew Dunham2-49/+275
2024-06-13wgengine/netstack: fix 4via6 subnet routes (#12454)Irbe Krumina1-2/+11
2024-06-06various: fix lint warningsAndrew Dunham1-1/+1
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali1-0/+44
2024-05-16xcode: allow ICMP ping relay on macOS + iOS platforms (#12048)Andrea Gottardo3-47/+106
2024-05-08wgengine/netstack: handle 4via6 routes that are advertised by the same nodeAndrew Dunham2-30/+198
2024-05-07ipn/ipnlocal, all: plumb health trackers in testsBrad Fitzpatrick1-6/+8
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-15ipn: remove unused Options.LegacyMigrationPrefsBrad Fitzpatrick1-7/+7
2024-04-07wgengine/netstack: remove SubnetRouterWrapperMaisem Ali1-28/+0
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-16/+16
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-3/+3
2024-03-11wgengine/netstack: fix bug with duplicate SYN packets in client limitAndrew Dunham2-13/+62
2024-03-06go.mod: bump gvisorAndrew Dunham1-3/+3
2024-02-28ipn,wgengine: only intercept TailFS traffic on quad 100Percy Wegmann1-14/+2
2024-02-28net/tstun: fix spelling of "WireGuard"Andrew Dunham1-1/+1
2024-02-27wgengine/netstack: add a per-client limit for in-flight TCP forwardsAndrew Dunham2-21/+489
2024-02-26wgengine/netstack: expose TCP forwarder drops via clientmetricsAnton Tolchanov1-8/+38
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-2/+2
2024-02-12tailfs: listen for local clients only on 100.100.100.100Percy Wegmann1-2/+2
2024-02-09tailfs: disable TailFSForLocal via policyPercy Wegmann1-0/+4
2024-02-09tailfs: clean up naming and package structurePercy Wegmann1-8/+8
2024-02-09tailfs: initial implementationPercy Wegmann2-27/+41
2024-01-19go.mod,wgengine/netstack: bump gvisorJames Tucker1-3/+3