summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-01-24We can now actually write out the udp matcher.Kevin Krakauer
2020-01-24Merge branch 'master' into ipt-udp-matchersKevin Krakauer
2020-01-23Remove epoll entry from map when dropping it.Nicolas Lacasse
2020-01-23Merge pull request #1617 from kevinGC:iptables-write-filter-protogVisor bot
2020-01-23Check for EINTR from KVM_CREATE_VMMichael Pratt
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-22Error marshalling the matcher.Kevin Krakauer
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger
2020-01-21Merge pull request #1609 from xiaobo55x:unamegVisor bot
2020-01-21Adding serialization.Kevin Krakauer
2020-01-21Merge pull request #1275 from lubinszARM:pr_ring0_5gVisor bot
2020-01-21Add a new TCP stat for current open connections.Mithun Iyer
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-21Removed TCP work (saved in ipt-tcp-match).Kevin Krakauer
2020-01-21Add UDP matchers.Kevin Krakauer
2020-01-21Merge pull request #1274 from lubinszARM:pr_ring0_4gVisor bot
2020-01-21More little fixes.Kevin Krakauer
2020-01-21Fixing stuffKevin Krakauer
2020-01-21Add line break to /proc/net filesFabricio Voznika
2020-01-21Merge branch 'master' into iptables-write-filter-protoKevin Krakauer
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-20Enable uname syscall support on arm64.Haibo Xu
2020-01-18Include the cgroup name in the superblock options in /proc/self/mountinfo.Nicolas Lacasse
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-17Fix data race in MountNamespace.resolve.Nicolas Lacasse
2020-01-17Fix data race in tty.queue.readableSize.Nicolas Lacasse
2020-01-17Add /proc/[pid]/cgroups fileFabricio Voznika
2020-01-17Add /proc/net/* filesFabricio Voznika
2020-01-17Enable stat syscall support on arm64.Haibo Xu
2020-01-17Add explanation for implementation of BSD full file locks.Dean Deng
2020-01-16Remove unused rpcinet.Adin Scannell
2020-01-16Implement setxattr for overlays.Dean Deng
2020-01-16Add IfChange/ThenChange reminders in fs/procFabricio Voznika
2020-01-16Implement tmpfs.SetStat with a size argument.Nicolas Lacasse
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-16Merge pull request #1272 from lubinszARM:pr_ring0_2gVisor bot
2020-01-16Enable clone syscall support on arm64.Haibo Xu
2020-01-15Add timestamps to VFS2 tmpfs, and implement some of SetStat.Nicolas Lacasse
2020-01-15Merge pull request #1540 from laijs:fix-PCIDsgVisor bot
2020-01-14enable pkg/sentry/arch to support arm64 basicallylubinszARM
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Merge branch 'iptables-write-input-drop' into iptables-write-filter-protoKevin Krakauer
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Only allow INPUT modifications.Kevin Krakauer
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-13Merge pull request #1528 from kevinGC:iptables-writegVisor bot