Merge branch 'dsa-hw-bridging'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 20:24:05 +0000 (13:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 20:24:05 +0000 (13:24 -0700)
commit7836b16c0dd1d3039ccc35ceeff6d75401fbba8c
tree62f92afc09fc12f37e1048147ea0090e652921c8
parent5ce58c2f13eaa8ca6d7e1041175433bd8cc55756
parentb2a6b93a0c5730dd96f224ed22ccd0662d06b3b0
Merge branch 'dsa-hw-bridging'

Guenter Roeck says:

====================
net: dsa: HW bridging, EEE support

Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code
for HW bridging support, without adding the code itself. For the most part
this factors out common port initialization code. There is no functional
change except for patch 3, which disables the message port bit for the
CPU port to prevent packet duplication if HW bridging is configured.

Patch 8 adds the infrastructure for hardware bridging support to the
mv88e6xxx code.

Patch 9 wires the MV88E6352 driver to support hardware bridging.

Patches 10 to 12 add support for ndo_fdb functions to the dsa subsystem,
and wire up the MV88E6352 driver to support those functions.

Patches 13 to 16 add EEE support and HW bridging support to the mv88e6171
driver. This set of patches is from Andrew, applied on top of the first
set of patches.

The series applies to net-next as of 3/24/2015.

Thanks a lot to Andrew Lunn for testing and valuable feedback.
====================

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