]> git.karo-electronics.de Git - karo-tx-linux.git/commit
r6040: Fix multicast list iteration when hash filter is used
authorBen Hutchings <ben@decadent.org.uk>
Fri, 15 Oct 2010 03:36:53 +0000 (04:36 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:43:23 +0000 (12:43 -0700)
commitb19dda10c483c0a4fa02310653a441e413b98397
treea45e0c0ccbc189be8d2cfb37799121bb7a5066c6
parent8a194c449871648f25c56ec050e6948d19a7d78a
r6040: Fix multicast list iteration when hash filter is used

This was fixed in mainline by the interface change made in commit
f9dcbcc9e338d08c0f7de7eba4eaafbbb7f81249.

After walking the multicast list to set up the hash filter, this
function will walk off the end of the list when filling the
exact-match entries.  This was fixed in mainline by the interface
change made in commit f9dcbcc9e338d08c0f7de7eba4eaafbbb7f81249.

Reported-by: spamalot@hispeed.ch
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=15355
Reported-by: Jason Heeris <jason.heeris@gmail.com>
Reference: http://bugs.debian.org/600155
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/r6040.c