Hi, Alexander Aring wrote: > Alexander Aring (12): > 6lowpan: add private neighbour data > 6lowpan: add 802.15.4 short addr slaac > 6lowpan: remove ipv6 module request > ndisc: add __ndisc_opt_addr_space function > ndisc: add __ndisc_opt_addr_data function > ndisc: add __ndisc_fill_addr_option function > addrconf: put prefix address add in an own function > ipv6: introduce neighbour discovery ops > ipv6: export several functions > 6lowpan: introduce 6lowpan-nd > 6lowpan: add support for getting short address > 6lowpan: add support for 802.15.4 short addr handling > > include/linux/netdevice.h | 8 +- > include/net/6lowpan.h | 16 +++ > include/net/addrconf.h | 10 ++ > include/net/ndisc.h | 248 +++++++++++++++++++++++++++++++++++++++--- > net/6lowpan/6lowpan_i.h | 4 + > net/6lowpan/Makefile | 2 +- > net/6lowpan/core.c | 50 ++++++++- > net/6lowpan/debugfs.c | 39 +++++++ > net/6lowpan/iphc.c | 167 +++++++++++++++++++++++----- > net/6lowpan/ndisc.c | 234 +++++++++++++++++++++++++++++++++++++++ > net/ieee802154/6lowpan/core.c | 12 ++ > net/ieee802154/6lowpan/tx.c | 113 +++++++++---------- > net/ipv6/addrconf.c | 218 +++++++++++++++++++++---------------- > net/ipv6/ndisc.c | 123 +++++++++++++-------- > net/ipv6/route.c | 8 +- > 15 files changed, 1004 insertions(+), 248 deletions(-) > create mode 100644 net/6lowpan/ndisc.c > Looks good to me. Acked-by: YOSHIFUJI Hideaki <yoshfuji@xxxxxxxxxxxxxx> -- Hideaki Yoshifuji <hideaki.yoshifuji@xxxxxxxxxxxxxxxx> Technical Division, MIRACLE LINUX CORPORATION -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html