summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport
AgeCommit message (Expand)Author
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
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-03net/udp: return a local route address as the bound-to addressAndrei Vagin
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-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
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-30Deep copy dispatcher views.Kevin Krakauer
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-25Validate the checksum for incoming ICMPv6 packetsGhanan 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-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-18Fix typo while initializing protocol for UDP endpoints.Mithun Iyer
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-10-03Implement proper local broadcast behaviorChris Kuiper
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