From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 00/13] s390/net: updates 2018-04-26 Date: Thu, 26 Apr 2018 09:42:11 +0200 Message-ID: <20180426074224.100432-1-jwi@linux.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]:39396 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753982AbeDZHnB (ORCPT ); Thu, 26 Apr 2018 03:43:01 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w3Q7dPvb081136 for ; Thu, 26 Apr 2018 03:43:00 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0b-001b2d01.pphosted.com with ESMTP id 2hk6p2hc7r-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Apr 2018 03:43:00 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Apr 2018 08:42:58 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, please apply the following patches to net-next. There's the usual cleanups & small improvements, and Kittipon adds HW offload support for IPv6 checksumming. Thanks, Julian Julian Wiedmann (6): s390/qeth: skip QDIO queue handler indirection s390/qeth: convert vlan spinlock to mutex s390/qeth: don't worry about IPs on VLAN removal s390/qeth: extract csum offload helpers s390/qeth: disregard IPv4 header for RX csum offload s390/qeth: improve fallback to random MAC address Kittipon Meesompop (6): s390/qeth: de-indent else after return s390/qeth: add stats counter for RX csum offload s390/qeth: query IPv6 assists during hardsetup s390/qeth: extend Checksum Offload Assists for IPv6 s390/qeth: add IPv6 TX checksum offload support s390/qeth: add IPv6 RX checksum offload support Ursula Braun (1): s390/net: set HW port number in netdevice drivers/s390/net/lcs.c | 3 + drivers/s390/net/qeth_core.h | 61 ++++++++--- drivers/s390/net/qeth_core_main.c | 148 +++++++++++++++++---------- drivers/s390/net/qeth_core_mpc.h | 2 + drivers/s390/net/qeth_core_sys.c | 2 + drivers/s390/net/qeth_l2_main.c | 98 ++++++++---------- drivers/s390/net/qeth_l3_main.c | 207 +++++++------------------------------- 7 files changed, 229 insertions(+), 292 deletions(-) -- 2.13.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 00/13] s390/net: updates 2018-04-26 Date: Thu, 26 Apr 2018 09:42:11 +0200 Message-ID: <20180426074224.100432-1-jwi@linux.ibm.com> Return-path: Sender: netdev-owner@vger.kernel.org List-Archive: List-Post: To: David Miller Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann List-ID: Hi Dave, please apply the following patches to net-next. There's the usual cleanups & small improvements, and Kittipon adds HW offload support for IPv6 checksumming. Thanks, Julian Julian Wiedmann (6): s390/qeth: skip QDIO queue handler indirection s390/qeth: convert vlan spinlock to mutex s390/qeth: don't worry about IPs on VLAN removal s390/qeth: extract csum offload helpers s390/qeth: disregard IPv4 header for RX csum offload s390/qeth: improve fallback to random MAC address Kittipon Meesompop (6): s390/qeth: de-indent else after return s390/qeth: add stats counter for RX csum offload s390/qeth: query IPv6 assists during hardsetup s390/qeth: extend Checksum Offload Assists for IPv6 s390/qeth: add IPv6 TX checksum offload support s390/qeth: add IPv6 RX checksum offload support Ursula Braun (1): s390/net: set HW port number in netdevice drivers/s390/net/lcs.c | 3 + drivers/s390/net/qeth_core.h | 61 ++++++++--- drivers/s390/net/qeth_core_main.c | 148 +++++++++++++++++---------- drivers/s390/net/qeth_core_mpc.h | 2 + drivers/s390/net/qeth_core_sys.c | 2 + drivers/s390/net/qeth_l2_main.c | 98 ++++++++---------- drivers/s390/net/qeth_l3_main.c | 207 +++++++------------------------------- 7 files changed, 229 insertions(+), 292 deletions(-) -- 2.13.5