summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-11Fix panic when IPv4 address is used in sendmsg for IPv6 socketsNayana Bidari
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-12-09[netstack] Make tcpip.Error savable.Ayush Ranjan
2020-12-09Do not perform IGMP/MLD on loopback interfacesGhanan Gowripalan
2020-12-09Cap UDP payload size to length informed in UDP headerBruno Dal Bo
2020-12-09export MountTempDirectoryZeling Feng
2020-12-07Export IGMP statsArthur Sfez
2020-12-07Remove stale commentSam Balana
2020-12-05Fix zero receive window advertisements.Mithun Iyer
2020-12-04Remove stack.ReadOnlyAddressableEndpointStateGhanan Gowripalan
2020-12-04Introduce IPv4 options serializer and add RouterAlert to IGMPBruno Dal Bo
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-12-03Support partitions for other tests.Adin Scannell
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-12-02Abandon reassembly of a packet if fragments overlapArthur Sfez
2020-12-02[netstack] Add back EndpointInfo struct in tcp.Ayush Ranjan
2020-12-01Deflake stack_test.TestRouterSolicitationGhanan Gowripalan
2020-12-01Correctly lock when listing neighbor entriesGhanan Gowripalan
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
2020-11-30Add more fragment reassembly testsToshi Kikuchi
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
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-24Deduplicate code in ipv6.protocolGhanan Gowripalan
2020-11-23Use time.Duration for IGMP Max Response Time fieldGhanan Gowripalan
2020-11-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
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[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18Remove unused methods from stack.RouteGhanan Gowripalan
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