Age | Commit message (Expand) | Author |
2021-01-22 | Pass RouteInfo to the route resolve callback | Ghanan Gowripalan |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-22 | Avoid atomic operations in kcov processing. | Dean Deng |
2021-01-21 | Resolve static link addresses in GetLinkAddress | Ghanan Gowripalan |
2021-01-21 | iptables: support matching the input interface name | Toshi Kikuchi |
2021-01-21 | Only use callback for GetLinkAddress | Ghanan Gowripalan |
2021-01-21 | Do not cache remote link address in Route | Ghanan Gowripalan |
2021-01-21 | Queue packets in WritePackets when resolving link address | Ghanan Gowripalan |
2021-01-21 | Populate EgressRoute, GSO, Netproto in NIC | Ghanan Gowripalan |
2021-01-20 | Update splice syscall documentation. | Dean Deng |
2021-01-20 | Remove unimplemented message for SO_LINGER | Nayana Bidari |
2021-01-20 | Don't use task goroutine context in fsimpl tests. | Jamie Liu |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-20 | Fix refcount increments in gofer.filesystem.Sync. | Jamie Liu |
2021-01-20 | Remove string allocation from strings.Repeat() in /proc/[pid]/maps. | Jamie Liu |
2021-01-20 | Change the way the IP options report problems | Julian Elischer |
2021-01-20 | rewrite diff check to match example in cmp.Diff docs | Michaël Lévesque-Dion |
2021-01-19 | Do not have a stack-wide linkAddressCache | Ghanan Gowripalan |
2021-01-19 | platform/ptrace: workaround a kernel ptrace issue on ARM64 | Andrei Vagin |
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez |
2021-01-19 | Drop CheckLocalAddress from LinkAddressCache | Ghanan Gowripalan |
2021-01-17 | Do not use a stack-wide queue of pending packets | Ghanan Gowripalan |
2021-01-15 | Resolve known link address on route creation | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2021-01-15 | Only pass stack.Route's fields to LinkEndpoints | Ghanan Gowripalan |
2021-01-15 | Remove count argument from tcpip.Endpoint.Read | Tamir Duberstein |
2021-01-15 | [rack] Retransmit the probe segment after the probe timer expires. | Ayush Ranjan |
2021-01-15 | Correctly return EMSGSIZE when packet is too big in raw socket. | Ting-Yu Wang |
2021-01-15 | Populate EgressRoute, GSO, Netproto for batch writes | Ghanan Gowripalan |
2021-01-15 | Combine reference count logs into one message. | Dean Deng |
2021-01-15 | Add sanity check on return values from Write | Ting-Yu Wang |
2021-01-15 | Merge pull request #5237 from travigd:add-containerd-pause | gVisor bot |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-14 | Add stats for ARP | Arthur Sfez |
2021-01-14 | Check for existence before permissions | Fabricio Voznika |
2021-01-14 | Remove impossible errors | Tamir Duberstein |
2021-01-13 | Clear neighbor table on NIC down | Ghanan Gowripalan |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
2021-01-13 | Switch uses of os.Getenv that check for empty string to os.LookupEnv. | Dean Deng |
2021-01-13 | testutil: Create a `multiLogger` that logs to multiple `Loggers`. | Etienne Perot |
2021-01-13 | Fix code review issues | Travis DePrato |
2021-01-13 | Add support for pause/restore in containerd shim | Travis DePrato |
2021-01-13 | Merge pull request #4792 from lubinszARM:pr_kvm_test | gVisor bot |
2021-01-13 | Clean up the dummy network interface used by UDP tests | Arthur Sfez |
2021-01-13 | Human-readable metric emit logs | Michael Pratt |
2021-01-13 | [rack] TLP: Recovery detection. | Ayush Ranjan |
2021-01-12 | Drop TransportEndpointID from HandleControlPacket | Ghanan Gowripalan |
2021-01-12 | Remove unnecessary closure | Tamir Duberstein |
2021-01-12 | Remove useless cached state | Tamir Duberstein |