summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-11-05Fix unfair comparison to unbuffered channels in sleep_test.go.Jamie Liu
2021-11-04Remove id from sleep.Sleeper API.Adin Scannell
2021-11-04[syserr] Move ConvertIntr function to linuxerr packageZach Koopmans
2021-11-04[syserr] Reverse dependency for tcpip.ErrorZach Koopmans
2021-11-02Merge pull request #6805 from bradfitz:bradfitz/mipslegVisor bot
2021-11-02Extract tcb & lastUsed to its own lockGhanan Gowripalan
2021-11-02Properly reap NATed connectionsGhanan Gowripalan
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-01pkg/atomicbitops: support 32-bit GOARCH value "mipsle"Brad Fitzpatrick
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-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-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-25Add support for containerd 1.5Fabricio Voznika
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-21Add an integration test for istio like redirect.Bhasker Hariharan
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-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-18Support distinction for RWMutex and read-only locks.Adin Scannell
2021-10-15Satisfy nogoGhanan Gowripalan
2021-10-15Implement WriteRawPacket for pipeTony Gong
2021-10-14Report total memory based on limit or hostFabricio Voznika
2021-10-14Add a size parameterChong Cai
2021-10-13Minor fixes to sharedmem.Bhasker Hariharan
2021-10-13add create-only raw socketsKevin Krakauer