Age | Commit message (Expand) | Author |
2021-05-27 | Support SO_BINDTODEVICE in ICMP sockets | Sam Balana |
2021-05-27 | Use fake clocks in all tests | Tamir Duberstein |
2021-05-26 | Use the stack RNG everywhere | Tamir Duberstein |
2021-05-25 | Use opaque types to represent time | Tamir Duberstein |
2021-05-22 | Remove detritus | Tamir Duberstein |
2021-05-21 | Add aggregated NIC stats | Arthur Sfez |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-20 | Expose header methods that validate checksums | Arthur Sfez |
2021-04-15 | Use nicer formatting for IP addresses in tests | Kevin Krakauer |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-17 | Do not use martian loopback packets in tests | Ghanan Gowripalan |
2021-03-11 | improve readability of ports package | Kevin Krakauer |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-02-08 | Allow UDP sockets connect()ing to port 0 | Zeling Feng |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-31 | Hide neighbor table kind from NetworkEndpoint | Ghanan Gowripalan |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-28 | Respect SO_BINDTODEVICE in unconnected UDP writes | Marina Ciocea |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
2021-01-26 | Fix couple of potential route leaks. | Bhasker Hariharan |
2021-01-26 | Drop nicID from transport endpoint reg/cleanup fns | Ghanan Gowripalan |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-15 | Remove count argument from tcpip.Endpoint.Read | Tamir Duberstein |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
2021-01-13 | Clean up the dummy network interface used by UDP tests | Arthur Sfez |
2021-01-12 | Drop TransportEndpointID from HandleControlPacket | Ghanan Gowripalan |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2020-12-22 | Move SO_BINDTODEVICE to socketops. | Nayana Bidari |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-16 | Automated rollback of changelist 346565589 | gVisor bot |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-09 | Cap UDP payload size to length informed in UDP header | Bruno Dal Bo |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-11-30 | Fix deadlock in UDP handleControlPacket path. | Bhasker Hariharan |
2020-11-26 | [netstack] Add SOL_TCP options to SocketOptions. | Ayush Ranjan |
2020-11-25 | [netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions. | Ayush Ranjan |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-18 | [netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_NO_CHECK option to SocketOptions. | Ayush Ranjan |
2020-11-18 | Fix loopback subnet routing error | Ghanan Gowripalan |