Age | Commit message (Expand) | Author |
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 |
2018-10-24 | Mark netstack/tcpip/transport/tcp:tcp_test flaky | Fabricio Voznika |
2018-09-17 | Prevent TCP connect from picking bound ports | Tamir Duberstein |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-03 | Cubic implementation for Netstack. | Bhasker Hariharan |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-23 | Refactor new reno congestion control logic out of sender. | Bhasker Hariharan |
2018-07-10 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-07-09 | Switch netstack licenses to Apache 2.0. | Nicolas Lacasse |
2018-06-26 | Automated rollback of changelist 201596247 | Brian Geffon |
2018-06-21 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-06-15 | Replace crypto/rand with internal rand package | Michael Pratt |
2018-04-28 | Check in gVisor. | Googler |