summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp/endpoint_state.go
AgeCommit message (Expand)Author
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
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
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
2020-11-25[netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions.Ayush Ranjan
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-09-14Store multicast memberships in a setTamir Duberstein
2020-05-20Internal change.gVisor bot
2020-03-03Fix datarace on TransportEndpointInfo.ID and clean up semantics.Ian Gudger
2019-11-22Store SO_BINDTODEVICE state at bind.Ian Gudger
2019-10-09Internal change.gVisor bot
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-08-15Don't dereference errors passed to panic()Tamir Duberstein
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-12Prevent UDP sockets from binding to bound portsTamir Duberstein
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-05-17Fix sendto for dual stack UDP socketsIan Gudger
2018-05-01Add support for ping socketsIan Gudger
2018-04-28Check in gVisor.Googler