summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/BUILD
AgeCommit message (Expand)Author
2020-09-09Automated rollback of changelist 327325153Ghanan Gowripalan
2020-08-19RACK: Create a new list for segments.Nayana Bidari
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-07-27Fix memory accounting in TCP pending segment queue.Bhasker Hariharan
2020-07-06Shard some slow tests.Ting-Yu Wang
2020-07-06Remove dependency on pkg/binaryTamir Duberstein
2020-07-05Add wakers synchronouslyTamir Duberstein
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-05Drop flaky tag.Adin Scannell
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-19Don't accept segments outside the receive windowEyal Soha
2020-04-14Reduce flakiness in tcp_test.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-19Remove redundant dep in BUILDJay Zhuang
2020-03-05Use a pool of arrays to avoid slice headers from escaping in TCP options pool.Ian Gudger
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2020-01-29Add support for TCP_DEFER_ACCEPT.Bhasker Hariharan
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-09Add UDP SO_REUSEADDR support to the port manager.Ian Gudger
2019-11-23Cleanup visibility.Adin Scannell
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-09-30Fix bugs in PickEphemeralPort for TCP.Bhasker Hariharan
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Add support for TCP_CONGESTION socket option.Bhasker Hariharan
2019-05-31Disable certain tests that are flaky under race detector.Bhasker Hariharan
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-01-31Remove license commentsMichael Pratt
2019-01-15test: Tag tcp_test as flaky.Kevin Krakauer
2018-11-09Add an implementation of a SACK scoreboard as per RFC6675.Bhasker Hariharan
2018-10-31Fix a race where keepalives could be sent while there is pending dataIan Gudger
2018-10-24Mark netstack/tcpip/transport/tcp:tcp_test flakyFabricio Voznika
2018-09-17Prevent TCP connect from picking bound portsTamir Duberstein
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-03Cubic implementation for Netstack.Bhasker Hariharan
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-23Refactor new reno congestion control logic out of sender.Bhasker Hariharan
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse