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
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
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
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
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