summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
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-17Add per-sniffer instance log prefixBruno Dal Bo
2020-11-17Fix possible deadlock in UDP.Write().Bhasker Hariharan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-16Clean up fragmentation.ProcessToshi Kikuchi
2020-11-16Automated rollback of changelist 342312166Bhasker Hariharan
2020-11-16Automated rollback of changelist 340274194Dean Deng
2020-11-13Requested Comment/Message wording changesJulian Elischer
2020-11-13RACK: Detect DSACKNayana Bidari
2020-11-13Decrement TTL/Hop Limit when forwarding IP packetsGhanan Gowripalan
2020-11-13Refactor loss recovery in TCP.Nayana Bidari
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Change AllocationSize to SizeWithPadding as requestedJulian Elischer
2020-11-12Pad with a loop rather than a copy from an allocation.Julian Elischer
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-09Skip `EventHUp` notify in `FIN_WAIT2` on a socket close.Mithun Iyer
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Trim link headers from buffer clone when sniffingGhanan Gowripalan
2020-11-06Return early in walkSACK if segment has no SACK blocks.Bhasker Hariharan
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-11-04Unlock tcp endpoint mutex before blocking forever.Dean Deng
2020-11-03Release mutex before blocking during TCP handshake route resolution.Dean Deng
2020-11-02Send NUD probes in a separate gorountineSam Balana
2020-11-02Automated rollback of changelist 339945377Dean Deng
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Make RedirectTarget thread safeKevin Krakauer