Hi Dave, please apply one more round of qeth patches to net-next. This series targets the driver's control paths. It primarily brings improvements to the error handling for sent cmds and received responses, along with the usual cleanup and consolidation efforts. Thanks, Julian Julian Wiedmann (10): s390/qeth: reduce data length for ARP cache query s390/qeth: consolidate filling of low-level cmd length fields s390/qeth: enable only required csum offload features s390/qeth: align csum offload with TSO control logic s390/qeth: limit trace to valid data of command request s390/qeth: simplify reply object handling s390/qeth: cancel cmd on early error s390/qeth: allow cmd callbacks to return errnos s390/qeth: convert bridgeport callbacks s390/qeth: convert remaining legacy cmd callbacks drivers/s390/net/qeth_core.h | 8 +- drivers/s390/net/qeth_core_main.c | 498 +++++++++++++++++++------------------- drivers/s390/net/qeth_core_mpc.c | 23 +- drivers/s390/net/qeth_core_mpc.h | 15 -- drivers/s390/net/qeth_l2_main.c | 150 +++++------- drivers/s390/net/qeth_l3_main.c | 128 ++++++---- 6 files changed, 394 insertions(+), 428 deletions(-) -- 2.16.4