Age | Commit message (Expand) | Author |
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 |
2018-08-08 | Basic support for ip link/addr and ifconfig | Fabricio Voznika |
2018-08-08 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-08-07 | Adds support to dump out cubic internal state. | Bhasker Hariharan |
2018-08-01 | Move stack clock to options struct | Ian Gudger |
2018-07-11 | Automated rollback of changelist 203157739 | Bhasker Hariharan |
2018-07-09 | Switch netstack licenses to Apache 2.0. | Nicolas Lacasse |
2018-07-03 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-05-22 | sentry: Add simple SIOCGIFFLAGS support (IFF_RUNNING and IFF_PROMIS). | Kevin Krakauer |
2018-05-03 | Fix misspellings. | Cyrille Hemidy |
2018-05-01 | Implement SO_TIMESTAMP | Ian Gudger |
2018-04-28 | Check in gVisor. | Googler |