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/wgengine/netstack
Jordan Whited 2f27319baf
wgengine/netstack: disable gVisor TCP GRO for Linux (#13138)
A SIGSEGV was observed around packet merging logic in gVisor's GRO
package.

Updates tailscale/corp#22353

Signed-off-by: Jordan Whited <jordan@tailscale.com>
1 month ago
..
gro_default.go wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#13015) 2 months ago
gro_ios.go wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#13015) 2 months ago
link_endpoint.go wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#13015) 2 months ago
link_endpoint_test.go go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921) 2 months ago
netstack.go wgengine/netstack: disable gVisor TCP GRO for Linux (#13138) 1 month ago
netstack_linux.go all: update copyright and license headers 2 years ago
netstack_tcpbuf_default.go wgengine/netstack: increase gVisor's TCP send and receive buffer sizes (#12994) 2 months ago
netstack_tcpbuf_ios.go wgengine/netstack: increase gVisor's TCP send and receive buffer sizes (#12994) 2 months ago
netstack_test.go wgengine/netstack: add test for #12448 3 months ago
netstack_userping.go xcode: allow ICMP ping relay on macOS + iOS platforms (#12048) 4 months ago
netstack_userping_apple.go various: fix lint warnings 4 months ago