gvisor/runsc/boot
Bhasker Hariharan e0b3d3323f Add support for using PACKET_RX_RING to receive packets.
PACKET_RX_RING allows the use of an mmapped buffer to receive packets from the
kernel. This should cut down the number of host syscalls that need to be made
to receive packets when the underlying fd is a socket of the AF_PACKET type.

PiperOrigin-RevId: 233834998
Change-Id: I8060025c6ced206986e94cc46b8f382b81bfa47f
2019-02-13 14:53:03 -08:00
..
filter Remove license comments 2019-01-31 11:12:53 -08:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
compat.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_amd64.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_test.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
config.go Automated rollback of changelist 225089593 2019-01-02 15:48:00 -08:00
controller.go runsc: reap a sandbox process only in sandbox.Wait() 2019-01-29 17:15:56 -08:00
debug.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
events.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fds.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fs.go Factor the subtargets method into a helper method with tests. 2019-02-01 15:23:43 -08:00
limits.go Rename limits.MemoryPagesLocked to limits.MemoryLocked. 2018-12-20 13:28:46 -08:00
loader.go runsc: check whether a container is deleted or not before setupContainerFS 2019-01-31 10:34:15 -08:00
loader_test.go Prevent internal tmpfs mount to override files in /tmp 2019-01-16 12:48:32 -08:00
network.go Add support for using PACKET_RX_RING to receive packets. 2019-02-13 14:53:03 -08:00
strace.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00