]> 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)
commite4ec9cca9aa81ee0921c0b16dfbed4c0c23806e8
tree62f92afc09fc12f37e1048147ea0090e652921c8
parentbb483c769b4b01fcf7132d6e0b9b1e8ddf7b3770
parente60814e74d2fa924ba12a964a023e0ff524d91d2
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>