Age | Commit message (Expand) | Author |
2021-04-19 | De-duplicate TCP state in TCPEndpointState vs tcp.endpoint | Nick Brown |
2021-04-15 | Use nicer formatting for IP addresses in tests | Kevin Krakauer |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-11-18 | Automated rollback of changelist 342700744 | Nayana Bidari |
2020-11-16 | Automated rollback of changelist 342312166 | Bhasker Hariharan |
2020-11-13 | Refactor loss recovery in TCP. | Nayana Bidari |
2020-09-24 | Change segment/pending queue to use receive buffer limits. | Bhasker Hariharan |
2020-09-18 | Use common parsing utilities when sniffing | Ghanan Gowripalan |
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-07-27 | Fix memory accounting in TCP pending segment queue. | Bhasker Hariharan |
2020-07-06 | Shard some slow tests. | Ting-Yu Wang |
2020-07-06 | Remove dependency on pkg/binary | Tamir Duberstein |
2020-07-05 | Add wakers synchronously | Tamir Duberstein |
2020-06-18 | Cleanup tcp.timer and tcpip.Route | Ghanan Gowripalan |
2020-06-05 | Drop flaky tag. | Adin Scannell |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-19 | Don't accept segments outside the receive window | Eyal Soha |
2020-04-14 | Reduce flakiness in tcp_test. | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-19 | Remove redundant dep in BUILD | Jay Zhuang |
2020-03-05 | Use a pool of arrays to avoid slice headers from escaping in TCP options pool. | Ian Gudger |
2020-01-30 | Fix for panic in endpoint.Close(). | Bhasker Hariharan |
2020-01-29 | Add support for TCP_DEFER_ACCEPT. | Bhasker Hariharan |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
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-09 | Add UDP SO_REUSEADDR support to the port manager. | Ian Gudger |
2019-11-23 | Cleanup visibility. | Adin Scannell |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-14 | Reorder BUILD license and load functions in netstack. | Kevin Krakauer |
2019-09-30 | Fix bugs in PickEphemeralPort for TCP. | Bhasker Hariharan |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-12 | Add support for TCP_CONGESTION socket option. | Bhasker Hariharan |
2019-05-31 | Disable certain tests that are flaky under race detector. | Bhasker Hariharan |
2019-05-22 | UDP and TCP raw socket support. | Kevin Krakauer |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-15 | test: Tag tcp_test as flaky. | Kevin Krakauer |
2018-11-09 | Add an implementation of a SACK scoreboard as per RFC6675. | Bhasker Hariharan |
2018-10-31 | Fix a race where keepalives could be sent while there is pending data | Ian Gudger |