]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6e2537a6fa3e5968ab0199cf25c4a83520e5254a
tree62f92afc09fc12f37e1048147ea0090e652921c8
parentde689b60ce4a1294610ab9432e1119d2246fbf15
parente4c1a0e2d1c229f5f2cad26311bb7db81ba8a9d8
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>