From: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>
To: Alexander Aring <aar@pengutronix.de>,
linux-wpan@vger.kernel.org, davem@davemloft.net
Cc: hideaki.yoshifuji@miraclelinux.com, kernel@pengutronix.de,
marcel@holtmann.org, jukka.rissanen@linux.intel.com,
hannes@stressinduktion.org, stefan@osg.samsung.com,
mcr@sandelman.ca, werner@almesberger.net,
linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCHv3 net-next 00/12] 6lowpan: introduce 6lowpan-nd
Date: Wed, 15 Jun 2016 20:03:59 +0900 [thread overview]
Message-ID: <5761361F.5050406@miraclelinux.com> (raw)
In-Reply-To: <20160614115239.17788-1-aar@pengutronix.de>
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@linux-ipv6.org>
--
Hideaki Yoshifuji <hideaki.yoshifuji@miraclelinux.com>
Technical Division, MIRACLE LINUX CORPORATION
prev parent reply other threads:[~2016-06-15 11:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 11:52 [PATCHv3 net-next 00/12] 6lowpan: introduce 6lowpan-nd Alexander Aring
2016-06-14 11:52 ` [PATCHv3 net-next 01/12] 6lowpan: add private neighbour data Alexander Aring
2016-06-15 11:05 ` YOSHIFUJI Hideaki
2016-06-14 11:52 ` [PATCHv3 net-next 02/12] 6lowpan: add 802.15.4 short addr slaac Alexander Aring
2016-06-14 11:52 ` [PATCHv3 net-next 03/12] 6lowpan: remove ipv6 module request Alexander Aring
2016-06-14 11:52 ` [PATCHv3 net-next 04/12] ndisc: add __ndisc_opt_addr_space function Alexander Aring
2016-06-15 11:07 ` YOSHIFUJI Hideaki
2016-06-15 15:09 ` Stefan Schmidt
2016-06-14 11:52 ` [PATCHv3 net-next 05/12] ndisc: add __ndisc_opt_addr_data function Alexander Aring
2016-06-15 11:07 ` YOSHIFUJI Hideaki
2016-06-15 15:11 ` Stefan Schmidt
2016-06-14 11:52 ` [PATCHv3 net-next 06/12] ndisc: add __ndisc_fill_addr_option function Alexander Aring
2016-06-15 11:08 ` YOSHIFUJI Hideaki
2016-06-15 15:13 ` Stefan Schmidt
2016-06-14 11:52 ` [PATCHv3 net-next 07/12] addrconf: put prefix address add in an own function Alexander Aring
2016-06-15 11:09 ` YOSHIFUJI Hideaki
2016-06-14 11:52 ` [PATCHv3 net-next 08/12] ipv6: introduce neighbour discovery ops Alexander Aring
2016-06-15 11:10 ` YOSHIFUJI Hideaki/吉藤英明
2016-06-14 11:52 ` [PATCHv3 net-next 09/12] ipv6: export several functions Alexander Aring
2016-06-15 11:11 ` YOSHIFUJI Hideaki
2016-06-15 15:18 ` Stefan Schmidt
2016-06-14 11:52 ` [PATCHv3 net-next 10/12] 6lowpan: introduce 6lowpan-nd Alexander Aring
2016-06-15 11:12 ` YOSHIFUJI Hideaki
2016-06-14 11:52 ` [PATCHv3 net-next 11/12] 6lowpan: add support for getting short address Alexander Aring
2016-06-14 11:52 ` [PATCHv3 net-next 12/12] 6lowpan: add support for 802.15.4 short addr handling Alexander Aring
2016-06-15 11:03 ` YOSHIFUJI Hideaki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5761361F.5050406@miraclelinux.com \
--to=hideaki.yoshifuji@miraclelinux.com \
--cc=aar@pengutronix.de \
--cc=davem@davemloft.net \
--cc=hannes@stressinduktion.org \
--cc=jukka.rissanen@linux.intel.com \
--cc=kernel@pengutronix.de \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wpan@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=mcr@sandelman.ca \
--cc=netdev@vger.kernel.org \
--cc=stefan@osg.samsung.com \
--cc=werner@almesberger.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).