summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-08-16Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRefChris Kuiper
2019-08-16Bump rules_go to v0.19.3 and bazel_gazelle to v0.18.1.Nicolas Lacasse
2019-08-16vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.Ayush Ranjan
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-08-15Document source and versioning of the TCPInfo struct.Rahat Mahmood
2019-08-15Don't dereference errors passed to panic()Tamir Duberstein
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-14Add tcpip.AddressWithPrefix.StringTamir Duberstein
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-13Add vfs.DynamicBytesFileDescriptionImpl.Jamie Liu
2019-08-13Fix file mode check in pipeOperationsFabricio Voznika
2019-08-13Add note to name logging mentioning trace logging should be enabled to debug.Ian Gudger
2019-08-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-08-13gonet: Replace NewPacketConn with DialUDP.Ian Gudger
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-13Bump Bazel to v0.28.0Nicolas Lacasse
2019-08-12Handle ENOSPC with a partial write.Nicolas Lacasse
2019-08-12Compute size of struct tcp_info instead of hardcoding it.Rahat Mahmood
2019-08-12Fix netstack build error on non-AMD64.Ian Gudger
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-09Create tests for common.Search().Brett Landau
2019-08-09Add congestion control states to sender.Bhasker Hariharan
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan
2019-08-08ext: Benchmark tests.Ayush Ranjan
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-08Merge pull request #653 from xiaobo55x:devgVisor bot
2019-08-08memfs fixes.Jamie Liu
2019-08-07ext: Seek unit tests.Ayush Ranjan
2019-08-07ext: StatAt unit tests.Ayush Ranjan
2019-08-07ext: Read unit tests.Ayush Ranjan
2019-08-07ext: IterDirent unit tests.Ayush Ranjan
2019-08-07ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations.Ayush Ranjan
2019-08-07Set gofer's OOM score adjustmentFabricio Voznika
2019-08-07Set target address in ARP ReplyTamir Duberstein
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-08-05Alter Dockerfiles to include common.go and use a prebuilt JDK.Samantha Sample
2019-08-05Expand runtimes test suite to include Go, Java, PHP, and Python.Samantha Sample
2019-08-05Change syscall.EPOLLET to unix.EPOLLETHaibo Xu
2019-08-02Remove stale TODOFabricio Voznika
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-08-01Refactor ListTests() to common.Search().Brett Landau