summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/filter/config.go
AgeCommit message (Expand)Author
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-03Allow mlock in system call filtersMichael Pratt
2019-12-03Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.Dean Deng
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-11-25Merge pull request #1176 from xiaobo55x:runsc_bootgVisor bot
2019-11-13Enable runsc/boot support on arm64.Haibo Xu
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-03-11Add profiling commands to runscFabricio Voznika
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-03Add TIOCINQ to allowed seccomp when hostinet is usedFabricio Voznika
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-09-12Remove getdents from filtersMichael Pratt
2018-09-11Rollback of changelist 212483372Michael Pratt
2018-09-11Allow fstatat back in syscall filtersFabricio Voznika
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-09-04Remove epoll_wait from filtersMichael Pratt
2018-08-28Add argument checks to seccompFabricio Voznika
2018-08-28Drop support for Go 1.10Michael Pratt
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-23Clean up syscall filtersFabricio Voznika
2018-07-31Drop dup2 filterMichael Pratt
2018-06-19runsc: Whitelist lstat, as it is now used in specutils.Kevin Krakauer
2018-06-14Add nanosleep filter for Go 1.11 supportMichael Pratt
2018-06-01Add SyscallRules that supports argument filteringZhengyu He
2018-04-28Check in gVisor.Googler