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
James Tucker 445c04c938
wgengine: inject packetbuffers rather than bytes (#4220)
Plumb the outbound injection path to allow passing netstack
PacketBuffers down to the tun Read, where they are decref'd to enable
buffer re-use. This removes one packet alloc & copy, and reduces GC
pressure by pooling outbound injected packets.

Fixes #2741
Signed-off-by: James Tucker <james@tailscale.com>
2 years ago
..
bench types/netmap: use key.NodePublic instead of tailcfg.NodeKey. 3 years ago
filter all: use strings.Cut even more 2 years ago
magicsock all: use strings.Cut even more 2 years ago
monitor all: use any instead of interface{} 2 years ago
netstack wgengine: inject packetbuffers rather than bytes (#4220) 2 years ago
router all: use any instead of interface{} 2 years ago
wgcfg all: use any instead of interface{} 2 years ago
wglog all: use any instead of interface{} 2 years ago
winnet all: gofmt -w -s (simplify) tests 3 years ago
mem_ios.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
pendopen.go envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) 2 years ago
userspace.go wgengine: handle nil netmaps when assigning isSubnetRouter. 2 years ago
userspace_ext_test.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
userspace_test.go all: gofmt -w -s (simplify) tests 3 years ago
watchdog.go all: use any instead of interface{} 2 years ago
watchdog_test.go all: use any instead of interface{} 2 years ago
wgengine.go net/socks5/tssocks, wgengine: permit SOCKS through subnet routers/exit nodes 3 years ago