Age | Commit message (Expand) | Author |
2019-12-06 | Do IPv6 Stateless Address Auto-Configuration (SLAAC) | Ghanan Gowripalan |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-12 | Discover on-link prefixes from Router Advertisements' Prefix Information options | Ghanan Gowripalan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-11-06 | Validate incoming NDP Router Advertisements, as per RFC 4861 section 6.1.2 | Ghanan Gowripalan |
2019-10-30 | Deep copy dispatcher views. | Kevin Krakauer |
2019-10-28 | Use the user supplied TCP MSS when creating a new active socket | Ghanan Gowripalan |
2019-10-24 | Use interface-specific NDP configurations instead of the stack-wide default. | Ghanan Gowripalan |
2019-10-23 | Inform netstack integrator when Duplicate Address Detection completes | Ghanan Gowripalan |
2019-10-22 | Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent | Ghanan Gowripalan |
2019-10-22 | Auto-generate an IPv6 link-local address based on the NIC's MAC Address. | Ghanan Gowripalan |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-18 | Store primary endpoints in a slice | Tamir Duberstein |
2019-10-18 | Remove restrictions on the sending address | Tamir Duberstein |
2019-10-16 | Do Duplicate Address Detection on permanent IPv6 addresses. | Ghanan Gowripalan |
2019-10-15 | Set NDP hop limit in accordance with RFC 4861 | Tamir Duberstein |
2019-10-03 | Implement proper local broadcast behavior | Chris Kuiper |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-24 | Return only primary addresses in Stack.NICInfo() | Chris Kuiper |
2019-09-17 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-12 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-09 | Join IPv6 all-nodes and solicited-node multicast addresses where appropriate. | Ghanan Gowripalan |
2019-09-04 | Handle subnet and broadcast addresses correctly with NIC.subnets | Chris Kuiper |
2019-09-03 | Make UDP traceroute work. | Bhasker Hariharan |
2019-08-30 | Fix data race accessing referencedNetworkEndpoint.kind | Chris Kuiper |
2019-08-27 | Populate link address cache at dispatch | Tamir Duberstein |
2019-08-26 | Prevent a network endpoint to send/rcv if its address was removed | Chris Kuiper |
2019-08-16 | Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRef | Chris Kuiper |
2019-07-30 | Pass ProtocolAddress instead of its fields | Tamir Duberstein |
2019-07-24 | Add support for a subnet prefix length on interface network addresses | Chris Kuiper |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-22 | UDP and TCP raw socket support. | Kevin Krakauer |
2019-05-02 | Support reception of multicast data on more than one socket | Chris Kuiper |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-03-28 | netstack/fdbased: add generic segmentation offload (GSO) support | Andrei Vagin |
2019-03-19 | Add layer 2 stats (tx, rx) X (packets, bytes) to netstack | Bert Muthalaly |
2019-03-12 | Make HandleLocal apply to all non-loopback interfaces. | Ian Gudger |
2019-03-08 | Implement IP_MULTICAST_LOOP. | Ian Gudger |
2019-02-27 | Ping support via IPv4 raw sockets. | Kevin Krakauer |
2019-02-26 | Use more conservative locking in NIC.DeliverNetworkPacket | Amanda Tait |
2019-02-25 | Fix race condition in NIC.DeliverNetworkPacket | Amanda Tait |
2019-02-20 | Implement Broadcast support | Amanda Tait |
2019-01-29 | Fix NIC endpoint forwarding. | Ian Gudger |
2018-12-04 | Remove incorrect code and improve testing of Stack.GetMainNICAddress | Chris Kuiper |
2018-11-14 | Rename incorrectly named (dst, src) arguments in DeliverNetworkPacket prototype | Bert Muthalaly |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-19 | Pass local link address to DeliverNetworkPacket | Bert Muthalaly |
2018-09-17 | Implement packet forwarding to enable NAT | Tamir Duberstein |
2018-09-12 | Always pass buffer.VectorisedView by value | Tamir Duberstein |