Re: [VLAN]: set_rx_mode support for unicast address list

2008-01-31 Thread David Miller
Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[VLAN]: set_rx_mode support for unicast address list

2008-01-29 Thread Patrick McHardy
commit fbf2742ff936c751444ae610ae45c6ef54c14658 Author: Chris Leech <[EMAIL PROTECTED]> Date: Thu Jan 24 18:24:53 2008 +0100 [VLAN]: set_rx_mode support for unicast address list Reuse the existing logic for multicast list synchronization for the unicast address list. Th

Re: [VLAN] set_rx_mode support for unicast address list

2008-01-24 Thread Patrick McHardy
Chris Leech wrote: Reuse the existing logic for multicast list synchronization for the unicast address list. The core of dev_mc_sync/unsync are split out as __dev_addr_sync/unsync and moved from dev_mcast.c to dev.c. These are then used to implement dev_unicast_sync/unsync as well. I'm working

[VLAN] set_rx_mode support for unicast address list

2008-01-24 Thread Chris Leech
Reuse the existing logic for multicast list synchronization for the unicast address list. The core of dev_mc_sync/unsync are split out as __dev_addr_sync/unsync and moved from dev_mcast.c to dev.c. These are then used to implement dev_unicast_sync/unsync as well. I'm working on cleaning up Intel'