From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:51842 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751188AbeCIRNP (ORCPT ); Fri, 9 Mar 2018 12:13:15 -0500 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w29HAehA112415 for ; Fri, 9 Mar 2018 12:13:14 -0500 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0a-001b2d01.pphosted.com with ESMTP id 2gkwwe1ax1-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Fri, 09 Mar 2018 12:13:14 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Mar 2018 17:13:12 -0000 From: Julian Wiedmann To: David Miller Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann Subject: [PATCH net-next 00/12] s390/qeth: updates 2018-03-09 Date: Fri, 9 Mar 2018 18:12:51 +0100 Message-Id: <20180309171303.65736-1-jwi@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, here is the current pile of qeth patches for net-next. Just the usual small updates and clean ups. Please apply. Thanks, Julian Julian Wiedmann (12): s390/qeth: use __ipa_cmd() for casting an IPA cmd buffer s390/qeth: remove outdated portname debug msg s390/qeth: support SG for more device types s390/qeth: advertise IFF_UNICAST_FLT s390/qeth: pass correct length to header_ops->create() s390/qeth: allocate skb from NAPI cache s390/qeth: reduce RX skb setup s390/qeth: reset NAPI context during queue init s390/qeth: restructure IP notification handlers s390/qeth: simplify card look-up on IP notification s390/qeth: extract helpers for managing special IPs s390/qeth: shrink qeth_ipaddr struct drivers/s390/net/qeth_core.h | 8 - drivers/s390/net/qeth_core_main.c | 40 ++-- drivers/s390/net/qeth_l2_main.c | 34 ++-- drivers/s390/net/qeth_l3.h | 34 ++-- drivers/s390/net/qeth_l3_main.c | 419 ++++++++++++-------------------------- drivers/s390/net/qeth_l3_sys.c | 51 ++--- 6 files changed, 198 insertions(+), 388 deletions(-) -- 2.13.5