summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-12-05Add a type to represent the NDP Recursive DNS Server optionGhanan Gowripalan
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-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-11-25Set transport and network headers on outbound packets.Kevin Krakauer
2019-11-25Fix panic in sniffer.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-15Automated rollback of changelist 280594395Bhasker Hariharan
2019-11-15Handle in-flight TCP segments when moving to CLOSE.Mithun Iyer
2019-11-14Fix panic when logging raw packets via sniffer.Kevin Krakauer
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-12Discover on-link prefixes from Router Advertisements' Prefix Information optionsGhanan 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-06Discover default routers from Router AdvertisementsGhanan Gowripalan
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-11-06Validate incoming NDP Router Advertisements, as per RFC 4861 section 6.1.2Ghanan Gowripalan
2019-10-30Deep copy dispatcher views.Kevin Krakauer
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-29Add Close and Wait methods to stack.Ian Gudger
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-29Update build tags to allow Go 1.14Michael Pratt
2019-10-29Allow waiting for Endpoint worker goroutines to finish.Ian Gudger
2019-10-29Support iterating an NDP options buffer.Ghanan Gowripalan
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-24Add a type to represent the NDP Prefix Information option.Ghanan Gowripalan
2019-10-24Remove the amss field from tcpip.tcp.handshake as it was unusedGhanan Gowripalan
2019-10-24Use interface-specific NDP configurations instead of the stack-wide default.Ghanan Gowripalan
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-23Inform netstack integrator when Duplicate Address Detection completesGhanan Gowripalan
2019-10-22Add a type to represent the NDP Router Advertisement message.Ghanan Gowripalan
2019-10-22Respect new PrimaryEndpointBehavior when addresses gets promoted to permanentGhanan Gowripalan
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-22Auto-generate an IPv6 link-local address based on the NIC's MAC Address.Ghanan Gowripalan
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-18Store primary endpoints in a sliceTamir Duberstein
2019-10-18Fix typo while initializing protocol for UDP endpoints.Mithun Iyer