From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:45042 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752871AbeCPOGt (ORCPT ); Fri, 16 Mar 2018 10:06:49 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2GE5d1Q052581 for ; Fri, 16 Mar 2018 10:06:48 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2grdxm4cx8-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Fri, 16 Mar 2018 10:06:48 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Mar 2018 14:06:46 -0000 From: Ursula Braun To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, raspl@linux.vnet.ibm.com, ubraun@linux.vnet.ibm.com Subject: [PATCH net-next 0/3] net/smc: IPv6 support Date: Fri, 16 Mar 2018 15:06:38 +0100 Message-Id: <20180316140641.7059-1-ubraun@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: Dave, these smc patches for the net-next tree add IPv6 support. Thanks, Ursula Karsten Graul (3): net/smc: restructure netinfo for CLC proposal msgs net/smc: add ipv6 support to CLC layer net/smc: enable ipv6 support for smc net/smc/af_smc.c | 78 +++++++++++++-------- net/smc/smc.h | 4 +- net/smc/smc_clc.c | 203 +++++++++++++++++++++++++++++++++++++++++++++--------- net/smc/smc_clc.h | 17 +++-- 4 files changed, 235 insertions(+), 67 deletions(-) -- 2.13.5