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>
2024-09-05 09:59:31 -07:00
..
fake.go cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode 2023-10-14 08:54:30 -07:00
ifstatus_noop.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
ifstatus_windows.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
linkattrs_linux.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
linkattrs_notlinux.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
mtu_test.go disco,net/tstun,wgengine/magicsock: probe peer MTU 2023-10-09 01:57:12 -07:00
mtu.go disco,net/tstun,wgengine/magicsock: probe peer MTU 2023-10-09 01:57:12 -07:00
tap_linux.go go.mod,*: bump gvisor 2023-09-28 16:17:16 -07:00
tap_unsupported.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tstun_stub.go cmd/tailscaled, net/tstun: build for aix/ppc64 2024-04-13 11:03:22 -07:00
tun_linux.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tun_macos.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tun_notwindows.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tun_windows.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tun.go net/tstun: probe TCP GRO (#13376) 2024-09-05 09:59:31 -07:00
wrap_linux.go net/tstun: probe TCP GRO (#13376) 2024-09-05 09:59:31 -07:00
wrap_noop.go net/tstun: probe TCP GRO (#13376) 2024-09-05 09:59:31 -07:00
wrap_test.go net/tstun,wgengine/netstack: implement TCP GRO for local services (#13315) 2024-08-29 11:37:48 -07:00
wrap.go net/tstun: clarify GROFilterFunc *gro.GRO usage (#13318) 2024-08-29 13:04:46 -07:00