summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp
AgeCommit message (Expand)Author
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
2019-10-07Implement IP_TTL.Ian Gudger
2019-09-30Fix bugs in PickEphemeralPort for TCP.Bhasker Hariharan
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-04Fix RST generation bugs.Bhasker Hariharan
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-26netstack/tcp: Add LastAck transition.Rahat Mahmood
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-15netstack: move resumption logic into *_state.goTamir Duberstein
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-09Add congestion control states to sender.Bhasker Hariharan
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-07-23Deduplicate EndpointState.connected someTamir Duberstein
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
2019-07-16Internal change.gVisor bot
2019-07-12Stub out support for TCP_MAXSEG.Bhasker Hariharan
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-21Fix the logic for sending zero window updates.Bhasker Hariharan
2019-06-13Add support for TCP receive buffer auto tuning.Bhasker Hariharan
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Add support for TCP_CONGESTION socket option.Bhasker Hariharan
2019-06-10Fixes to listen backlog handling.Bhasker Hariharan
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05netstack/tcp: fix calculating a number of outstanding packetsAndrei Vagin