Hi Dave, please apply the following fixes to your net tree. The first two patches target the RX data path, the third fixes a memory leak when shutting down a qeth device. Thanks, Julian Julian Wiedmann (3): s390/qeth: guard against runt packets s390/qeth: ensure linear access to packet headers s390/qeth: fix dangling IO buffers after halt/clear drivers/s390/net/qeth_core.h | 4 + drivers/s390/net/qeth_core_main.c | 158 +++++++++++++++++++----------- drivers/s390/net/qeth_core_mpc.h | 14 --- drivers/s390/net/qeth_ethtool.c | 1 + drivers/s390/net/qeth_l2_main.c | 12 +-- drivers/s390/net/qeth_l3_main.c | 13 +-- 6 files changed, 119 insertions(+), 83 deletions(-) -- 2.17.1