From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 00/15] s390/net: updates 2017-12-20 Date: Wed, 20 Dec 2017 20:10:54 +0100 Message-ID: <20171220191109.90487-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]:54974 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755838AbdLTTLW (ORCPT ); Wed, 20 Dec 2017 14:11:22 -0500 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vBKJ9YiL019300 for ; Wed, 20 Dec 2017 14:11:21 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0b-001b2d01.pphosted.com with ESMTP id 2eyvxtajqk-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 20 Dec 2017 14:11:21 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Dec 2017 19:11:19 -0000 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, Please apply the following patch series for 4.16. Nothing too exciting, mostly just beating the qeth L3 code into shape. Thanks & happy holidays, Julian Elena Reshetova (2): net: convert lcs_reply.refcnt from atomic_t to refcount_t qeth: convert qeth_reply.refcnt from atomic_t to refcount_t Julian Wiedmann (13): s390/qeth: use ip*_eth_mc_map helpers s390/qeth: drop CONFIG_QETH_IPV6 s390/qeth: don't keep track of MAC address's cast type s390/qeth: consolidate qeth MAC address helpers s390/qeth: use ether_addr_* helpers s390/qeth: align L2 and L3 set_rx_mode() implementations s390/qeth: robustify qeth_get_ip_version() s390/qeth: clean up l3_get_cast_type() s390/qeth: recognize non-IP multicast on L3 transmit s390/qeth: unionize next-hop field in qeth L3 header s390/qeth: streamline l3_fill_header() s390/qeth: pass full data length to l3_fill_header() s390/qeth: replace open-coded in*_pton() drivers/s390/net/Kconfig | 3 - drivers/s390/net/lcs.c | 10 +- drivers/s390/net/lcs.h | 3 +- drivers/s390/net/qeth_core.h | 42 ++-- drivers/s390/net/qeth_core_main.c | 19 +- drivers/s390/net/qeth_core_mpc.h | 13 +- drivers/s390/net/qeth_l2.h | 3 +- drivers/s390/net/qeth_l2_main.c | 92 +++----- drivers/s390/net/qeth_l3.h | 3 +- drivers/s390/net/qeth_l3_main.c | 474 +++++++++++--------------------------- drivers/s390/net/qeth_l3_sys.c | 12 + 11 files changed, 234 insertions(+), 440 deletions(-) -- 2.13.5