Merge branch 'bridge-fdb-dump-filter'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Jul 2014 19:38:07 +0000 (12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jul 2014 19:38:07 +0000 (12:38 -0700)
commit51b5bd199a54e9d4bed2b3a9192b07fdf7ce0adb
tree8d42638be83b6904e1a2a8f58f41988ee9390430
parent69b4b7a4148e94a3fe7f06f72ee70113a6c61837
parent5e6d243587990a588143b9da3974833649595587
Merge branch 'bridge-fdb-dump-filter'

Jamal Hadi Salim says:

====================
bridge: fdb dumping takes a filter device

v7:
Vxlan driver was not updated with new API. Found by DaveM

v6:
Missed checkpatch > 80 chars lines found by Varka Bhadram

v5:
 Embarassing qlnic compile failure found by DaveM

v4:
 Request from DaveM to use proper comment tagging and remove if-stmnt braces

V3:
 Suggestion from Eric D. to use for_each_netdev
 Suggestion from Stephen H. to reduce level of indentation

V2:
Suggestions from Vlad
 Get rid of rcu read lock since rtnl_lock is being held
 simplify for readability
====================

Signed-off-by: David S. Miller <davem@davemloft.net>