You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/ipnlocal
Irbe Krumina bc53ebd4a0
ipn/{ipnlocal,localapi},net/netkernelconf,client/tailscale,cmd/containerboot: optionally enable UDP GRO forwarding for containers (#12410)
Add a new TS_EXPERIMENTAL_ENABLE_FORWARDING_OPTIMIZATIONS env var
that can be set for tailscale/tailscale container running as
a subnet router or exit node to enable UDP GRO forwarding
for improved performance.
See https://tailscale.com/kb/1320/performance-best-practices#linux-optimizations-for-subnet-routers-and-exit-nodes
This is currently considered an experimental approach;
the configuration support is partially to allow further experimentation
with containerized environments to evaluate the performance
improvements.

Updates tailscale/tailscale#12295

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
3 weeks ago
..
testdata
autoupdate.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 4 weeks ago
autoupdate_disabled.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 4 weeks ago
breaktcp_darwin.go
breaktcp_linux.go
c2n.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 4 weeks ago
c2n_pprof.go ipn/ipnlocal: add c2n /debug/pprof/allocs endpoint 3 months ago
c2n_test.go
cert.go all: use math/rand/v2 more 4 weeks ago
cert_js.go
cert_test.go
dnsconfig_test.go
drive.go ipn/ipnlocal: reuse transport across Taildrive remotes 2 months ago
expiry.go
expiry_test.go
local.go ipn/{ipnlocal,localapi},net/netkernelconf,client/tailscale,cmd/containerboot: optionally enable UDP GRO forwarding for containers (#12410) 3 weeks ago
local_test.go ipn/ipnlocal: improve sticky last suggestion 4 weeks ago
loglines_test.go ipn/ipnlocal, all: plumb health trackers in tests 2 months ago
network-lock.go ipn/ipnlocal: discard node keys that have been rotated out 4 weeks ago
network-lock_test.go ipn/ipnlocal: discard node keys that have been rotated out 4 weeks ago
peerapi.go net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 2 months ago
peerapi_h2c.go
peerapi_macios_ext.go net/netmon, add: add netmon.State type alias of interfaces.State 2 months ago
peerapi_test.go ipn/ipnlocal, all: plumb health trackers in tests 2 months ago
profiles.go all: use math/rand/v2 more 4 weeks ago
profiles_notwindows.go
profiles_test.go various: disable stateful filtering by default (#12197) 1 month ago
profiles_windows.go ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031) 2 months ago
serve.go all: use Go 1.22 range-over-int 3 months ago
serve_test.go ipn/ipnlocal, all: plumb health trackers in tests 2 months ago
ssh.go
ssh_stub.go
ssh_test.go ipn/ipnlocal: plumb health.Tracker into profileManager constructor 2 months ago
state_test.go control/controlclient: delete unused Client.Login Oauth2Token field 2 months ago
taildrop.go ipn/localapi: add support for multipart POST to file-put 3 months ago
web_client.go
web_client_stub.go