Please apply the following patch series for qeth to netdev's net-next tree. The netlink bridgeport attribute LEARNING_SYNC can be used to enable qeth interfaces to report MAC addresses that are reachable via this qeth interface to the attached software bridge via switchdev notifiers SWITCHDEV_FDB_ADD_TO_BRIDGE and SWITCHDEV_FDB_DEL_TO_BRIDGE. Extend this support of LEARNING_SYNC to the bridge to switchdev notifiers SWITCHDEV_FDB_ADD_TO_DEVICE and SWITCHDEV_FDB_DEL_TO_DEVICE. Add the capability to sync MAC addresses that are learned by a north-facing, non-isolated bridgeport of a software bridge to south-facing, isolated bridgeports. This enables the software bridge to influence south to north traffic steering in hardware. Alexandra Winter (3): s390/qeth: Register switchdev event handler s390/qeth: Switchdev event handler s390/qeth: Update MACs of LEARNING_SYNC device drivers/s390/net/Kconfig | 1 + drivers/s390/net/qeth_l2_main.c | 239 +++++++++++++++++++++++++++++++- 2 files changed, 237 insertions(+), 3 deletions(-) -- 2.25.1