From: Patrick McHardy Date: Wed, 27 Jun 2007 08:28:10 +0000 (-0700) Subject: [NET]: dev: secondary unicast address support X-Git-Tag: v2.6.23-rc1~1109^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4417da668c0021903464f92db278ddae348e0299;p=pandora-kernel.git [NET]: dev: secondary unicast address support Add support for configuring secondary unicast addresses on network devices. To support this devices capable of filtering multiple unicast addresses need to change their set_multicast_list function to configure unicast filters as well and assign it to dev->set_rx_mode instead of dev->set_multicast_list. Other devices are put into promiscous mode when secondary unicast addresses are present. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed