summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
2020-11-30Ensure containerd is used from installed location.Adin Scannell
2020-11-27Don't add a temporary address to send DAD/RS packetsGhanan Gowripalan
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-25Support listener-side MLDv1Ghanan Gowripalan
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
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-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-23Don't evict gofer.dentries with inotify watches before saving.Jamie Liu
2020-11-23Fix link against runtime.goyield.Adin Scannell
2020-11-23Fail gracefully if Docker is not configured with ipv6.Adin Scannell
2020-11-20Refactor verity test for readabilityChong Cai
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-18Port filesystem metrics to VFS2.Jamie Liu
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-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-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
2020-11-17fs/fuse: don't dereference fuse.DeviceFD.fs if it is nilAndrei Vagin
2020-11-17Allow short writes from gofers.Nicolas Lacasse
2020-11-17tmpfs: make sure that a dentry will not be destroyed before the open() callAndrei Vagin
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-17Add per-sniffer instance log prefixBruno Dal Bo
2020-11-17Add consistent precondition formatting for verityChong Cai
2020-11-17Merge pull request #4836 from lubinszARM:pr_exception_el0_el1gVisor bot