From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 0/8] s390/qeth: updates 2018-11-08 Date: Thu, 8 Nov 2018 15:06:14 +0100 Message-ID: <20181108140622.35244-1-jwi@linux.ibm.com> Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann To: David Miller Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46352 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbeKHXmM (ORCPT ); Thu, 8 Nov 2018 18:42:12 -0500 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wA8E2uZp043260 for ; Thu, 8 Nov 2018 09:06:34 -0500 Received: from e06smtp02.uk.ibm.com (e06smtp02.uk.ibm.com [195.75.94.98]) by mx0a-001b2d01.pphosted.com with ESMTP id 2nmnmwb18b-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 08 Nov 2018 09:06:33 -0500 Received: from localhost by e06smtp02.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Nov 2018 14:06:31 -0000 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, please apply the following qeth patches to net-next. The first patch allows one more device type to query the FW for a MAC address, the others are all basically just removal of duplicated or unused code. Thanks, Julian Julian Wiedmann (8): s390/qeth: utilize virtual MAC for Layer2 OSD devices s390/qeth: handle af_iucv skbs in qeth_l3_fill_header() s390/qeth: unify transmit code s390/qeth: remove card list s390/qeth: replace open-coded cmd setup s390/qeth: remove two IPA command helpers s390/qeth: remove unused fallback in Layer3's MAC code s390/qeth: don't process hsuid in qeth_l3_setup_netdev() drivers/s390/net/qeth_core.h | 19 +----- drivers/s390/net/qeth_core_main.c | 137 ++++++++++++++++--------------------- drivers/s390/net/qeth_core_mpc.c | 1 - drivers/s390/net/qeth_core_mpc.h | 32 +++++---- drivers/s390/net/qeth_l2_main.c | 45 ++++--------- drivers/s390/net/qeth_l3_main.c | 138 +++++++------------------------------- 6 files changed, 113 insertions(+), 259 deletions(-) -- 2.16.4