summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp
AgeCommit message (Expand)Author
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
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-17Fix possible deadlock in UDP.Write().Bhasker Hariharan
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-11Teach netstack how to add options to IPv4 packetsJulian Elischer
2020-11-06Do not send to the zero portGhanan Gowripalan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-27Add support for Timestamp and RecordRoute IP optionsJulian Elischer
2020-10-27Wake up any waiters on an ICMP error on UDP socket.Bhasker Hariharan
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-11Assign ep.effectiveNetProtos in UDP forwarder's CreateEndpointpatr0nus
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-05Fix IPv4 ICMP echo handler to copy optionsJulian Elischer
2020-09-29Don't allow broadcast/multicast source addressGhanan Gowripalan
2020-09-29Discard IP fragments as soon as it expiresToshi Kikuchi
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-24Remove useless endpoint constructionTamir Duberstein
2020-09-23Extract ICMP error sender from UDPJulian Elischer
2020-09-18Use common parsing utilities when sniffingGhanan Gowripalan
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-15Don't conclude broadcast from route destinationGhanan Gowripalan
2020-09-14Store multicast memberships in a setTamir Duberstein
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-25Only send an ICMP error message if UDP checksum is valid.Toshi Kikuchi
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-20Skip listening TCP ports when trying to bind a free port.Bhasker Hariharan
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-10Populate IPPacketInfo with destination addressGhanan Gowripalan
2020-08-08Use unicast source for ICMP echo repliesGhanan Gowripalan
2020-07-30Use brodcast MAC for broadcast IPv4 packetsGhanan Gowripalan