Age | Commit message (Expand) | Author |
2019-10-16 | Do Duplicate Address Detection on permanent IPv6 addresses. | Ghanan Gowripalan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-09 | Internal change. | gVisor bot |
2019-10-03 | Implement proper local broadcast behavior | Chris Kuiper |
2019-09-30 | Fix bugs in PickEphemeralPort for TCP. | Bhasker Hariharan |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
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-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
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-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |
2019-08-02 | Automated rollback of changelist 261191548 | Rahat Mahmood |
2019-08-01 | Implement getsockopt(TCP_INFO). | Rahat Mahmood |
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-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-06-13 | Add support for TCP receive buffer auto tuning. | Bhasker Hariharan |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-05-03 | Implement support for SACK based recovery(RFC 6675). | Bhasker Hariharan |
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-04-26 | Make raw sockets a toggleable feature disabled by default. | Kevin Krakauer |
2019-04-02 | Add a raw socket transport endpoint and use it for raw ICMP sockets. | Kevin Krakauer |
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-28 | Map IPv{4,6} addresses to ethernet addresses | Tamir Duberstein |
2019-02-27 | Ping support via IPv4 raw sockets. | Kevin Krakauer |
2019-02-15 | Implement IP_MULTICAST_IF. | Ian Gudger |
2019-02-07 | Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack. | Ian Gudger |
2018-12-28 | Implement SO_REUSEPORT for TCP and UDP sockets | Andrei Vagin |
2018-12-16 | Allow sending of multicast and IPv6 link-local packets w/o route. | Chris Kuiper |
2018-12-06 | Allow sending of broadcast packets w/o route. | Chris Kuiper |
2018-11-09 | Add an implementation of a SACK scoreboard as per RFC6675. | Bhasker Hariharan |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-28 | Block for link address resolution | Sepehr Raissian |
2018-09-17 | Implement packet forwarding to enable NAT | Tamir Duberstein |
2018-09-12 | Always pass buffer.VectorisedView by value | Tamir Duberstein |
2018-09-12 | Add multicast support | Tamir Duberstein |
2018-09-05 | Implement Subnet removal | Tamir Duberstein |
2018-08-25 | Upstreaming DHCP changes from Fuchsia | Tamir Duberstein |
2018-08-23 | Encapsulate netstack metrics | Ian Gudger |
2018-08-21 | Expose route table | Googler |