Age | Commit message (Expand) | Author |
2020-12-05 | Fix zero receive window advertisements. | Mithun Iyer |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-12-02 | Extract ICMPv4/v6 specific stats to their own types | Arthur Sfez |
2020-12-02 | [netstack] Add back EndpointInfo struct in tcp. | Ayush Ranjan |
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-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 | Automated rollback of changelist 342700744 | Nayana Bidari |
2020-11-18 | [netstack] Move SO_NO_CHECK option to SocketOptions. | Ayush Ranjan |
2020-11-18 | Fix loopback subnet routing error | Ghanan Gowripalan |
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 possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Automated rollback of changelist 342312166 | Bhasker Hariharan |
2020-11-16 | Automated rollback of changelist 340274194 | Dean Deng |
2020-11-13 | RACK: Detect DSACK | Nayana Bidari |
2020-11-13 | Refactor loss recovery in TCP. | Nayana Bidari |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-11-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |
2020-11-06 | Return early in walkSACK if segment has no SACK blocks. | Bhasker Hariharan |
2020-11-06 | Do not send to the zero port | Ghanan Gowripalan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-11-04 | Unlock tcp endpoint mutex before blocking forever. | Dean Deng |
2020-11-03 | Release mutex before blocking during TCP handshake route resolution. | Dean Deng |
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-27 | Add support for Timestamp and RecordRoute IP options | Julian Elischer |
2020-10-27 | Wake up any waiters on an ICMP error on UDP socket. | Bhasker Hariharan |
2020-10-23 | Fix TestTCPTimeWaitNewSyn. | Bhasker Hariharan |
2020-10-23 | Support getsockopt for SO_ACCEPTCONN. | Nayana Bidari |
2020-10-23 | Decrement e.synRcvdCount once handshake is complete. | Bhasker Hariharan |
2020-10-22 | Pass NetworkInterface to LinkAddressRequest | Ghanan Gowripalan |
2020-10-20 | Fix nogo test in //pkg/tcpip/... | Ting-Yu Wang |
2020-10-20 | Fix nogo tests. | Ting-Yu Wang |
2020-10-11 | Assign ep.effectiveNetProtos in UDP forwarder's CreateEndpoint | patr0nus |
2020-10-09 | TCP Receive window advertisement fixes. | Bhasker Hariharan |
2020-10-09 | RACK: Detect packet reordering. | Nayana Bidari |
2020-10-09 | Automated rollback of changelist 336304024 | Ghanan Gowripalan |