summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-06Fix typo in merkletreegVisor bot
2020-10-06[vfs2] Don't leak reference from Mountnamespace.Root().Dean Deng
2020-10-05Fix IPv4 ICMP echo handler to copy optionsJulian Elischer
2020-10-05Simplify nil assignment in kcov.Dean Deng
2020-10-05Merge pull request #4079 from lemin9538:arm64_fixgVisor bot
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-10-05Merge pull request #4368 from zhlhahaha:1979gVisor bot
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-10-03Fix kcov enabling and disabling procedures.Dean Deng
2020-10-02kvm/x86: handle a case when interrupts are enabled in the kernel spaceAndrei Vagin
2020-10-02Convert uses of the binary package in kernel to go-marshal.Rahat Mahmood
2020-10-02Update minimum RTT for RACK.Nayana Bidari
2020-10-02Merge pull request #4035 from lubinszARM:pr_misc_01gVisor bot
2020-10-01Add a verity test for modified parent Merkle fileChong Cai
2020-09-30Merge pull request #3824 from btw616:fix/issue-3823gVisor bot
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-30Count IP OutgoingPacketErrors in the NetworkEndpoint methodsArthur Sfez
2020-09-30Implement ioctl with measure in verity fsChong Cai
2020-09-30Internal change.Chong Cai
2020-09-30Merge pull request #2256 from laijs:kptigVisor bot
2020-09-30Use the ICMP error response facilityJulian Elischer
2020-09-30[go-marshal] Port ext codebase to use go marshal.Ayush Ranjan
2020-09-30Make all Target.Action implementation pointer receiversKevin Krakauer
2020-09-30Add verity fs testsChong Cai
2020-09-29Set transport protocol number during parsingKevin Krakauer
2020-09-29iptables: remove unused min/max NAT range fieldsKevin Krakauer
2020-09-29Return permanent addresses when NIC is downGhanan Gowripalan
2020-09-29Replace remaining uses of reflection-based marshalling.Rahat Mahmood
2020-09-29Don't allow broadcast/multicast source addressGhanan Gowripalan
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-29iptables: refactor to make targets extendableKevin Krakauer
2020-09-29Don't generate link-local IPv6 for loopbackGhanan Gowripalan
2020-09-29Merge pull request #3875 from btw616:fix/issue-3874gVisor bot
2020-09-29Discard IP fragments as soon as it expiresToshi Kikuchi
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-28Fix 1 zero window advertisement bug and a TCP test flake.Bhasker Hariharan
2020-09-29add related arm64 syscall for vfs2Howard Zhang
2020-09-28Don't leak dentries returned by sockfs.NewDentry().Jamie Liu
2020-09-28Fix lingering of TCP socket in the initial state.Nayana Bidari
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-28Support inotify in overlayfs.Dean Deng
2020-09-27Fix kernfs race condition.Dean Deng
2020-09-27Clean up kcov.Dean Deng
2020-09-26Remove generic ICMP errorsGhanan Gowripalan
2020-09-25arm64: some minor changesBin Lu
2020-09-25make sure use the kernel space after change ASIDMin Le
2020-09-24Remove useless endpoint constructionTamir Duberstein
2020-09-24[vfs] kernfs: Do not hold reference on the inode when opening FD.Ayush Ranjan