summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-20Fix refcount increments in gofer.filesystem.Sync.Jamie Liu
2021-01-20Remove string allocation from strings.Repeat() in /proc/[pid]/maps.Jamie Liu
2021-01-20Change the way the IP options report problemsJulian Elischer
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-19Ensure that IP{V6}_RECVORIGDSTADDR yields the post-NAT address and port.Kevin Krakauer
2021-01-19Drop CheckLocalAddress from LinkAddressCacheGhanan Gowripalan
2021-01-19[infra] Attempt to fix Kokoro image workflow.Ayush Ranjan
2021-01-17Do not use a stack-wide queue of pending packetsGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-15[rack] Retransmit the probe segment after the probe timer expires.Ayush Ranjan
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2021-01-15Populate EgressRoute, GSO, Netproto for batch writesGhanan Gowripalan
2021-01-15Add fsstress testsFabricio Voznika
2021-01-15Combine reference count logs into one message.Dean Deng
2021-01-15Support TEST_PREMATURE_EXIT_FILE in syscall testsFabricio Voznika
2021-01-15Add sanity check on return values from WriteTing-Yu Wang
2021-01-15Add tests for cases of ARP failures on TCP connectMithun Iyer
2021-01-15Merge pull request #5237 from travigd:add-containerd-pausegVisor bot
2021-01-14Simplify the pipe implementation.Jamie Liu
2021-01-14Don't run profiles on runc.Zach Koopmans
2021-01-14Add stats for ARPArthur Sfez
2021-01-14Check for existence before permissionsFabricio Voznika
2021-01-14Remove impossible errorsTamir Duberstein
2021-01-13Clear neighbor table on NIC downGhanan Gowripalan
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-13testutil: Create a `multiLogger` that logs to multiple `Loggers`.Etienne Perot
2021-01-13Fix code review issuesTravis DePrato
2021-01-13Add support for pause/restore in containerd shimTravis DePrato
2021-01-13Merge pull request #4792 from lubinszARM:pr_kvm_testgVisor bot
2021-01-13Split container tests from unit tests.Adin Scannell
2021-01-13Clean up the dummy network interface used by UDP testsArthur Sfez
2021-01-13Fix minor typosMichael Pratt
2021-01-13Human-readable metric emit logsMichael Pratt
2021-01-13[rack] TLP: Recovery detection.Ayush Ranjan
2021-01-12Don't remove release directory.Adin Scannell
2021-01-12Fix Go branch building.Adin Scannell
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-12Remove unnecessary closureTamir Duberstein
2021-01-12Remove useless cached stateTamir Duberstein
2021-01-12Delete shim v1Fabricio Voznika
2021-01-12Drop shutdown in docker run.Adin Scannell
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell