Re: [PATCH 1/5] Add PCBC crypto template support

2007-02-12 Thread David Howells
David Miller <[EMAIL PROTECTED]> wrote: > > Thanks. However, I'll continue to include the patches in my set until they > > reach Linus's tree. > > They are in Linus's tree. Yay! - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] Mor

Re: [PATCH 1/5] Add PCBC crypto template support

2007-02-09 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Fri, 09 Feb 2007 11:18:01 + > Herbert Xu <[EMAIL PROTECTED]> wrote: > > > This is already in the crypto-2.6 tree that I pushed > > yesterday. > > Thanks. However, I'll continue to include the patches in my set until they > reach Linus's tree. T

Re: [PATCH 1/5] Add PCBC crypto template support

2007-02-09 Thread David Howells
Herbert Xu <[EMAIL PROTECTED]> wrote: > This is already in the crypto-2.6 tree that I pushed > yesterday. Thanks. However, I'll continue to include the patches in my set until they reach Linus's tree. David - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a mes

Re: [PATCH 1/5] Add PCBC crypto template support

2007-02-08 Thread Herbert Xu
On Thu, Feb 08, 2007 at 04:32:19PM +, David Howells wrote: > Add PCBC crypto template support as used by RxRPC. > > Signed-Off-By: David Howells <[EMAIL PROTECTED]> This is already in the crypto-2.6 tree that I pushed yesterday. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: H

[PATCH 1/5] Add PCBC crypto template support

2007-02-08 Thread David Howells
Add PCBC crypto template support as used by RxRPC. Signed-Off-By: David Howells <[EMAIL PROTECTED]> --- crypto/Kconfig |9 + crypto/Makefile |1 crypto/pcbc.c | 348 +++ 3 files changed, 358 insertions(+), 0 deletions(-) diff --gi