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/magicsock
Jordan Whited 891d964bd4
wgengine/magicsock: simplify tryEnableUDPOffload() (#9872)
Don't assume Linux lacks UDP_GRO support if it lacks UDP_SEGMENT
support. This mirrors a similar change in wireguard/wireguard-go@177caa7
for consistency sake. We haven't found any issues here, just being
overly paranoid.

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
8 months ago
..
batching_conn.go wgengine/magicsock: improve don't fragment bit set/get support 9 months ago
blockforever_conn.go wgengine/magicsock: improve don't fragment bit set/get support 9 months ago
debughttp.go wgengine/magicsock: stop retaining *netmap.NetworkMap 9 months ago
debugknobs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 9 months ago
debugknobs_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 9 months ago
derp.go control/controlknobs, all: add plumbed Knobs type, not global variables 9 months ago
discopingpurpose_string.go all: update copyright and license headers 1 year ago
endpoint.go tstest/integration: add tests for tun mode (requiring root) 8 months ago
endpoint_default.go all: adjust some build tags for plan9 10 months ago
endpoint_stub.go all: adjust some build tags for plan9 10 months ago
endpoint_tracker.go wgengine/magicsock: only cache N most recent endpoints per-Addr 10 months ago
endpoint_tracker_test.go wgengine/magicsock: only cache N most recent endpoints per-Addr 10 months ago
magicsock.go wgengine/magicsock: fix data race regression in disco ping callbacks 8 months ago
magicsock_default.go wgengine/magicsock: delete unused stuff 11 months ago
magicsock_linux.go wgengine/magicsock: simplify tryEnableUDPOffload() (#9872) 8 months ago
magicsock_test.go cmd/tailscaled,net/tstun: fix data race on start-up in TUN mode 8 months ago
magicsock_unix_test.go all: update copyright and license headers 1 year ago
peermap.go wgengine/magicsock: make peerMap also keyed by NodeID 9 months ago
peermtu.go disco,net/tstun,wgengine/magicsock: probe peer MTU 8 months ago
peermtu_darwin.go wgengine/magicsock: improve don't fragment bit set/get support 9 months ago
peermtu_linux.go wgengine/magicsock: improve don't fragment bit set/get support 9 months ago
peermtu_stubs.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 9 months ago
peermtu_unix.go wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD() 9 months ago
rebinding_conn.go wgengine/magicsock: improve don't fragment bit set/get support 9 months ago