From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 0/4] s390/qeth: updates 2017-12-27 Date: Wed, 27 Dec 2017 17:44:27 +0100 Message-ID: <20171227164431.17118-1-jwi@linux.vnet.ibm.com> Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann To: David Miller Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:44406 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751894AbdL0Qol (ORCPT ); Wed, 27 Dec 2017 11:44:41 -0500 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vBRGiS0P132918 for ; Wed, 27 Dec 2017 11:44:41 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2f4e41jvh5-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 27 Dec 2017 11:44:40 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 27 Dec 2017 16:44:38 -0000 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, please apply some post-christmas leftovers for 4.16. Two patches to improve IP address management on L3, and two that add support to auto-config the transport mode on z/VM VNICs. Note that one patch in the series touches arch/s390 (acked by Martin). Thanks, Julian Julian Wiedmann (4): s390/qeth: improve error reporting on IP add/removal s390/qeth: use common helper to display rxip/vipa s390/diag: add diag26c support for VNIC info s390/qeth: support early setup for z/VM NICs arch/s390/include/asm/diag.h | 44 +++++++++++++++- drivers/s390/net/qeth_core_main.c | 86 ++++++++++++++++++++++++++++---- drivers/s390/net/qeth_l3.h | 12 +++-- drivers/s390/net/qeth_l3_main.c | 36 ++++++++------ drivers/s390/net/qeth_l3_sys.c | 102 +++++++++++--------------------------- 5 files changed, 179 insertions(+), 101 deletions(-) -- 2.13.5