summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-02-03Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.Ting-Yu Wang
2020-02-03Tag version_test as noguitar.Brad Burlage
2020-02-03Add packetdrill tests that use docker.Eyal Soha
2020-02-03Allow mlock in system call filtersMichael Pratt
2020-01-31Fix method comment to match method name.Ian Gudger
2020-01-31Fix logic around AMD/Intel cases.Adin Scannell
2020-01-31Implement file locks for regular tmpfs files in VFSv2.Dean Deng
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-31Extract multicast IP to Ethernet address mappingGhanan Gowripalan
2020-01-31Internal change.gVisor bot
2020-01-31KVM platform does not support 32bit.Ting-Yu Wang
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-30Merge pull request #1471 from xiaobo55x:syscall_testgVisor bot
2020-01-30Wrap all GetSocketPairs() in unnamed namespacesJay Zhuang
2020-01-30Merge pull request #1630 from xiaobo55x:kOLargeFilegVisor bot
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2020-01-30Merge pull request #1288 from lubinszARM:pr_ring0_6gVisor bot
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-30Do not include the Source Link Layer option with an unspecified source addressGhanan Gowripalan
2020-01-29Do not spawn a goroutine when calling stack.NDPDispatcher's methodsGhanan Gowripalan
2020-01-29Fix iptables tests that were broken by rename.Kevin Krakauer
2020-01-29Add support for TCP_DEFER_ACCEPT.Bhasker Hariharan
2020-01-29Add plumbing for file locks in VFS2.Dean Deng
2020-01-29sentry: rename SetRSEQInterruptedIP to SetOldRSeqInterruptedIP for arm64Andrei Vagin
2020-01-29Add //pkg/sentry/devices/memdev.Jamie Liu
2020-01-29supporting sError in guest kernel on Arm64Bin Lu
2020-01-28Prevent arbitrary size allocation when sending UDS messages.Dean Deng
2020-01-28Add support for WritableSource in DynamicBytesFileDescriptionImplFabricio Voznika
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Update link address for senders of Neighbor SolicitationsGhanan Gowripalan
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-28Add //pkg/sentry/fsimpl/devtmpfs.Jamie Liu
2020-01-28Include the NDP Source Link Layer option when sending DAD messagesGhanan Gowripalan
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-28Add VFS2 support for epoll.Jamie Liu
2020-01-28netlink: add support for RTM_F_LOOKUP_TABLEJianfeng Tan
2020-01-28Implement an anon_inode equivalent for VFS2.Jamie Liu
2020-01-28Check sigsetsize in rt_sigactionMichael Pratt
2020-01-28Prefer Type& over Type &Michael Pratt
2020-01-27Create platform_util for tests.Adin Scannell
2020-01-27Add a type to represent the NDP Source Link Layer Address optionGhanan Gowripalan
2020-01-27Fix header ordering and format all C++ code.Adin Scannell
2020-01-27Merge pull request #1561 from zhangningdlut:chris_ttygVisor bot
2020-01-27Cleanup glog and add real caller information.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Merge pull request #1676 from majek:marek/FIX-1632-expose-NewPacketConngVisor bot
2020-01-27Fix licenses.Adin Scannell
2020-01-27Update ChecksumVVWithoffset to use unrolled version.Bhasker Hariharan
2020-01-27Update bug number for supporting extended attribute namespaces.Dean Deng
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang