summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-11-02Allow SetAttr and Allocate for deleted filesFabricio Voznika
2021-11-01Allow partial packets in ICMP errors when NATingGhanan Gowripalan
2021-11-01Handle UMOUNT_NOFOLLOW in VFS2 umount(2).Ayush Ranjan
2021-11-01Move ThreadGroupIDFromContext to kernel/auth.Adin Scannell
2021-11-01Merge pull request #6802 from ajilal95:patch-1gVisor bot
2021-10-31Update REDME.mdAjilal
2021-10-29[syserr] Covert all linuxerr returns to error type.Zach Koopmans
2021-10-28NAT ICMPv6 errorsGhanan Gowripalan
2021-10-28Use Task blocking timer for nanosleep(2).Jamie Liu
2021-10-27Replace bespoke WaitGroupErr with errgroupTamir Duberstein
2021-10-27Sychronize access to cpuset controller bitmaps.Rahat Mahmood
2021-10-27Reduce eventFD notifications on transmit.Bhasker Hariharan
2021-10-27rename tcp_conntrack inbound/outbound to reply/originalKevin Krakauer
2021-10-27NAT ICMPv4 errorsGhanan Gowripalan
2021-10-27Record counts of packets with unknown L3/L4 numbersNick Brown
2021-10-26Simplify vfs.NewDisconnectedMount signature and callpoints.Ayush Ranjan
2021-10-26Validate an icmp header before accessing itAndrei Vagin
2021-10-26platform/kvm: map vdso and vvar into a guest address spaceAndrei Vagin
2021-10-26Run packet socket tests on FuchsiaGhanan Gowripalan
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-26Move attestation definitions to standalone packageChong Cai
2021-10-26Change Notify() to use unix.RawSyscall.Bhasker Hariharan
2021-10-26Remove superfluous SO_RCVBUFFORCEZeling Feng
2021-10-26Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.Jamie Liu
2021-10-25Do not leak non-permission mode bits in mq_open(2).Ayush Ranjan
2021-10-25Deflake the fcntl testAndrei Vagin
2021-10-25Add support for containerd 1.5Fabricio Voznika
2021-10-25Merge pull request #6776 from milantracy:arm64gVisor bot
2021-10-23initialize hostFeatureSet from init functionJing Chen
2021-10-23fix the failed test target //pkg/cpuid:cpuid_test on arm64.Jing Chen
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-10-21Enable VFS2 by defaultFabricio Voznika
2021-10-21Add an integration test for istio like redirect.Bhasker Hariharan
2021-10-20Add Debug to log file headerFabricio Voznika
2021-10-20Report correct error when restore failsFabricio Voznika
2021-10-19Always parse Transport headersGhanan Gowripalan
2021-10-19Fix typo in FIXMEFabricio Voznika
2021-10-19Do not return non-nil *lisafs.Inode to doCreateAt on error.Ayush Ranjan
2021-10-19Continue reaping bucket after reaping a tupleGhanan Gowripalan
2021-10-19Stub cpuset cgroup control files.Rahat Mahmood
2021-10-19Drop accept from sentryctl socket filtersMichael Pratt
2021-10-18conntrack: update state of un-NATted connectionsKevin Krakauer
2021-10-18conntrack: use tcpip.Clock instead of time.TimeKevin Krakauer
2021-10-18Report ramdiskfs usage correctlyFabricio Voznika
2021-10-18Change test to use VFS2Fabricio Voznika
2021-10-18Update testDeps definition for https://golang.org/cl/354632Michael Pratt
2021-10-18Add hook to add addition build tagsMichael Pratt
2021-10-18Mount namespace can be nil after task exitsFabricio Voznika
2021-10-18Support distinction for RWMutex and read-only locks.Adin Scannell
2021-10-15Remove SA5011 suppressionsTamir Duberstein