Age | Commit message (Expand) | Author |
2018-09-26 | Use the ICMP target address in responses | Tamir Duberstein |
2018-09-26 | Export ipv6 address helpers | Tamir Duberstein |
2018-09-21 | Remove unnecessary defer | Ian Gudger |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-21 | Extend tcpip.Address.String to ipv6 addresses | Tamir Duberstein |
2018-09-21 | Deflake TestSimpleReceive | Tamir Duberstein |
2018-09-21 | Export read-only tcpip.Subnet.Mask | Tamir Duberstein |
2018-09-19 | Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).Read | Ian Gudger |
2018-09-19 | Pass local link address to DeliverNetworkPacket | Bert Muthalaly |
2018-09-19 | Fix RTT estimation when timestamp option is enabled. | Bhasker Hariharan |
2018-09-18 | Short-circuit Readdir calls on overlay files when the dirent is frozen. | Nicolas Lacasse |
2018-09-18 | Increase state test timeout | Michael Pratt |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-09-18 | Provide better message when memfd_create fails with ENOSYS | Fabricio Voznika |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | Prevent TCP connect from picking bound ports | Tamir Duberstein |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-17 | Add empty .s file to allow `//go:linkname` | Tamir Duberstein |
2018-09-17 | Implement packet forwarding to enable NAT | Tamir Duberstein |
2018-09-17 | Allow NULL data in mount(2) | Michael Pratt |
2018-09-14 | Avoid reuse of pending SignalInfo objects | newmanwang |
2018-09-14 | Remove buffer.Prependable.UsedBytes | Tamir Duberstein |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-14 | Pass buffer.Prependable by value | Tamir Duberstein |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |
2018-09-13 | platform/kvm: Get max vcpu number dynamically by ioctl | Chenggang |
2018-09-13 | Plumb monotonic time to netstack | Ian Gudger |
2018-09-13 | Extend memory usage events to report mapped memory usage. | Rahat Mahmood |
2018-09-13 | Format struct itimerspec | Michael Pratt |
2018-09-13 | initArgs must hold a reference on the Root if it is not nil. | Nicolas Lacasse |
2018-09-12 | Always pass buffer.VectorisedView by value | Tamir Duberstein |
2018-09-12 | Add multicast support | Tamir Duberstein |
2018-09-12 | compressio: stop worker-pool reference / dependency loop. | Zhaozhong Ni |
2018-09-12 | runsc: Add exec flag that specifies where to save the sandbox-internal pid. | Kevin Krakauer |
2018-09-12 | Prevent UDP sockets from binding to bound ports | Tamir Duberstein |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-10 | Map committed chunks concurrently in FileMem.LoadFrom. | Jamie Liu |
2018-09-10 | Allow '/dev/zero' to be mapped with unaligned length | Fabricio Voznika |
2018-09-10 | Simplify some code in VectorisedView#ToView. | Bert Muthalaly |
2018-09-07 | Update cleanup TODO | Michael Pratt |
2018-09-07 | runsc: Support multi-container exec. | Nicolas Lacasse |
2018-09-07 | Add 'Starting gVisor...' message to syslog | Fabricio Voznika |
2018-09-07 | Add additional sanity checks for walk. | Adin Scannell |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-07 | Continue handling signals after disabling forwarding | Michael Pratt |
2018-09-06 | createProcessArgs.RootFromContext should return process Root if it exists. | Nicolas Lacasse |
2018-09-05 | Fix race condition introduced in 211135505 | Tamir Duberstein |
2018-09-05 | Imported FD in exec was leaking | Fabricio Voznika |