All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix bridge MAC change notification.
@ 2011-08-05  1:55 Andrei Warkentin
  2011-08-05  1:55 ` [PATCH] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change Andrei Warkentin
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andrei Warkentin @ 2011-08-05  1:55 UTC (permalink / raw)
  To: netdev

This is my first time on netdev. I am writing about the ensuring
that upper network layers are aware of bridge MAC changes due
to re-configuration or port addition/removal.

It seems this topic has cropped up before, with one patch by 
Stephen Hemminger already in 3.0, and a fix for it (sent 7/22)
(http://marc.info/?l=linux-netdev&m=131135705613958&w=2) pending.

The existing patches don't cover the br_del_if case, the case of 
a changing MAC address on a port associated with the bridge, and
the case of manually setting the MAC address, which the following
patch remedies.

Table of Contents:
[PATCH] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.

Thank you,
A


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-08-10  4:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05  1:55 Fix bridge MAC change notification Andrei Warkentin
2011-08-05  1:55 ` [PATCH] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change Andrei Warkentin
2011-08-05  2:11 ` Always send NETDEV_CHANGEADDR up Andrei Warkentin
2011-08-05  2:11 ` [PATCHv2] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change Andrei Warkentin
2011-08-05  2:17 ` Always send NETDEV_CHANGEADDR up Andrei Warkentin
2011-08-05  2:17 ` [PATCHv3] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change Andrei Warkentin
2011-08-05  4:36   ` Stephen Hemminger
2011-08-05  6:13     ` Andrei Warkentin
2011-08-05 21:04       ` Always send NETDEV_CHANGEADDR up Andrei Warkentin
2011-08-05 21:04       ` [PATCHv4] Bridge: Always send NETDEV_CHANGEADDR up on br MAC change Andrei Warkentin
2011-08-08 20:12         ` Stephen Hemminger
2011-08-09  5:12           ` Andrei Warkentin
2011-08-10  4:45           ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.