summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp/endpoint_state.go
AgeCommit message (Expand)Author
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