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_inet_loopback.cc
Age
Commit message (
Expand
)
Author
2020-09-16
Automated rollback of changelist 329526153
Nayana Bidari
2020-09-02
Fix Accept to not return error for sockets in accept queue.
Bhasker Hariharan
2020-09-01
Automated rollback of changelist 328350576
Nayana Bidari
2020-08-28
Add test demonstrating accept bug
Tamir Duberstein
2020-08-27
Fix BadSocketPair for open source.
Zach Koopmans
2020-08-25
Fix SocketPairTest and BadSocketPairTest in opensource.
Zach Koopmans
2020-08-21
Add syscall tests for SO_REUSEADDR.
Mithun Iyer
2020-08-20
Skip listening TCP ports when trying to bind a free port.
Bhasker Hariharan
2020-08-13
Ensure TCP TIME-WAIT is not terminated prematurely.
Bhasker Hariharan
2020-06-23
Add support for SO_REUSEADDR to TCP sockets/endpoints.
Ian Gudger
2020-06-10
Add support for SO_REUSEADDR to UDP sockets/endpoints.
Ian Gudger
2020-05-05
gvisor/test: use RetryEINTR for connect()
Andrei Vagin
2020-04-22
tcp: handle listen after shutdown properly
Andrei Vagin
2020-04-16
Reset pending connections on listener shutdown.
Mithun Iyer
2020-04-15
Reset pending connections on listener close
Mithun Iyer
2020-04-13
Remove unnecessary threads
Tamir Duberstein
2020-04-08
tests: Specify NoRandomSave for PortReuse tests
Andrei Vagin
2020-04-03
Add missing newline
Tamir Duberstein
2020-04-02
Fix typo in TODO comments.
Dean Deng
2020-04-02
Fix flaky TCPLinger2TimeoutAfterClose test.
Bhasker Hariharan
2020-02-03
Reduce run time for //test/syscalls:socket_inet_loopback_test_runsc_ptrace.
Ting-Yu Wang
2020-01-29
Add support for TCP_DEFER_ACCEPT.
Bhasker Hariharan
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2020-01-14
Changes TCP packet dispatch to use a pool of goroutines.
Bhasker Hariharan
2020-01-13
Allow dual stack sockets to operate on AF_INET
Tamir Duberstein
2020-01-09
Deflake a couple of TCP syscall tests when run under gotsan.
Bhasker Hariharan
2019-12-18
net/tcp: allow to call listen without bind
Andrei Vagin
2019-12-18
Switch to netinet/tcp.h and poll.h to for better platform portability.
Jay Zhuang
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-05
Reduce flakiness under gotsan runs.
Bhasker Hariharan
2019-11-11
Update ephemeral port reservation tests.
Ian Gudger
2019-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-10-30
Store endpoints inside multiPortEndpoint in a sorted order
Andrei Vagin
2019-08-06
Fix for a panic due to writing to a closed accept channel.
Bhasker Hariharan
2019-06-10
Fixes to listen backlog handling.
Bhasker Hariharan
2019-06-06
Try increase listen backlog.
Rahat Mahmood
2019-05-03
Proper cleanup of sockets that used REUSEPORT
Chris Kuiper
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-29
Appease googletest deprecation
Tamir Duberstein
2019-04-26
Remove syscall tests' dependency on glog
Tamir Duberstein
2019-02-08
Use socket address functions in unbound IPv4 UDP tests.
Ian Gudger
2019-01-23
Fix cases of missing braces on if
Michael Pratt
2018-12-28
Implement SO_REUSEPORT for TCP and UDP sockets
Andrei Vagin
2018-12-20
test: deflake socket_inet_loopback.
Zhaozhong Ni
2018-12-10
Open source system call tests.
Brian Geffon