summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp
AgeCommit message (Expand)Author
2020-01-21Add a new TCP stat for current open connections.Mithun Iyer
2020-01-15Bugfix to terminate the protocol loop on StateError.Bhasker Hariharan
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-10panic fix in retransmitTimerExpired.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2020-01-09Merge pull request #1523 from majek:fix-1522-silly-window-rxgVisor bot
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08Fix #1522 - implement silly window sydrome protection on rx sideMarek Majkowski
2020-01-07#1398 - send ACK when available buffer space gets larger than 1 MSSMarek Majkowski
2019-12-18net/tcp: allow to call listen without bindAndrei Vagin
2019-12-17Internal change.gVisor bot
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-09Add UDP SO_REUSEADDR support to the port manager.Ian Gudger
2019-12-06Add TCP stats for connection close and keep-alive timeouts.Mithun Iyer
2019-12-06Fix flakiness in tcp_test.Bhasker Hariharan
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-11-28Test handling segments on completed but not yet accepted TCP connectionsGhanan Gowripalan
2019-11-25Set transport and network headers on outbound packets.Kevin Krakauer
2019-11-23Cleanup visibility.Adin Scannell
2019-11-22Internal change.Adin Scannell
2019-11-22Store SO_BINDTODEVICE state at bind.Ian Gudger
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-22Add segment dequeue check while emptying segment queue.Mithun Iyer
2019-11-15Handle in-flight TCP segments when moving to CLOSE.Mithun Iyer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-13Fix flaky behaviour during S/R.Bhasker Hariharan
2019-11-12Do not handle TCP packets that include a non-unicast IP addressGhanan Gowripalan
2019-11-11Make `connect` on socket returned by `accept` correctly error out with EISCONNgVisor bot
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Internal change.gVisor bot
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-11-06Send a TCP RST in response to a TCP SYN-ACK on a listening endpointGhanan Gowripalan
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-29Allow waiting for Endpoint worker goroutines to finish.Ian Gudger
2019-10-28Use the user supplied TCP MSS when creating a new active socketGhanan Gowripalan
2019-10-25Convert DelayOption to the newer/faster SockOpt int type.Ian Gudger
2019-10-24Remove the amss field from tcpip.tcp.handshake as it was unusedGhanan Gowripalan
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-15epsocket: support /proc/net/snmpJianfeng Tan
2019-10-15netstack: add counters for tcp CurrEstab and EstabResetsJianfeng Tan
2019-10-14Internal change.gVisor bot
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-10-09Internal change.gVisor bot