summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-13Refactor SLAAC address state into SLAAC prefix stateGhanan Gowripalan
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-13Avoid unnecessary work in transportDemuxer.deliverPacket().Jamie Liu
2020-03-13Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-11Use a heap in transport demuxerTamir Duberstein
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-11Automated rollback of changelist 300217972gVisor bot
2020-03-10Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-10The packet forwarding should resolve the link address if necessary.gVisor bot
2020-03-06Specify the source of outgoing NDP RSGhanan Gowripalan
2020-03-06Get strings for stack.DHCPv6ConfigurationFromNDPRAGhanan Gowripalan
2020-03-03Fix datarace on TransportEndpointInfo.ID and clean up semantics.Ian Gudger
2020-03-02Do not read-lock NIC recursivelyGhanan Gowripalan
2020-02-25Merge branch 'master' into iptablesnybidari
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-25Add nat table support for iptables.Nayana Bidari
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-21Attach LinkEndpoint to NetworkDispatcher immediatelyGhanan Gowripalan
2020-02-21Use Route.MaxHeaderLength when constructing NDP RSGhanan Gowripalan
2020-02-20Support disabling a NICgVisor bot
2020-02-18Fix mis-named comment.Kevin Krakauer
2020-02-18Add nat table support for iptables.Nayana Bidari
2020-02-11Disallow duplicate NIC names.gVisor bot
2020-02-06Send DAD event when DAD resolves immediatelyGhanan Gowripalan
2020-02-06Auto-generate link-local address as a SLAAC addressGhanan Gowripalan
2020-02-06Perform DAD on IPv6 addresses when enabling a NICGhanan Gowripalan
2020-02-06Update link address for targets of Neighbor AdvertsGhanan Gowripalan
2020-02-04Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink.Ting-Yu Wang
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-30Do not include the Source Link Layer option with an unspecified source addressGhanan Gowripalan
2020-01-29Do not spawn a goroutine when calling stack.NDPDispatcher's methodsGhanan Gowripalan
2020-01-28Include the NDP Source Link Layer option when sending DAD messagesGhanan Gowripalan
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang
2020-01-27Standardize on tools directory.Adin Scannell
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