lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20120430.214727.2237869140591442277.davem@davemloft.net> Date: Mon, 30 Apr 2012 21:47:27 -0400 (EDT) From: David Miller <davem@...emloft.net> To: roy.qing.li@...il.com Cc: netdev@...r.kernel.org, richardcochran@...il.com, tshimizu818@...il.com Subject: Re: [PATCH net-next] pch_gbe: reprogram multicast address register on reset From: roy.qing.li@...il.com Date: Sat, 28 Apr 2012 13:53:41 +0800 > From: RongQing.Li <roy.qing.li@...il.com> > > The reset logic after a Rx FIFO overrun will clear the programmed > multicast addresses. This patch fixes the issue by reprogramming the > registers after the reset. > > The commit eefc48b tried to fix this problem, but it introduces > unnecessary codes. In fact, all multicast addresses have been saved > in netdev->mc, So we can call pch_gbe_set_multi() directly after > reset_hw and reset_rx. > > This commit kills 50+ line codes > > Cc: Richard Cochran <richardcochran@...il.com> > Cc: Takahiro Shimizu <tshimizu818@...il.com> > Signed-off-by: RongQing.Li <roy.qing.li@...il.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists