summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_ip_tcp_generic.cc
AgeCommit message (Expand)Author
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-05-17Reduce thread count in TCPResetDuringClose.Jamie Liu
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-02Assert TCP_INFO size before checking contentTamir Duberstein
2021-01-29- Add more comments for the TCP_INFO struct fields.Nayana Bidari
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2020-10-15sockets: ignore io.EOF from view.ReadAtAndrei Vagin
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-08-25Fix TCP_LINGER2 behavior to match linux.Bhasker Hariharan
2020-08-07tcp: change the limit of TCP_LINGER2Andrei Vagin
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-01-30Fix for panic in endpoint.Close().Bhasker Hariharan
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-10-30Clean up typos in test names.Dean Deng
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-09-23Fix bug in RstCausesPollHUP.Bhasker Hariharan
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-06-13Set optlen correctly when calling getsockopt.Bhasker Hariharan
2019-06-12Add support for TCP_CONGESTION socket option.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-25s,sys/poll.h/,poll.h,gTamir Duberstein
2019-04-19tcpip/transport/tcp: read side only shutdown of an endpointBen Burkert
2019-03-21Test TCP sockets with MSG_TRUNC|MSG_PEEK.Ian Gudger
2018-12-21Stub out SO_OOBINLINE.Ian Gudger
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
2018-12-10Open source system call tests.Brian Geffon