]> git.baikalelectronics.ru Git - kernel.git/commit
rtnl/do_setlink(): notify when a netdev is modified
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 1 Sep 2014 14:07:29 +0000 (16:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 19:57:04 +0000 (12:57 -0700)
commit8b81a3a8b14a0353e0c2e19d4bde886f4bd0e081
treea31001f42e367eac32e74c69ab2d48e571a14645
parentb8aa0be5c1ef31de3c695b0e3a366a0f6e38c960
rtnl/do_setlink(): notify when a netdev is modified

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>
net/core/rtnetlink.c