summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp/udp_test.go
AgeCommit message (Expand)Author
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-10-14Internal change.gVisor bot
2019-10-09Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-21Support binding to multicast and broadcast addressesChris Kuiper
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-07-24Add support for a subnet prefix length on interface network addressesChris Kuiper
2019-07-19Handle interfaceAddr and NIC options separately for IP_MULTICAST_IFChris Kuiper
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-29Fix incorrect checksums in TCP and UDP tests.Bhasker Hariharan
2019-03-26netstack: Don't exclude length when a pseudo-header checksum is calculatedAndrei Vagin
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-09-12Add multicast supportTamir Duberstein
2018-09-12Prevent UDP sockets from binding to bound portsTamir Duberstein
2018-08-27Add various statisticsTamir Duberstein
2018-08-01Move stack clock to options structIan Gudger
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-05-17Fix sendto for dual stack UDP socketsIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler