Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH 0/3] Misc Bluetooth 6lowpan fixes From: Marcel Holtmann In-Reply-To: <1410167505-30889-1-git-send-email-jukka.rissanen@linux.intel.com> Date: Mon, 8 Sep 2014 18:28:15 -0700 Cc: linux-bluetooth@vger.kernel.org Message-Id: References: <1410167505-30889-1-git-send-email-jukka.rissanen@linux.intel.com> To: Jukka Rissanen Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Jukka, > there are some issues in Bluetooth 6lowpan that are fixed by these > patches. The patches are not related and can be applied in any order. > > The current connection timeout value was too low so the patch 1 > will use the default connection timeout value instead. > > I noticed that the peer IPv6 address had wrong U/L bit set in EUI-64 > part of the address. This is now fixed by patch 2. > > If the 6lowpan node is part of a network, then it is expected that > user is also able to send packets to other nodes behind the master > node. This was not happening as we only checked the peer IPv6 address > when deciding should we send the packet or not. The patch 3 now > checks from the routing table where to send the packet. > > > Cheers, > Jukka > > > Jukka Rissanen (3): > Bluetooth: 6lowpan: Increase the connection timeout value > Bluetooth: 6lowpan: Set the peer IPv6 address correctly > Bluetooth: 6lowpan: Route packets that are not meant to peer via > correct device > > net/bluetooth/6lowpan.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 77 insertions(+), 3 deletions(-) I am planning to tag 1/3 and 2/3 for stable. Which kernel version do they still apply to? Regards Marcel