summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-25[3/3] Support isolated containers for parallel packetimpact testsZeling Feng
2020-11-24[2/3] Support isolated containers for parallel packetimpact testsZeling Feng
2020-11-24Correctly lock when removing neighbor entriesSam Balana
2020-11-24Report correct pointer value for "bad next header" ICMP errorJulian Elischer
2020-11-24Track number of packets queued to Failed neighborsSam Balana
2020-11-24Fix a potential indefinite blocking in packetimpact testbenchZeling Feng
2020-11-24Extract IGMPv2 core state machineGhanan Gowripalan
2020-11-24Remove outdated TODO.Dean Deng
2020-11-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-23Use time.Duration for IGMP Max Response Time fieldGhanan Gowripalan
2020-11-23[1/3] Support isolated containers for parallel packetimpact testsZeling Feng
2020-11-23Don't evict gofer.dentries with inotify watches before saving.Jamie Liu
2020-11-23Fix bad Makefile variable reference.Adin Scannell
2020-11-23Clean up build output.Adin Scannell
2020-11-23Fix link against runtime.goyield.Adin Scannell
2020-11-23Fail gracefully if Docker is not configured with ipv6.Adin Scannell
2020-11-23Omit sandbox from chown test.Adin Scannell
2020-11-23Ignore permission failures in CheckDuplicatesRecursively.Adin Scannell
2020-11-23Don't rely on HOME for tools/go_branch.shAdin Scannell
2020-11-20Refactor verity test for readabilityChong Cai
2020-11-19Internal change.gVisor bot
2020-11-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
2020-11-19Remove racy stringification of socket fds from /proc/net/*.Rahat Mahmood
2020-11-19Add a helpful message in stuck task logs.Dean Deng
2020-11-19Add types to parse MLD messagesGhanan Gowripalan
2020-11-19Fix possible panic due to bad data.Julian Elischer
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-19Require sync.Mutex to lock and unlock from the same goroutineMichael Pratt
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-19Remove unused NoChecksumOptionBruno Dal Bo
2020-11-19Fix some code not using NewPacketBuffer for creating a PacketBuffer.Ting-Yu Wang
2020-11-18[vfs] kernfs: Do not panic if destroyed dentry is cached.Ayush Ranjan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18Remove unused methods from stack.RouteGhanan Gowripalan
2020-11-18runsc: check whether cgroup exists or not for each controllerAndrei Vagin
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-11-18Fix race condition in multi-container wait testFabricio Voznika
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18Automated rollback of changelist 342700744Nayana Bidari
2020-11-18[netstack] Move SO_NO_CHECK option to SocketOptions.Ayush Ranjan
2020-11-18Remove the redundant containerIP parameterZeling Feng
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-11-18Merge pull request #4791 from lubinszARM:pr_pt_uppergVisor bot
2020-11-18Add a few syslog messages.Etienne Perot
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-18Remove outdated nogo exception.Dean Deng
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-11-17Remove sniffer from gonet_test.Bhasker Hariharan
2020-11-17Fix endpoint.Read() when endpoint is in StateError.Bhasker Hariharan
2020-11-17Merge pull request #4840 from lubinszARM:pr_fpsimd_1gVisor bot