gvisor/runsc/boot
Ting-Yu Wang db653bb34b fdbased: Vectorized write for packet; relax writev syscall filter.
Now it calls pkt.Data.ToView() when writing the packet. This may require
copying when the packet is large, which puts the worse case in an even worse
situation.

This sent out in a separate preparation change as it requires syscall filter
changes. This change will be followed by the change for the adoption of the new
PacketHeader API.

PiperOrigin-RevId: 321447003
2020-07-15 15:05:32 -07:00
..
filter fdbased: Vectorized write for packet; relax writev syscall filter. 2020-07-15 15:05:32 -07:00
platforms Standardize on tools directory. 2020-01-27 12:21:00 -08:00
pprof Initial network namespace support. 2020-02-20 15:20:40 -08:00
BUILD Merge pull request #2672 from amscanne:shim-integrated 2020-07-13 16:10:58 -07:00
compat.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_amd64.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_arm64.go Improve unsupported syscall message 2020-05-18 10:23:22 -07:00
compat_test.go Merge pull request #1233 from xiaobo55x:compatLog 2019-12-06 19:41:39 -08:00
config.go Gate FUSE behind a runsc flag 2020-07-09 02:01:29 -04:00
controller.go Prepare boot.Loader to support multi-container TTY 2020-07-14 12:02:03 -07:00
debug.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Update canonical repository. 2019-06-13 16:50:15 -07:00
fs.go Add shared mount hints to VFS2 2020-07-08 17:12:29 -07:00
fs_test.go Make annotations OCI compliant 2019-12-06 13:51:38 -08:00
limits.go New sync package. 2020-01-09 22:02:24 -08:00
loader.go Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-default 2020-07-15 12:14:42 -07:00
loader_test.go Prepare boot.Loader to support multi-container TTY 2020-07-14 12:02:03 -07:00
network.go Add runsc options to set checksum offloading status 2020-06-16 16:34:26 -07:00
strace.go Update canonical repository. 2019-06-13 16:50:15 -07:00
vfs.go Gate FUSE behind a runsc flag 2020-07-09 02:01:29 -04:00