6lowpan: introduce 6lowpan-nd
authorAlexander Aring <aar@pengutronix.de>
Wed, 15 Jun 2016 19:20:25 +0000 (21:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jun 2016 03:41:23 +0000 (20:41 -0700)
commitbbe5f5cefe2818eda0392c178de141ffc5734d90
treece1e7c54c9e1b2adce96d91f8d9c594ee4e895a0
parentcc84b3c6b48ae81748c5e25d3558872385196162
6lowpan: introduce 6lowpan-nd

This patch introduce different 6lowpan handling for receive and transmit
NS/NA messages for the ipv6 neighbour discovery. The first use-case is
for supporting 802.15.4 short addresses inside the option fields and
handling for RFC6775 6CO option field as userspace option.

Cc: David S. Miller <davem@davemloft.net>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: James Morris <jmorris@namei.org>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: Patrick McHardy <kaber@trash.net>
Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Alexander Aring <aar@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ndisc.h
net/6lowpan/6lowpan_i.h
net/6lowpan/Makefile
net/6lowpan/core.c
net/6lowpan/ndisc.c [new file with mode: 0644]
This page took 0.03876 seconds and 5 git commands to generate.