summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint_state.go
AgeCommit message (Expand)Author
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-09Internal change.gVisor bot
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-07-23Deduplicate EndpointState.connected someTamir Duberstein
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-13Add support for TCP receive buffer auto tuning.Bhasker Hariharan
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Track and export socket state.Rahat Mahmood
2019-05-31Change segment queue limit to be of fixed size.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-02-25Add a SACK scoreboard to TCP endpoints.Bhasker Hariharan
2019-02-20Implement Broadcast supportAmanda Tait
2018-12-05sentry: support save / restore of TCP bind socket after shutdown.Zhaozhong Ni
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-07-30netstack: support disconnect-on-save option per fdbased link.Zhaozhong Ni
2018-07-12netstack: save tcp endpoint accepted channel directly.Zhaozhong Ni
2018-07-10netstack: only do connected TCP S/R for loopback connections.Zhaozhong Ni
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-06-26Automated rollback of changelist 201596247Brian Geffon
2018-06-21netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-06-05netstack: make TCP endpoint closed and error state cleanup work synchronous.Zhaozhong Ni
2018-05-29Automated rollback of changelist 196886839Fabricio Voznika
2018-05-17Fix sendto for dual stack UDP socketsIan Gudger
2018-05-16netstack: make TCP endpoint closed and error state cleanup work synchronous.Zhaozhong Ni
2018-05-11netstack: TCP connecting state endpoint save / restore support.Zhaozhong Ni
2018-04-28Check in gVisor.Googler