index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
socket_ip_tcp_generic.cc
Age
Commit message (
Expand
)
Author
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-05-17
Reduce thread count in TCPResetDuringClose.
Jamie Liu
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-03-01
tcp: endpoint.Write has to send all data that has been read from payload
Andrei Vagin
2021-02-02
Assert TCP_INFO size before checking content
Tamir Duberstein
2021-01-29
- Add more comments for the TCP_INFO struct fields.
Nayana Bidari
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2020-10-15
sockets: ignore io.EOF from view.ReadAt
Andrei Vagin
2020-09-16
Automated rollback of changelist 329526153
Nayana Bidari
2020-09-01
Automated rollback of changelist 328350576
Nayana Bidari
2020-08-25
Support SO_LINGER socket option.
Nayana Bidari
2020-08-25
Fix TCP_LINGER2 behavior to match linux.
Bhasker Hariharan
2020-08-07
tcp: change the limit of TCP_LINGER2
Andrei Vagin
2020-06-12
Allow 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-13
Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.
Bhasker Hariharan
2020-01-30
Fix for panic in endpoint.Close().
Bhasker Hariharan
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-03
Fix panic due to early transition to Closed.
Bhasker Hariharan
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-10-30
Clean up typos in test names.
Dean Deng
2019-10-25
test/syscall: Remove duplicated gtest/gtest.h.
Haibo
2019-09-23
Fix bug in RstCausesPollHUP.
Bhasker Hariharan
2019-08-02
Automated rollback of changelist 261191548
Rahat Mahmood
2019-08-01
Implement getsockopt(TCP_INFO).
Rahat Mahmood
2019-06-13
Set optlen correctly when calling getsockopt.
Bhasker Hariharan
2019-06-12
Add support for TCP_CONGESTION socket option.
Bhasker Hariharan
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-25
s,sys/poll.h/,poll.h,g
Tamir Duberstein
2019-04-19
tcpip/transport/tcp: read side only shutdown of an endpoint
Ben Burkert
2019-03-21
Test TCP sockets with MSG_TRUNC|MSG_PEEK.
Ian Gudger
2018-12-21
Stub out SO_OOBINLINE.
Ian Gudger
2018-12-21
Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.
Ian Gudger
2018-12-10
Open source system call tests.
Brian Geffon