Hi Jakub, please apply the following patch series for qeth to netdev's net-next tree. This brings some cleanups, and a bunch of improvements for our .get_link_ksettings() code. Julian Wiedmann (8): s390/qeth: don't call INIT_LIST_HEAD() on iob's list entry s390/qeth: reduce rtnl locking for switchdev events s390/qeth: tolerate error when querying card info s390/qeth: improve QUERY CARD INFO processing s390/qeth: set static link info during initialization s390/qeth: clean up default cases for ethtool link mode s390/qeth: use QUERY OAT for initial link info s390/qeth: improve selection of ethtool link modes Kaixu Xia (1): s390/qeth: remove useless if/else drivers/s390/net/qeth_core.h | 24 ++- drivers/s390/net/qeth_core_main.c | 232 ++++++++++++++++++++++++++-- drivers/s390/net/qeth_core_mpc.h | 40 ++++- drivers/s390/net/qeth_ethtool.c | 243 +++++++++++------------------- drivers/s390/net/qeth_l2_main.c | 33 ++-- drivers/s390/net/qeth_l3_main.c | 5 +- 6 files changed, 378 insertions(+), 199 deletions(-) -- 2.17.1