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 weeks ago
..
fake.go cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode 11 months ago
ifstatus_noop.go all: update copyright and license headers 2 years ago
ifstatus_windows.go all: update copyright and license headers 2 years ago
linkattrs_linux.go all: update copyright and license headers 2 years ago
linkattrs_notlinux.go all: update copyright and license headers 2 years ago
mtu.go disco,net/tstun,wgengine/magicsock: probe peer MTU 12 months ago
mtu_test.go disco,net/tstun,wgengine/magicsock: probe peer MTU 12 months ago
tap_linux.go go.mod,*: bump gvisor 12 months ago
tap_unsupported.go all: update copyright and license headers 2 years ago
tstun_stub.go cmd/tailscaled, net/tstun: build for aix/ppc64 5 months ago
tun.go net/tstun: probe TCP GRO (#13376) 2 weeks ago
tun_linux.go all: update copyright and license headers 2 years ago
tun_macos.go all: update copyright and license headers 2 years ago
tun_notwindows.go all: update copyright and license headers 2 years ago
tun_windows.go all: update copyright and license headers 2 years ago
wrap.go net/tstun: clarify GROFilterFunc *gro.GRO usage (#13318) 3 weeks ago
wrap_linux.go net/tstun: probe TCP GRO (#13376) 2 weeks ago
wrap_noop.go net/tstun: probe TCP GRO (#13376) 2 weeks ago
wrap_test.go net/tstun,wgengine/netstack: implement TCP GRO for local services (#13315) 3 weeks ago