Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932812AbbDMRcc (ORCPT ); Mon, 13 Apr 2015 13:32:32 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:53068 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753427AbbDMRca convert rfc822-to-8bit (ORCPT ); Mon, 13 Apr 2015 13:32:30 -0400 Date: Mon, 13 Apr 2015 13:32:28 -0400 (EDT) Message-Id: <20150413.133228.1185934929215664377.davem@davemloft.net> To: linus.luessing@c0d3.blue Cc: b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, yoshfuji@linux-ipv6.org, stephen@networkplumber.org, herbert@gondor.apana.org.au, therbert@google.com Subject: Re: [PATCH 2/2] net: Export IGMP/MLD message validation code From: David Miller In-Reply-To: <1428687999-18428-2-git-send-email-linus.luessing@c0d3.blue> References: <1428687999-18428-1-git-send-email-linus.luessing@c0d3.blue> <1428687999-18428-2-git-send-email-linus.luessing@c0d3.blue> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 13 Apr 2015 10:32:30 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1206 Lines: 28 From: Linus L?ssing Date: Fri, 10 Apr 2015 19:46:39 +0200 > With this patch, the IGMP and MLD message validation functions are moved > from the bridge code to IPv4/IPv6 multicast files. Some small > refactoring was done to enhance readibility and to iron out some > differences in behaviour between the IGMP and MLD parsing code (e.g. the > skb-cloning of MLD messages is now only done if necessary, just like the > IGMP part always did). > > Finally, these IGMP and MLD message validation functions are exported so > that not only the bridge can use it but batman-adv later, too. > > Signed-off-by: Linus L?ssing Please update the copyrights as per your discussion with YOSHIFUJI Hideaki. Also, please provide a cover "[PATCH 0/2] " posting with a top-level summary of what this series is doing so I can use that text in the message of the merge commit I'll create when applying your series. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/