Please apply the following patch series for smc to netdev's net tree. Patch 1 fixes the toleration of older SMC implementations. Patch 2 takes care of a problem that happens when SMCR is used after SMCD initialization failed. Patch 3 fixes a problem with freed send buffers, and patch 4 corrects refcounting when SMC terminates due to device removal. Thanks, Karsten Karsten Graul (1): net/smc: fix toleration of fake add_link messages Ursula Braun (3): net/smc: set rx_off for SMCR explicitly net/smc: reset sndbuf_desc if freed net/smc: fix sock refcounting in case of termination net/smc/smc_close.c | 15 ++++++++------- net/smc/smc_core.c | 3 +++ net/smc/smc_llc.c | 15 ++++++++++++++- 3 files changed, 25 insertions(+), 8 deletions(-) -- 2.17.1