summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-09-20Allow waiting for LinkEndpoint worker goroutines to finish.Ian Gudger
2019-09-20fix set hostnameJianfeng Tan
2019-09-20Implement /proc/net/tcp6Jianfeng Tan
2019-09-19Fix p9 integration of flipcall.Jamie Liu
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-19Remove defer from hot path and ensure Atomic is applied consistently.Adin Scannell
2019-09-19Merge pull request #876 from xiaobo55x:hostcpugVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-19Accelerate byte lookup in string with `bytealg/indexbyte`Hang Su
2019-09-18Enable pkg/sentry/hostcpu support on arm64.Haibo Xu
2019-09-18Signalfd supportAdin Scannell
2019-09-18enable syscalls/linux to support arm64Bin Lu
2019-09-18enable kvm/testutil to support arm64Bin Lu
2019-09-17Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-17platform/ptrace: log exit code for stub processesAndrei Vagin
2019-09-17Update remaining users of LinkEndpoints to not refer to them as an ID.Ian Gudger
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-09-12Update p9 to support flipcall.Adin Scannell
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-12Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-09Fix ephemeral port leak.Ian Gudger
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood
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-05Better strace logs for statx.Nicolas Lacasse
2019-09-05Switch from net to unet to open Unix Domain Sockets.Robert Tonic
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-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 data race accessing referencedNetworkEndpoint.kindChris Kuiper
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-29Add limit_host_fd_translation Gofer mount option.Jamie Liu
2019-08-28Export generated linkAddrEntryEntryTamir Duberstein
2019-08-27Populate link address cache at dispatchTamir Duberstein
2019-08-27Fix comment typoMichael Pratt
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-27First pass at implementing Unix Domain Socket support. No tests.Robert Tonic