From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net-next 00/13] s390: qeth patches Date: Thu, 16 Jun 2016 16:18:50 +0200 Message-ID: <1466086743-55484-1-git-send-email-ubraun@linux.vnet.ibm.com> Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, utz.bacher@de.ibm.com To: davem@davemloft.net Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:59552 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754398AbcFPOTp (ORCPT ); Thu, 16 Jun 2016 10:19:45 -0400 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5GEIxri097529 for ; Thu, 16 Jun 2016 10:19:25 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0b-001b2d01.pphosted.com with ESMTP id 23kdg5h3wp-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Jun 2016 10:19:25 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Jun 2016 15:19:23 +0100 Sender: netdev-owner@vger.kernel.org List-ID: From: Ursula Braun Hi Dave, here are patches for the s390 qeth driver for net-next: Patch 01 is a minor improvement for the bridgeport code in qeth. Patches 02-07 take care about scatter/gather handling in qeth. Patch 08 improves handling of multicast IP addresses in the qeth layer3 discipline. Patches 09-11 improve netdev features related functions in qeth. Patch 12 implements an outbound queue restriction for HiperSockets. Patch 13 fixes a wrong indentation in qeth_l3_main.c causing a warning with gcc-6. Thanks, Ursula shortlog: Eugene Crosser (7): qeth: Include error message for "OS Mismatch" qeth: refactor calculation of SBALE count qeth: clean up condition when tso is used qeth: fill netdevice->gso_* attributes accurately qeth: enable scatter/gather in layer 2 mode qeth: enable scatter/gather by default qeth: introduce linearization fail count to stats Hans Wippel (3): qeth: add network device features for VLAN devices qeth: improve set_features error handling qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSockets Lakhvich Dmitriy (1): qeth: optimize IP handling in rx_mode callback Sebastian Ott (1): s390/qeth: fix indentation in qeth_l3_arp_query Thomas Richter (1): qeth layer 2 and layer 3 common feature handling drivers/s390/net/qeth_core.h | 45 +- drivers/s390/net/qeth_core_main.c | 231 ++++++--- drivers/s390/net/qeth_core_sys.c | 4 + drivers/s390/net/qeth_l2.h | 7 + drivers/s390/net/qeth_l2_main.c | 105 ++-- drivers/s390/net/qeth_l3.h | 31 +- drivers/s390/net/qeth_l3_main.c | 1024 +++++++++++++++++-------------------- drivers/s390/net/qeth_l3_sys.c | 78 ++- 8 files changed, 800 insertions(+), 725 deletions(-) -- 2.6.6