Age | Commit message (Expand) | Author |
2021-09-15 | Pass address properties in a single struct | Tony Gong |
2021-08-24 | Measure RTT during handshake since Linux does the same | Zeling Feng |
2021-08-19 | Use a hash function to generate tcp timestamp offset | Zeling Feng |
2021-07-12 | netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip | Kevin Krakauer |
2021-05-03 | Convey GSO capabilities through GSOEndpoint | Ghanan Gowripalan |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-09 | Give TCP flags a dedicated type | Zeling Feng |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-11-25 | [netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions. | Ayush Ranjan |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-10-29 | Fix TCP wildcard bind failure when netstack is v6 only | Ting-Yu Wang |
2020-10-27 | Add support for Timestamp and RecordRoute IP options | Julian Elischer |
2020-10-09 | RACK: Detect packet reordering. | Nayana Bidari |
2020-09-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-24 | Change segment/pending queue to use receive buffer limits. | Bhasker Hariharan |
2020-09-23 | Extract ICMP error sender from UDP | Julian Elischer |
2020-09-16 | Receive broadcast packets on interested endpoints | Ghanan Gowripalan |
2020-09-08 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-02 | Fix Accept to not return error for sockets in accept queue. | Bhasker Hariharan |
2020-08-27 | Add function to get error from a tcpip.Endpoint | Ghanan Gowripalan |
2020-08-14 | Give the ICMP Code its own type | Julian Elischer |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-07-27 | Fix memory accounting in TCP pending segment queue. | Bhasker Hariharan |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |
2020-06-18 | Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets. | Bhasker Hariharan |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-04-14 | Reduce flakiness in tcp_test. | Bhasker Hariharan |
2020-04-08 | Remove lostcancel warnings. | Adin Scannell |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-02-27 | Fix a race in TCP endpoint teardown and teardown the stack in tcp_test. | Ian Gudger |
2020-01-31 | Use multicast Ethernet address for multicast NDP | Ghanan Gowripalan |
2020-01-27 | Refactor to hide C from channel.Endpoint. | Ting-Yu Wang |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-08 | Introduce tcpip.SockOptBool | Tamir Duberstein |
2020-01-08 | Combine various Create*NIC methods into CreateNICWithOptions. | Bert Muthalaly |
2019-12-06 | Fix flakiness in tcp_test. | Bhasker Hariharan |
2019-11-28 | Test handling segments on completed but not yet accepted TCP connections | Ghanan Gowripalan |
2019-11-23 | Cleanup visibility. | Adin Scannell |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-12 | Do not handle TCP packets that include a non-unicast IP address | Ghanan Gowripalan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-03 | Make UDP traceroute work. | Bhasker Hariharan |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |