Age | Commit message (Expand) | Author |
2020-08-13 | Use the user supplied MSS for accepted connections | Ghanan Gowripalan |
2020-08-04 | Update variables for implementation of RACK in TCP | Nayana Bidari |
2020-06-23 | Add support for SO_REUSEADDR to TCP sockets/endpoints. | Ian Gudger |
2020-06-15 | TCP to honor updated window size during handshake. | Mithun Iyer |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger |
2020-04-19 | Don't accept segments outside the receive window | Eyal Soha |
2020-04-16 | Reset pending connections on listener shutdown. | Mithun Iyer |
2020-04-16 | Fix data race in tcp_test. | Bhasker Hariharan |
2020-04-15 | Reset pending connections on listener close | Mithun Iyer |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-25 | Fix data-race in endpoint.Readiness | Bhasker Hariharan |
2020-03-24 | Add support for setting TCP segment hash. | Bhasker Hariharan |
2020-03-19 | Address comments on workMu removal change. | Bhasker Hariharan |
2020-03-19 | Remove workMu from tcpip.Endpoint. | Bhasker Hariharan |
2020-02-27 | Fix a race in TCP endpoint teardown and teardown the stack in tcp_test. | Ian Gudger |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-01-31 | Fix method comment to match method name. | Ian Gudger |
2020-01-29 | Add support for TCP_DEFER_ACCEPT. | Bhasker Hariharan |
2020-01-21 | Add a new TCP stat for current open connections. | Mithun Iyer |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | 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 | Fix flakiness in tcp_test. | Bhasker Hariharan |
2019-11-22 | Store SO_BINDTODEVICE state at bind. | Ian Gudger |
2019-11-15 | Handle in-flight TCP segments when moving to CLOSE. | Mithun Iyer |
2019-11-11 | Make `connect` on socket returned by `accept` correctly error out with EISCONN | gVisor bot |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-06 | Send a TCP RST in response to a TCP SYN-ACK on a listening endpoint | Ghanan Gowripalan |
2019-10-28 | Use the user supplied TCP MSS when creating a new active socket | Ghanan Gowripalan |
2019-10-15 | epsocket: support /proc/net/snmp | Jianfeng Tan |
2019-10-15 | netstack: add counters for tcp CurrEstab and EstabResets | Jianfeng Tan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-09 | Internal change. | gVisor bot |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-04 | Fix RST generation bugs. | Bhasker Hariharan |
2019-08-06 | Fix for a panic due to writing to a closed accept channel. | Bhasker Hariharan |
2019-06-13 | Add support for TCP receive buffer auto tuning. | Bhasker Hariharan |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Fixes to listen backlog handling. | Bhasker Hariharan |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-06-03 | Delete debug log lines left by mistake. | Bhasker Hariharan |
2019-05-30 | Fixes to TCP listen behavior. | 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-14 | Remove duplicate TCP flag definitions | Tamir Duberstein |
2018-12-28 | Implement SO_REUSEPORT for TCP and UDP sockets | Andrei Vagin |
2018-12-21 | Internal Change | Michael Pratt |
2018-12-13 | transport/tcp: remove unused error return values | Ian Gudger |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |