Age | Commit message (Expand) | Author |
2021-02-02 | Add support for rate limiting out of window ACKs. | Bhasker Hariharan |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-28 | RACK: Update reorder window. | Nayana Bidari |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
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-25 | Unlock tcp endpoint on zero-length atomic writes | Tamir Duberstein |
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-14 | Remove impossible errors | Tamir Duberstein |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
2021-01-12 | Drop TransportEndpointID from HandleControlPacket | Ghanan Gowripalan |
2021-01-12 | Remove unnecessary closure | Tamir Duberstein |
2021-01-12 | [rack] Set up TLP timer and configure timeout. | Ayush Ranjan |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
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 | Add support to count the number of packets SACKed. | Nayana Bidari |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-02 | [netstack] Add back EndpointInfo struct in tcp. | Ayush Ranjan |
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-19 | Perform IGMPv2 when joining IPv4 multicast groups | Ryan Heacock |
2020-11-19 | Require sync.Mutex to lock and unlock from the same goroutine | Michael Pratt |
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_PASSCRED option to SocketOptions. | Ayush Ranjan |
2020-11-17 | Fix endpoint.Read() when endpoint is in StateError. | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Automated rollback of changelist 340274194 | Dean Deng |
2020-11-13 | RACK: Detect DSACK | Nayana Bidari |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-11-02 | Automated rollback of changelist 339945377 | Dean Deng |
2020-10-30 | Automated rollback of changelist 339750876 | Dean Deng |
2020-10-29 | Automated rollback of changelist 339675182 | Dean Deng |
2020-10-29 | Fix TCP wildcard bind failure when netstack is v6 only | Ting-Yu Wang |
2020-10-29 | Delay goroutine creation during TCP handshake for accept/connect. | Dean Deng |
2020-10-23 | Support getsockopt for SO_ACCEPTCONN. | Nayana Bidari |
2020-10-09 | TCP Receive window advertisement fixes. | Bhasker Hariharan |
2020-10-09 | RACK: Detect packet reordering. | Nayana Bidari |
2020-09-30 | ip6tables: redirect support | Kevin Krakauer |
2020-09-28 | Fix lingering of TCP socket in the initial state. | Nayana Bidari |