summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2020-01-08Fix #1522 - implement silly window sydrome protection on rx sideMarek Majkowski
2020-01-07Support deprecating SLAAC addresses after the preferred lifetimeGhanan Gowripalan
2020-01-07#1398 - send ACK when available buffer space gets larger than 1 MSSMarek Majkowski
2020-01-07Disable auto-generation of IPv6 link-local addresses for loopback NICsGhanan Gowripalan
2020-01-06Pass the NIC-internal name to the NIC name function when generating opaque IIDsGhanan Gowripalan
2020-01-03Use opaque interface identifiers when generating IPv6 addresses via SLAACGhanan Gowripalan
2020-01-03Support generating opaque interface identifiers as defined by RFC 7217Ghanan Gowripalan
2019-12-31netstack: minor fix typo in "if err" handlerMarek Majkowski
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
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