summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-09-09Join IPv6 all-nodes and solicited-node multicast addresses where appropriate.Ghanan Gowripalan
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-06Indicate flipcall synchronization to the Go race detector.Jamie Liu
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-09-05Better strace logs for statx.Nicolas Lacasse
2019-09-05Merge pull request #809 from google:amscanne-patch-1gVisor bot
2019-09-05Fix bug in proc_test.Bhasker Hariharan
2019-09-05Deflake aio_test.Jamie Liu
2019-09-04Allow non-unique group IDs in bazel docker containersIan Lewis
2019-09-04Fix build when no tags are presentAdin Scannell
2019-09-04Run proc_net tests.Ian Gudger
2019-09-04Resolve flakes with TestMultiContainerDestroyFabricio Voznika
2019-09-04Fix continuous build breakageAdin Scannell
2019-09-04Fix RST generation bugs.Bhasker Hariharan
2019-09-04Handle subnet and broadcast addresses correctly with NIC.subnetsChris Kuiper
2019-09-03Impose order on test scripts.Adin Scannell
2019-09-03Validate IPv6 Hop Limit field for received NDP packetsGhanan Gowripalan
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-09-03Ensure that flipcall.Endpoint.Shutdown() shuts down inactive peers.Jamie Liu
2019-09-03Merge pull request #782 from xiaobo55x:pkg_rawfilegVisor bot
2019-09-02Remove duplicated file in pkg/tcpip/link/rawfile.Haibo Xu
2019-08-30Remove support for non-incremental mapped accounting.Jamie Liu
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Fix async-signal-unsafety in MlockallTest_Future.Jamie Liu
2019-08-30Fix data race accessing referencedNetworkEndpoint.kindChris Kuiper
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika
2019-08-30Update image to install docker and fix permissionsAdin Scannell
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-08-29Handle new representation of abstract UDS paths.Rahat Mahmood
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-29Compile procter binaries during image creation.Nicolas Lacasse
2019-08-29Internal change.gVisor bot
2019-08-29Add limit_host_fd_translation Gofer mount option.Jamie Liu
2019-08-29Don't log an error when stopping the container if it is not running.Nicolas Lacasse
2019-08-29Internal change.Adin Scannell
2019-08-28Fix permissions on .ssh filesAdin Scannell
2019-08-28Fix kokoro image build scriptsAdin Scannell
2019-08-28Export generated linkAddrEntryEntryTamir Duberstein
2019-08-27kokoro: Add scripts to rebuild images.Adin Scannell
2019-08-27Populate link address cache at dispatchTamir Duberstein
2019-08-27Fix pwritev2 flaky test.Zach Koopmans
2019-08-27Fix comment typoMichael Pratt
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-26Don't lose test output.Adin Scannell
2019-08-26netstack/tcp: Add LastAck transition.Rahat Mahmood
2019-08-26Add support for Intel cache CPUID leafsMichael Pratt
2019-08-26Internal change.gVisor bot