]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/linux/netdevice.h
[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)
commit4417da668c0021903464f92db278ddae348e0299
treea4330cbc2e69a5714fee0a04bcfbabe97109de46
parent3fba5a8b1e3df2384b90493538161e83cf15dd5f
[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