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/net/tstun
Jordan Whited 7aa766ee65
net/tstun: probe TCP GRO (#13376)
Disable TCP & UDP GRO if the probe fails.

torvalds/linux@e269d79c7d broke virtio_net
TCP & UDP GRO causing GRO writes to return EINVAL. The bug was then
resolved later in
torvalds/linux@89add40066. The offending
commit was pulled into various LTS releases.

Updates #13041

Signed-off-by: Jordan Whited <jordan@tailscale.com>
2 months ago
..
fake.go
ifstatus_noop.go
ifstatus_windows.go
linkattrs_linux.go
linkattrs_notlinux.go
mtu.go
mtu_test.go
tap_linux.go
tap_unsupported.go
tstun_stub.go
tun.go net/tstun: probe TCP GRO (#13376) 2 months ago
tun_linux.go
tun_macos.go
tun_notwindows.go
tun_windows.go
wrap.go
wrap_linux.go net/tstun: probe TCP GRO (#13376) 2 months ago
wrap_noop.go net/tstun: probe TCP GRO (#13376) 2 months ago
wrap_test.go