summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-12-23Clear any host-specific NDP state when becoming a routerGhanan Gowripalan
2019-12-20Change TODO to track correct bug.Kevin Krakauer
2019-12-18net/tcp: allow to call listen without bindAndrei Vagin
2019-12-18Allow 'out-of-line' routing table updates for Router and Prefix discovery eventsGhanan Gowripalan
2019-12-18Cleanup NDP TestsGhanan Gowripalan
2019-12-17Internal change.gVisor bot
2019-12-13Properly generate the EUI64 interface identifier from an Ethernet addressGhanan Gowripalan
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-11Add additional packages to go branchMichael Pratt
2019-12-10Inform the integrator on receipt of an NDP Recursive DNS Server optionGhanan Gowripalan
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-06Do IPv6 Stateless Address Auto-Configuration (SLAAC)Ghanan Gowripalan
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