summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint.go
AgeCommit message (Expand)Author
2021-05-22Remove detritusTamir Duberstein
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-13Apply SWS avoidance to ACKs with window updatesMithun Iyer
2021-05-05Fix a race in reading last seen ICMP error during handshakeMithun Iyer
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-10Use the SecureRNG to generate listener noncesTamir Duberstein
2021-04-10Don't store accepted endpoints in a channelTamir Duberstein
2021-04-09Move maxListenBacklog check to sentryMithun Iyer
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-16Fix a race with synRcvdCount and acceptMithun Iyer
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-26Fix panic due to zero length writes in TCP.Bhasker Hariharan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-25Unlock tcp endpoint on zero-length atomic writesTamir Duberstein
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-14Remove impossible errorsTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-12Remove unnecessary closureTamir Duberstein
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-22Move SO_BINDTODEVICE to socketops.Nayana Bidari
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-16Add support to count the number of packets SACKed.Nayana Bidari
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
2020-12-14Move SO_ERROR and SO_OOBINLINE option to socketops.Nayana Bidari
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-02[netstack] Add back EndpointInfo struct in tcp.Ayush Ranjan
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan