Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-13 Thread Alexander Aring
Hi, On 05/13/2016 04:59 AM, YOSHIFUJI Hideaki wrote: > Hi, > > Marcel Holtmann wrote: >> Hi Dave, > : >>> include/linux/netdevice.h | 6 +- >>> include/net/6lowpan.h | 24 ++ >>> include/net/addrconf.h| 3 + >>> include/net/ndisc.h | 124 - >>> net/6lowpan/

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-12 Thread YOSHIFUJI Hideaki
Hi, Marcel Holtmann wrote: > Hi Dave, : >> include/linux/netdevice.h | 6 +- >> include/net/6lowpan.h | 24 ++ >> include/net/addrconf.h| 3 + >> include/net/ndisc.h | 124 - >> net/6lowpan/6lowpan_i.h | 2 + >> net/6lowpan/Makefile | 2 +- >

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-03 Thread David Miller
From: Marcel Holtmann Date: Mon, 2 May 2016 16:17:41 -0700 >> My proposal would be that the IPv6 patches go via net-next to reduce >> merge conflicts with maybe upcoming changes. If they are split up, they >> seem very much self contained and easy to review. The rest seems to be >> also very much

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-02 Thread Marcel Holtmann
Hi Hannes, >>> this patch series introduces a layer for IPv6 neighbour discovery. At first >>> it introduce the "ndisc_ops" to run a different handling for recv/send of >>> NA/NS messages. The use case for such ndisc operation is RFC 6775 [0]. >>> Which describes a different neighbour discovery ha

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-02 Thread Hannes Frederic Sowa
On 02.05.2016 19:25, Marcel Holtmann wrote: > Hi Dave, > >> this patch series introduces a layer for IPv6 neighbour discovery. At first >> it introduce the "ndisc_ops" to run a different handling for recv/send of >> NA/NS messages. The use case for such ndisc operation is RFC 6775 [0]. >> Which de

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-05-02 Thread Marcel Holtmann
Hi Dave, > this patch series introduces a layer for IPv6 neighbour discovery. At first > it introduce the "ndisc_ops" to run a different handling for recv/send of > NA/NS messages. The use case for such ndisc operation is RFC 6775 [0]. > Which describes a different neighbour discovery handling for

Re: [PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-04-28 Thread Alexander Aring
Hi, can I get your acks for this patch serie? It's okay that these patches goes through bluetooth-next? - Alex

[PATCHv2 bluetooth-next 00/10] 6lowpan: introduce basic 6lowpan-nd

2016-04-20 Thread Alexander Aring
Hi, this patch series introduces a layer for IPv6 neighbour discovery. At first it introduce the "ndisc_ops" to run a different handling for recv/send of NA/NS messages. The use case for such ndisc operation is RFC 6775 [0]. Which describes a different neighbour discovery handling for 6LoWPAN netw