From: Herbert Xu <[EMAIL PROTECTED]>
Date: Sat, 5 Aug 2006 20:36:23 +1000
> So in order to avoid us being crucified by Andrew :), it'd be
> great if you could back out those two patches from net-2.6.19.
Done.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mes
On Sat, Aug 05, 2006 at 08:32:01PM +1000, herbert wrote:
>
> > The two patches I did apply were benign, so I'll leave them
> > in the net-2.6.19 tree
>
> No problems.
Actually, I just tried to rebase my tree without those two patches
and it ended in disaster since they both touch areas patched l
On Sat, Aug 05, 2006 at 03:24:54AM -0700, David Miller wrote:
>
> If I'm an explicit recipient and there's no "RFC" moniker in
> the subject line I assume I should apply it :-)
I'll make sure that future crypto patches are more clearly marked :)
> The two patches I did apply were benign, so I'll
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Sat, 5 Aug 2006 20:06:52 +1000
> Sorry Dave, these patches weren't meant for the net-2.6.19 tree.
> They were supposed to enter -mm via the cryptodev tree.
>
> I was just posting them for review. I should've made that clearer
> at the start.
If I'm an
On Sat, Aug 05, 2006 at 01:49:58AM -0700, David Miller wrote:
>
> > config CRYPTO_MANAGER
> > tristate "Cryptographic algorithm manager"
> > - depends on CRYPTO
> > + select CRYPTO_LOWAPI
> > default m
> > help
> > Create default cryptographic template instantiations such as
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Fri, 4 Aug 2006 23:34:26 +1000
> [CRYPTO] api: Split out low-level API
>
> The crypto API is made up of the part facing users such as IPsec and the
> low-level part which is used by cryptographic entities such as algorithms.
> This patch splits out the l
Hi:
[CRYPTO] api: Split out low-level API
The crypto API is made up of the part facing users such as IPsec and the
low-level part which is used by cryptographic entities such as algorithms.
This patch splits out the latter so that the two APIs are more clearly
delineated. As a bonus the low-leve