summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp
AgeCommit message (Expand)Author
2021-08-13Free multicastMemberships on UDP endpoint closeGhanan Gowripalan
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-05-27Support SO_BINDTODEVICE in ICMP socketsSam Balana
2021-05-27Use fake clocks in all testsTamir Duberstein
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-20Expose header methods that validate checksumsArthur Sfez
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-17Do not use martian loopback packets in testsGhanan Gowripalan
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-28Respect SO_BINDTODEVICE in unconnected UDP writesMarina Ciocea
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Fix couple of potential route leaks.Bhasker Hariharan
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-13Clean up the dummy network interface used by UDP testsArthur Sfez
2021-01-12Drop TransportEndpointID from HandleControlPacketGhanan Gowripalan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
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-16Automated rollback of changelist 346565589gVisor bot
2020-12-14Move SO_LINGER option to socketops.Nayana Bidari
2020-12-12Introduce IPv6 extension header serialization facilitiesBruno Dal Bo
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-12-09Cap UDP payload size to length informed in UDP headerBruno Dal Bo
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
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-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan