From: Wang Chen Date: Tue, 15 Jul 2008 03:54:23 +0000 (-0700) Subject: ipv6: Check return of dev_set_allmulti X-Git-Tag: v2.6.27-rc1~969^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae7b444137143a4e067b80354171ab128eb1b2b;p=pandora-kernel.git ipv6: Check return of dev_set_allmulti allmulti might overflow. Commit: "netdevice: Fix promiscuity and allmulti overflow" in net-next makes dev_set_promiscuity/allmulti return error number if overflow happened. Here, we check the positive increment for allmulti to get error return. Signed-off-by: Wang Chen Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed