From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 1/1] via-velocity: enable perfect filtering for multicast packets Date: Fri, 7 Nov 2008 14:49:35 -0800 Message-ID: <20081107144935.01202e62.akpm@linux-foundation.org> References: <20081107223617.GA23082@electric-eye.fr.zoreil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jgarzik@pobox.com, netdev@vger.kernel.org, =?ISO-8859-1?Q?S=E9guier_R?= =?ISO-8859-1?Q?=E9gis?= , HaraldWelte@viatech.com, JoeyZhuo@via.com.tw, AJJiang@via.com.tw, BruceChang@via.com.tw, WaltonLi@via.com.tw To: Francois Romieu Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:51433 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752617AbYKGWuQ (ORCPT ); Fri, 7 Nov 2008 17:50:16 -0500 In-Reply-To: <20081107223617.GA23082@electric-eye.fr.zoreil.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 7 Nov 2008 23:36:17 +0100 Francois Romieu wrote: > Signed-off-by: Joey Zhuo > Acked-off-by: Francois Romieu > --- > drivers/net/via-velocity.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c > index 3590ea5..11cb3e5 100644 > --- a/drivers/net/via-velocity.c > +++ b/drivers/net/via-velocity.c > @@ -2296,7 +2296,7 @@ static void velocity_set_multi(struct net_device *dev) > } > > mac_set_cam_mask(regs, vptr->mCAMmask); > - rx_mode = (RCR_AM | RCR_AB); > + rx_mode = RCR_AM | RCR_AB | RCR_AP; > } > if (dev->mtu > 1500) > rx_mode |= RCR_AL; Is this a bugfix, a regression fix or a feature? I assume that it was authored by Joey? The way to communicate that is to put his From: line at the top of the changelog. As it stands, this patch appears to have been authored by yourself.