All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Frederic Sowa <hannes-tFNcAqjVMyqKXQKiL6tip0B+6BGkLq7r@public.gmane.org>
To: Alexander Aring <aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	linux-wpan-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
	marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org,
	jukka.rissanen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	stefan-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org,
	mcr-SWp7JaYWvAQV+D8aMU/kSg@public.gmane.org,
	werner-SEdMjqphH88wryQfseakQg@public.gmane.org,
	linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"David S . Miller"
	<davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
	Alexey Kuznetsov <kuznet-v/Mj1YrvjDBInbfyfbPRSQ@public.gmane.org>,
	James Morris <jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org>,
	Hideaki YOSHIFUJI
	<yoshfuji-VfPWfsRibaP+Ru+s062T9g@public.gmane.org>,
	Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
Subject: Re: [PATCHv4 net-next 04/12] ndisc: add __ndisc_opt_addr_space function
Date: Thu, 16 Jun 2016 12:44:09 +0200	[thread overview]
Message-ID: <797c4085-3bc2-1f62-ba9a-4582de01cec9@stressinduktion.org> (raw)
In-Reply-To: <20160615192027.4064-5-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

On 15.06.2016 21:20, Alexander Aring wrote:
> This patch adds __ndisc_opt_addr_space as low-level function for
> ndisc_opt_addr_space which doesn't depend on net_device parameter.
> 
> Cc: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
> Cc: Alexey Kuznetsov <kuznet-v/Mj1YrvjDBInbfyfbPRSQ@public.gmane.org>
> Cc: James Morris <jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org>
> Cc: Hideaki YOSHIFUJI <yoshfuji-VfPWfsRibaP+Ru+s062T9g@public.gmane.org>
> Cc: Patrick McHardy <kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
> Acked-by: YOSHIFUJI Hideaki <yoshfuji-VfPWfsRibaP+Ru+s062T9g@public.gmane.org>
> Reviewed-by: Stefan Schmidt <stefan-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
> Signed-off-by: Alexander Aring <aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

Acked-by: Hannes Frederic Sowa <hannes-tFNcAqjVMyqKXQKiL6tip0B+6BGkLq7r@public.gmane.org>

[note, patchworks picks up the acks automatically, you don't need to repost]

Thanks,
Hannes

WARNING: multiple messages have this Message-ID (diff)
From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: Alexander Aring <aar@pengutronix.de>, linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de, marcel@holtmann.org,
	jukka.rissanen@linux.intel.com, stefan@osg.samsung.com,
	mcr@sandelman.ca, werner@almesberger.net,
	linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org,
	"David S . Miller" <davem@davemloft.net>,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	James Morris <jmorris@namei.org>,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	Patrick McHardy <kaber@trash.net>
Subject: Re: [PATCHv4 net-next 04/12] ndisc: add __ndisc_opt_addr_space function
Date: Thu, 16 Jun 2016 12:44:09 +0200	[thread overview]
Message-ID: <797c4085-3bc2-1f62-ba9a-4582de01cec9@stressinduktion.org> (raw)
In-Reply-To: <20160615192027.4064-5-aar@pengutronix.de>

On 15.06.2016 21:20, Alexander Aring wrote:
> This patch adds __ndisc_opt_addr_space as low-level function for
> ndisc_opt_addr_space which doesn't depend on net_device parameter.
> 
> 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>
> Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
> Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
> Signed-off-by: Alexander Aring <aar@pengutronix.de>

Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>

[note, patchworks picks up the acks automatically, you don't need to repost]

Thanks,
Hannes

  parent reply	other threads:[~2016-06-16 10:44 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 19:20 [PATCHv4 net-next 00/12] 6lowpan: introduce 6lowpan-nd Alexander Aring
2016-06-15 19:20 ` Alexander Aring
     [not found] ` <20160615192027.4064-1-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-06-15 19:20   ` [PATCHv4 net-next 01/12] 6lowpan: add private neighbour data Alexander Aring
2016-06-15 19:20     ` Alexander Aring
2016-06-15 19:20   ` [PATCHv4 net-next 04/12] ndisc: add __ndisc_opt_addr_space function Alexander Aring
2016-06-15 19:20     ` Alexander Aring
     [not found]     ` <20160615192027.4064-5-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-06-16 10:44       ` Hannes Frederic Sowa [this message]
2016-06-16 10:44         ` Hannes Frederic Sowa
2016-06-15 19:20   ` [PATCHv4 net-next 05/12] ndisc: add __ndisc_opt_addr_data function Alexander Aring
2016-06-15 19:20     ` Alexander Aring
     [not found]     ` <20160615192027.4064-6-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-06-16 10:44       ` Hannes Frederic Sowa
2016-06-16 10:44         ` Hannes Frederic Sowa
2016-06-15 19:20   ` [PATCHv4 net-next 08/12] ipv6: introduce neighbour discovery ops Alexander Aring
2016-06-15 19:20     ` Alexander Aring
2016-06-15 19:20   ` [PATCHv4 net-next 09/12] ipv6: export several functions Alexander Aring
2016-06-15 19:20     ` Alexander Aring
2016-06-15 19:20 ` [PATCHv4 net-next 02/12] 6lowpan: add 802.15.4 short addr slaac Alexander Aring
2016-06-15 19:20 ` [PATCHv4 net-next 03/12] 6lowpan: remove ipv6 module request Alexander Aring
2016-06-15 19:20 ` [PATCHv4 net-next 06/12] ndisc: add __ndisc_fill_addr_option function Alexander Aring
     [not found]   ` <20160615192027.4064-7-aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-06-16 10:44     ` Hannes Frederic Sowa
2016-06-16 10:44       ` Hannes Frederic Sowa
2016-06-15 19:20 ` [PATCHv4 net-next 07/12] addrconf: put prefix address add in an own function Alexander Aring
2016-06-16 10:51   ` Hannes Frederic Sowa
2016-06-15 19:20 ` [PATCHv4 net-next 10/12] 6lowpan: introduce 6lowpan-nd Alexander Aring
2016-06-15 19:20 ` [PATCHv4 net-next 11/12] 6lowpan: add support for getting short address Alexander Aring
2016-06-15 19:20 ` [PATCHv4 net-next 12/12] 6lowpan: add support for 802.15.4 short addr handling Alexander Aring
2016-06-16  3:45 ` [PATCHv4 net-next 00/12] 6lowpan: introduce 6lowpan-nd David Miller

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=797c4085-3bc2-1f62-ba9a-4582de01cec9@stressinduktion.org \
    --to=hannes-tfncaqjvmyqkxqkil6tip0b+6bgklq7r@public.gmane.org \
    --cc=aar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
    --cc=jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org \
    --cc=jukka.rissanen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=kaber-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=kuznet-v/Mj1YrvjDBInbfyfbPRSQ@public.gmane.org \
    --cc=linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-wpan-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org \
    --cc=mcr-SWp7JaYWvAQV+D8aMU/kSg@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=stefan-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org \
    --cc=werner-SEdMjqphH88wryQfseakQg@public.gmane.org \
    --cc=yoshfuji-VfPWfsRibaP+Ru+s062T9g@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.