From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 7/8] SCTP: API updates to suport SCTP-AUTH extensions. Date: Sun, 16 Sep 2007 19:34:11 -0700 (PDT) Message-ID: <20070916.193411.31751391.davem@davemloft.net> References: <1189795499444-git-send-email-vladislav.yasevich@hp.com> <1189795500886-git-send-email-vladislav.yasevich@hp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: lksctp-developers@lists.sourceforge.net, netdev@vger.kernel.org To: vladislav.yasevich@hp.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:60038 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751101AbXIQCeM (ORCPT ); Sun, 16 Sep 2007 22:34:12 -0400 In-Reply-To: <1189795500886-git-send-email-vladislav.yasevich@hp.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Vlad Yasevich Date: Fri, 14 Sep 2007 14:44:58 -0400 > Add SCTP-AUTH API. The API implemented here was > agreed to between implementors at the 9th SCTP Interop. > It will be documented in the next revision of the > SCTP socket API spec. > > Signed-off-by: Vlad Yasevich Applied to net-2.6.24, thanks.