All of lore.kernel.org
 help / color / mirror / Atom feed
From: "YOSHIFUJI Hideaki/吉藤英明" <hideaki.yoshifuji@miraclelinux.com>
To: "Linus Lüssing" <linus.luessing@c0d3.blue>,
	b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org,
	bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	"Hideaki YOSHIFUJI" <yoshfuji@linux-ipv6.org>,
	"Stephen Hemminger" <stephen@networkplumber.org>,
	"Herbert Xu" <herbert@gondor.apana.org.au>,
	"Tom Herbert" <therbert@google.com>,
	"David S. Miller" <davem@davemloft.net>
Cc: hideaki.yoshifuji@miraclelinux.com
Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] net: Export IGMP/MLD message validation code
Date: Mon, 13 Apr 2015 16:18:00 +0900	[thread overview]
Message-ID: <552B6DA8.10500@miraclelinux.com> (raw)
In-Reply-To: <20150411014645.GA20155@odroid>

Linus Lüssing wrote:
> On Fri, Apr 10, 2015 at 07:46:39PM +0200, Linus Lüssing wrote:
>> diff --git a/net/ipv6/mcast_snoop.c b/net/ipv6/mcast_snoop.c
>> new file mode 100644
>> index 0000000..95b34c0
>> --- /dev/null
>> +++ b/net/ipv6/mcast_snoop.c
>> @@ -0,0 +1,198 @@
>> +/* Copyright (C) 2015: Linus Lüssing <linus.luessing@c0d3.blue>
> 
> PS: I'm a little uncertain how this is usually done. If I should
> add someone (maybe Hideaki YOSHIFUJI, the original author of the
> bridge IPv6/MLD support?), then please let me know.

If you want to claim copyright, add myself (2010,
yoshfuji@linux-ipv6.org).  You may have Authors: lines for both.
Also, you could have description like "Based on MLD support by
...".

--yoshfuji

WARNING: multiple messages have this Message-ID (diff)
From: "YOSHIFUJI Hideaki/吉藤英明" <hideaki.yoshifuji@miraclelinux.com>
To: "Linus Lüssing" <linus.luessing@c0d3.blue>,
	b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org,
	bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	"Hideaki YOSHIFUJI" <yoshfuji@linux-ipv6.org>,
	"Stephen Hemminger" <stephen@networkplumber.org>,
	"Herbert Xu" <herbert@gondor.apana.org.au>,
	"Tom Herbert" <therbert@google.com>,
	"David S. Miller" <davem@davemloft.net>
Cc: hideaki.yoshifuji@miraclelinux.com
Subject: Re: [Bridge] [PATCH 2/2] net: Export IGMP/MLD message validation code
Date: Mon, 13 Apr 2015 16:18:00 +0900	[thread overview]
Message-ID: <552B6DA8.10500@miraclelinux.com> (raw)
In-Reply-To: <20150411014645.GA20155@odroid>

Linus Lüssing wrote:
> On Fri, Apr 10, 2015 at 07:46:39PM +0200, Linus Lüssing wrote:
>> diff --git a/net/ipv6/mcast_snoop.c b/net/ipv6/mcast_snoop.c
>> new file mode 100644
>> index 0000000..95b34c0
>> --- /dev/null
>> +++ b/net/ipv6/mcast_snoop.c
>> @@ -0,0 +1,198 @@
>> +/* Copyright (C) 2015: Linus Lüssing <linus.luessing@c0d3.blue>
> 
> PS: I'm a little uncertain how this is usually done. If I should
> add someone (maybe Hideaki YOSHIFUJI, the original author of the
> bridge IPv6/MLD support?), then please let me know.

If you want to claim copyright, add myself (2010,
yoshfuji@linux-ipv6.org).  You may have Authors: lines for both.
Also, you could have description like "Based on MLD support by
...".

--yoshfuji

WARNING: multiple messages have this Message-ID (diff)
From: "YOSHIFUJI Hideaki/吉藤英明" <hideaki.yoshifuji@miraclelinux.com>
To: "Linus Lüssing" <linus.luessing@c0d3.blue>,
	b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org,
	bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	"Hideaki YOSHIFUJI" <yoshfuji@linux-ipv6.org>,
	"Stephen Hemminger" <stephen@networkplumber.org>,
	"Herbert Xu" <herbert@gondor.apana.org.au>,
	"Tom Herbert" <therbert@google.com>,
	"David S. Miller" <davem@davemloft.net>
Cc: hideaki.yoshifuji@miraclelinux.com
Subject: Re: [PATCH 2/2] net: Export IGMP/MLD message validation code
Date: Mon, 13 Apr 2015 16:18:00 +0900	[thread overview]
Message-ID: <552B6DA8.10500@miraclelinux.com> (raw)
In-Reply-To: <20150411014645.GA20155@odroid>

Linus Lüssing wrote:
> On Fri, Apr 10, 2015 at 07:46:39PM +0200, Linus Lüssing wrote:
>> diff --git a/net/ipv6/mcast_snoop.c b/net/ipv6/mcast_snoop.c
>> new file mode 100644
>> index 0000000..95b34c0
>> --- /dev/null
>> +++ b/net/ipv6/mcast_snoop.c
>> @@ -0,0 +1,198 @@
>> +/* Copyright (C) 2015: Linus Lüssing <linus.luessing@c0d3.blue>
> 
> PS: I'm a little uncertain how this is usually done. If I should
> add someone (maybe Hideaki YOSHIFUJI, the original author of the
> bridge IPv6/MLD support?), then please let me know.

If you want to claim copyright, add myself (2010,
yoshfuji@linux-ipv6.org).  You may have Authors: lines for both.
Also, you could have description like "Based on MLD support by
...".

--yoshfuji

  reply	other threads:[~2015-04-13  7:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 17:46 [B.A.T.M.A.N.] [PATCH 1/2] bridge: multicast: call skb_checksum_{simple_, }validate Linus Lüssing
2015-04-10 17:46 ` [PATCH 1/2] bridge: multicast: call skb_checksum_{simple_,}validate Linus Lüssing
2015-04-10 17:46 ` [Bridge] [PATCH 1/2] bridge: multicast: call skb_checksum_{simple_, }validate Linus Lüssing
2015-04-10 17:46 ` [B.A.T.M.A.N.] [PATCH 2/2] net: Export IGMP/MLD message validation code Linus Lüssing
2015-04-10 17:46   ` Linus Lüssing
2015-04-10 17:46   ` [Bridge] " Linus Lüssing
2015-04-11  1:46   ` [B.A.T.M.A.N.] " Linus Lüssing
2015-04-11  1:46     ` [Bridge] " Linus Lüssing
2015-04-13  7:18     ` YOSHIFUJI Hideaki/吉藤英明 [this message]
2015-04-13  7:18       ` YOSHIFUJI Hideaki/吉藤英明
2015-04-13  7:18       ` [Bridge] " YOSHIFUJI Hideaki/吉藤英明
2015-04-13 17:32   ` [B.A.T.M.A.N.] " David Miller
2015-04-13 17:32     ` David Miller
2015-04-13 17:32     ` David Miller
2015-04-13 17:32     ` [Bridge] " David Miller
2015-04-12 13:38 ` [Bridge] [B.A.T.M.A.N.] [PATCH 1/2] bridge: multicast: call skb_checksum_{simple_, }validate Rudresh NB
2015-04-12 13:38   ` Rudresh NB

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=552B6DA8.10500@miraclelinux.com \
    --to=hideaki.yoshifuji@miraclelinux.com \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linus.luessing@c0d3.blue \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=therbert@google.com \
    --cc=yoshfuji@linux-ipv6.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.