]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: dev: secondary unicast address support
authorPatrick McHardy <kaber@trash.net>
Wed, 27 Jun 2007 08:28:10 +0000 (01:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:15:56 +0000 (22:15 -0700)
commitef222f7e3f1f60b34e46a5c7fde7368edcf12b06
treea4330cbc2e69a5714fee0a04bcfbabe97109de46
parent1c810f13ea1a4ebc42bea6334c2456cff6836c65
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/core/dev_mcast.c