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:
90c325e
)
rtnl/do_setlink(): notify when a netdev is modified
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Mon, 1 Sep 2014 14:07:29 +0000
(16:07 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 2 Sep 2014 19:57:04 +0000
(12:57 -0700)
Depending on which parameters were updated, the changes were not propagated via
the notifier chain and netlink.
The new flag has been set only when the change did not cause a call to the
notifier chain and/or to the netlink notification functions.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found