Merge branch 'cxgb4-addr-sync'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 19:16:13 +0000 (14:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 19:16:13 +0000 (14:16 -0500)
commit37a6351a64a95f0671d2b3e24b6b085a5885a927
tree981da5e0eef63572be5474796af6db38f75a1f66
parent07dabf20d9867710b90b91108b2adcd448773e25
parentfe5d2709b09a38ac171df1438b88769a0767b8b2
Merge branch 'cxgb4-addr-sync'

Hariprasad Shenai says:

====================
cxgb4: Use __dev_[um]c_[un]sync for MAC address syncing

This patch series adds support to use __dev_uc_sync/__dev_mc_sync to add
MAC address and __dev_uc_unsync/__dev_mc_unsync to delete MAC address.

This patch series has been created against net-next tree and includes
patches on cxgb4 and cxgb4vf driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.
====================

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