summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp
AgeCommit message (Expand)Author
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-04-18tcpip/transport/udp: add Forwarder typeBen Burkert
2019-04-09Add TCP checksum verification.Bhasker Hariharan
2019-04-02Add a raw socket transport endpoint and use it for raw ICMP sockets.Kevin Krakauer
2019-03-29Fix incorrect checksums in TCP and UDP tests.Bhasker Hariharan
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-03-26netstack: Don't exclude length when a pseudo-header checksum is calculatedAndrei Vagin
2019-03-13Remove unused function.Kevin Krakauer
2019-03-08Validate multicast addresses in multicast group operations.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-15Move SO_TIMESTAMP from different transport endpoints to epsocket.Kevin Krakauer
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-01-31Remove license commentsMichael Pratt
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
2018-10-23Remove blanket TODO, as it is self-evident.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-21Remove unnecessary deferIan Gudger
2018-09-14Pass buffer.Prependable by valueTamir Duberstein
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-09-05Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedViewBert Muthalaly
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-27Add various statisticsTamir Duberstein
2018-08-07Netstack doesn't handle sending after SHUT_WR correctly.Brian Geffon
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Move stack clock to options structIan Gudger
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-09Notify UDP and Ping endpoints on closeIan Gudger
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-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler