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