summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2020-01-24Lock the NIC when checking if an address is tentativeGhanan Gowripalan
2020-01-24Increase timeouts for NDP tests' async eventsGhanan Gowripalan
2020-01-22Use embedded mutex pattern for stack.NICGhanan Gowripalan
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-17Remove addPermanentAddressLockedTamir Duberstein
2020-01-15Support upgrading expired/removed IPv6 addresses to permanent SLAAC addressesGhanan Gowripalan
2020-01-15Solicit IPv6 routers when a NIC becomes enabled as a hostGhanan Gowripalan
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-13Fix test building.Kevin Krakauer
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-09New sync package.Ian Gudger
2020-01-09Inform NDPDispatcher when Stack learns about available configurations via DHCPv6Ghanan Gowripalan
2020-01-09Separate NDP tests into its own packageGhanan Gowripalan
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-09Allow clients to store an opaque NICContext with NICsBert Muthalaly
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08Remove redundant function argumentTamir Duberstein
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2020-01-07Support deprecating SLAAC addresses after the preferred lifetimeGhanan Gowripalan
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-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-18Allow 'out-of-line' routing table updates for Router and Prefix discovery eventsGhanan Gowripalan
2019-12-18Cleanup NDP TestsGhanan Gowripalan
2019-12-13Properly generate the EUI64 interface identifier from an Ethernet addressGhanan Gowripalan
2019-12-10Inform the integrator on receipt of an NDP Recursive DNS Server optionGhanan Gowripalan
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-11-23Cleanup visibility.Adin Scannell
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
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-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Discover default routers from Router AdvertisementsGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer