Re: [PATCH 3/8] SCTP: Implement SCTP-AUTH initializations.

2007-09-16 Thread David Miller
From: Vlad Yasevich [EMAIL PROTECTED] Date: Fri, 14 Sep 2007 14:44:54 -0400 The patch initializes AUTH related members of the generic SCTP structures and provides a way to enable/disable auth extension. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Applied to net-2.6.24 - To unsubscribe

[PATCH 3/8] SCTP: Implement SCTP-AUTH initializations.

2007-09-14 Thread Vlad Yasevich
The patch initializes AUTH related members of the generic SCTP structures and provides a way to enable/disable auth extension. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] --- net/sctp/associola.c | 34 +++ net/sctp/endpointola.c | 83