Age | Commit message (Expand) | Author |
2020-08-24 | Automated rollback of changelist 327325153 | Ghanan Gowripalan |
2020-08-18 | RACK: Create a new list for segments. | Nayana Bidari |
2020-08-04 | Update variables for implementation of RACK in TCP | Nayana Bidari |
2020-06-30 | Fix two bugs in TCP sender. | Bhasker Hariharan |
2020-06-05 | Handle TCP segment split cases as per MSS. | Mithun Iyer |
2020-06-03 | Avoid TCP segment split when out of sender window. | Mithun Iyer |
2020-05-13 | Fix TCP segment retransmit timeout handling. | Mithun Iyer |
2020-05-07 | Fix bugs in SACK recovery. | Bhasker Hariharan |
2020-05-05 | Support TCP zero window probes. | Mithun Iyer |
2020-04-14 | Reduce flakiness in tcp_test. | Bhasker Hariharan |
2020-03-20 | Remove unused variable `sndNxtList`. | Ting-Yu Wang |
2020-03-19 | Remove workMu from tcpip.Endpoint. | Bhasker Hariharan |
2020-03-18 | Store segment transmit count. | Ian Gudger |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | Bhasker Hariharan |
2020-01-10 | panic fix in retransmitTimerExpired. | Bhasker Hariharan |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-11 | Add support for TCP_USER_TIMEOUT option. | Bhasker Hariharan |
2019-12-06 | Add TCP stats for connection close and keep-alive timeouts. | Mithun Iyer |
2019-10-15 | netstack: add counters for tcp CurrEstab and EstabResets | Jianfeng Tan |
2019-10-09 | Internal change. | gVisor bot |
2019-08-26 | netstack/tcp: Add LastAck transition. | Rahat Mahmood |
2019-08-09 | Add congestion control states to sender. | Bhasker Hariharan |
2019-08-02 | Automated rollback of changelist 261191548 | Rahat Mahmood |
2019-08-01 | Implement getsockopt(TCP_INFO). | Rahat Mahmood |
2019-06-13 | Add support for TCP receive buffer auto tuning. | Bhasker Hariharan |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-12 | Add support for TCP_CONGESTION socket option. | Bhasker Hariharan |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-06-05 | netstack/tcp: fix calculating a number of outstanding packets | Andrei Vagin |
2019-05-03 | Implement support for SACK based recovery(RFC 6675). | Bhasker Hariharan |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-03-28 | netstack/fdbased: add generic segmentation offload (GSO) support | Andrei Vagin |
2019-03-20 | netstack: adjust the sequence number after trimming the packet | Andrei Vagin |
2019-03-19 | netstack: reduce MSS from SYN to account tcp options | Andrei Vagin |
2019-03-14 | Remove duplicate TCP flag definitions | Tamir Duberstein |
2019-03-05 | Add new retransmissions and recovery related metrics. | Bhasker Hariharan |
2019-02-25 | Add a SACK scoreboard to TCP endpoints. | Bhasker Hariharan |
2019-02-11 | Do not drop packets w/ missing TCP timestamps. | Bhasker Hariharan |
2018-12-04 | Fix available calculation when merging TCP segments | Ian Gudger |
2018-11-14 | Clean up tcp.sendData | Ian Gudger |
2018-11-13 | Implement TCP_NODELAY and TCP_CORK | Ian Gudger |
2018-11-12 | Remove obsolete TODO | Ian Gudger |
2018-11-05 | Merge segments in sender's writeList | Ian Gudger |
2018-10-31 | Fix a race where keepalives could be sent while there is pending data | Ian Gudger |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-09-19 | Fix RTT estimation when timestamp option is enabled. | Bhasker Hariharan |
2018-09-05 | Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedView | Bert Muthalaly |
2018-09-05 | Implement TCP keepalives | Tamir Duberstein |
2018-09-04 | Expose TCP RTT | Tamir Duberstein |
2018-08-03 | Cubic implementation for Netstack. | Bhasker Hariharan |