summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/endpoint_state.go
AgeCommit message (Expand)Author
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