git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a466ae
)
macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.
author
Peter Christensen
<pch@ordbogen.com>
Thu, 8 May 2014 09:15:37 +0000
(11:15 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 12 May 2014 18:15:37 +0000
(14:15 -0400)
Clearing the IFF_ALLMULTI flag on a down interface could cause an allmulti
overflow on the underlying interface.
Attempting the set IFF_ALLMULTI on the underlying interface would cause an
error and the log message:
"allmulti touches root, set allmulti failed."
Signed-off-by: Peter Christensen <pch@ordbogen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c
patch
|
blob
|
history
diff --cc
drivers/net/macvlan.c
Simple merge