]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vxlan_lower_dev_unregister'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 07:39:05 +0000 (23:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 07:39:05 +0000 (23:39 -0800)
commit71c8527b3acf207bb2bddd06c46f8058e2bab7fb
tree601cab1761c36f24798e4b168595534f5feacb5d
parentde08081a4cce586226de856110a8ea7d3db90eca
parent3163de8c075613efe08d66c5e8ae3e63aaa39520
Merge branch 'vxlan_lower_dev_unregister'

Daniel Borkmann says:

====================
vxlan updates

Did the split into two patches upon request from Cong Wang.

Changelog:

 v1->v2:
  - Removed BUG_ON as it's not needed.
 v2->v3:
  - Removed dev->reg_state check for netns.
 v3->v4:
  - Removed list_del(), we seem to do it in some places and
    in some others not; we agreed it's not really necessary.
  - Split patch into 2 patches, notifier part and module
    unload cleanup part.
====================

Reviewed-by: Cong Wang <cwang@twopensource.com>
Signed-off-by: David S. Miller <davem@davemloft.net>