summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-11-08Add reference counting to packet buffers.Lucas Manning
2021-11-08Allow array and primitive types with names starting with W.Ayush Ranjan
2021-11-08Replace references of ConnectableEndpoint with BoundEndpoint.Ayush Ranjan
2021-11-08Use faster marshalling method for non primitive struct fields.Ayush Ranjan
2021-11-08Simplify {Un}MarshalUnsafeSlice method signatures.Ayush Ranjan
2021-11-05Make {Un}Marshal{Bytes/Unsafe} return remaining buffer.Ayush Ranjan
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-03Add automatic lock inference and globals support.Adin Scannell
2021-11-03Merge pull request #6499 from dqminh:cgroup-interfacegVisor bot
2021-11-02Minor checklocks improvements.Adin Scannell
2021-11-02Merge pull request #6805 from bradfitz:bradfitz/mipslegVisor bot
2021-11-02Extract tcb & lastUsed to its own lockGhanan Gowripalan
2021-11-02Merge pull request #6803 from pkit:pkit/copy_arpgVisor bot
2021-11-02Properly reap NATed connectionsGhanan Gowripalan
2021-11-02Allow SetAttr and Allocate for deleted filesFabricio Voznika
2021-11-02copy PERM ARP entries from namespace on bootConstantine Peresypkin
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-11-01pkg/atomicbitops: support 32-bit GOARCH value "mipsle"Brad Fitzpatrick
2021-11-01Add common Cgroup interfaceAndrei Vagin
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