From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:35908 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbeCNRtU (ORCPT ); Wed, 14 Mar 2018 13:49:20 -0400 Date: Wed, 14 Mar 2018 13:49:17 -0400 (EDT) Message-Id: <20180314.134917.40518319508243086.davem@davemloft.net> To: lucien.xin@gmail.com Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com Subject: Re: [PATCH net-next 0/5] sctp: add support for some sctp auth APIs from RFC6458 From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Wed, 14 Mar 2018 19:05:29 +0800 > This patchset mainly adds support for SCTP AUTH Information for sendmsg, > described in RFC6458: > > 5.3.8. SCTP AUTH Information Structure (SCTP_AUTHINFO) > > and also adds a sockopt described in RFC6458: > > 8.3.4. Deactivate a Shared Key (SCTP_AUTH_DEACTIVATE_KEY) > > and two types of events for AUTHENTICATION_EVENT described in RFC6458: > > 6.1.8. SCTP_AUTHENTICATION_EVENT: > - SCTP_AUTH_NO_AUTH > - SCTP_AUTH_FREE_KEY > > After this patchset, we have fully support for sctp_sendv in kernel. > > Note that this patchset won't touch that sctp options merge conflict. Series applied, thanks Xin.