The following patches added support for 'learning_sync on/off self' to the qeth device driver: 521c65b64916 s390/qeth: implement ndo_bridge_setlink for learning_sync 780b6e7db25e s390/qeth: implement ndo_bridge_getlink for learning_sync 10a6cfc0fc82 s390/qeth: Translate address events into switchdev notifiers The 'learning_sync self' attribute is used to enable syncing from the HW fdb to the software bridge's fdb via SWITCHDEV_FDB_ADD/DEL_TO_BRIDGE notifications. The current patchset now adds support for 'learning_sync on/off [master]' to synchronize from the software bridge's fdb to a hardware fdb. Alexandra Winter (2): net/bridge: Support learning_sync on master net/bridge: Update uc addr on LEARNING_SYNC bp include/uapi/linux/if_link.h | 2 +- net/bridge/br_fdb.c | 28 ++++++++++++++++++++++++++++ net/bridge/br_netlink.c | 5 +++++ 3 files changed, 34 insertions(+), 1 deletion(-) -- 2.25.1