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
/
pkg
/
tcpip
/
transport
Age
Commit message (
Expand
)
Author
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-06-03
Avoid TCP segment split when out of sender window.
Mithun Iyer
2020-05-29
Move TCP to CLOSED from SYN-RCVD on RST.
Mithun Iyer
2020-05-20
Internal change.
gVisor bot
2020-05-15
Minor formatting updates for gvisor.dev.
Adin Scannell
2020-05-13
Fix TCP segment retransmit timeout handling.
Mithun Iyer
2020-05-13
Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.
Bhasker Hariharan
2020-05-08
Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAIT
Zeling Feng
2020-05-07
Capture range variable in parallel subtests
Sam Balana
2020-05-07
Fix bugs in SACK recovery.
Bhasker Hariharan
2020-05-05
Support TCP zero window probes.
Mithun Iyer
2020-05-01
Support for connection tracking of TCP packets.
Nayana Bidari
2020-05-01
Automated rollback of changelist 308674219
Kevin Krakauer
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-27
Reduce flakiness in tcp_test.
Bhasker Hariharan
2020-04-27
Automated rollback of changelist 308163542
gVisor bot
2020-04-23
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-23
Simplify Docker test infrastructure.
Adin Scannell
2020-04-22
tcp: handle listen after shutdown properly
Andrei Vagin
2020-04-21
Automated rollback of changelist 307477185
gVisor bot
2020-04-20
Merge pull request #2313 from kevinGC:firstn
gVisor bot
2020-04-19
Don't accept segments outside the receive window
Eyal Soha
2020-04-17
Remove View.First() and View.RemoveFirst()
Kevin Krakauer
2020-04-17
Permit setting unknown options
Tamir Duberstein
2020-04-16
Reset pending connections on listener shutdown.
Mithun Iyer
2020-04-16
Fix data race in tcp_test.
Bhasker Hariharan
2020-04-15
Remove unnecessary code
Tamir Duberstein
2020-04-15
Reset pending connections on listener close
Mithun Iyer
2020-04-14
Reduce flakiness in tcp_test.
Bhasker Hariharan
2020-04-09
Merge pull request #2253 from amscanne:nogo
gVisor bot
2020-04-09
Convert int and bool socket options to use GetSockOptInt and GetSockOptBool
Andrei Vagin
2020-04-08
Remove lostcancel warnings.
Adin Scannell
2020-04-08
Fix all printf formatting errors.
Adin Scannell
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-03-26
Support owner matching for iptables.
Nayana Bidari
2020-03-25
Fix data-race in endpoint.Readiness
Bhasker Hariharan
2020-03-24
Add support for setting TCP segment hash.
Bhasker Hariharan
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-03-20
Remove unused variable `sndNxtList`.
Ting-Yu Wang
2020-03-19
Remove redundant dep in BUILD
Jay Zhuang
2020-03-19
Address comments on workMu removal change.
Bhasker Hariharan
2020-03-19
Remove workMu from tcpip.Endpoint.
Bhasker Hariharan
2020-03-18
Store segment transmit count.
Ian Gudger
2020-03-11
Implement heap.Interface on pointer receiver
Tamir Duberstein
2020-03-11
Fix race condition (*tcp.endpoint).Close
Tamir Duberstein
2020-03-11
Fix memory leak in danglingEndpoints.
Bhasker Hariharan
2020-03-06
shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONN
Eyal Soha
2020-03-05
Use a pool of arrays to avoid slice headers from escaping in TCP options pool.
Ian Gudger
2020-03-03
Avoid memory leaks
Tamir Duberstein
2020-03-03
Fix datarace on TransportEndpointInfo.ID and clean up semantics.
Ian Gudger
[next]