Re: [PATCH 0/3] xfrm: ESP Traffic Flow Confidentiality padding (v3)

2010-12-10 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au
Date: Thu, 9 Dec 2010 20:47:32 +0800

 On Wed, Dec 08, 2010 at 03:37:48PM +0100, Martin Willi wrote:
 The following patchset adds Traffic Flow Confidentiality padding. The
 first patch introduces a new Netlink XFRM attribute to configure TFC via
 userspace. Patch two and three implement the padding logic in IPv4 and
 IPv6 ESP. Padding is always done using the RFC4303 format an is clamped
 to the PMTU.
 
 Changes from v2:
   - Remove unused flag field in attribute, use a plain u32 as attribute 
 payload
   - Reject installation of TFC padding on non-tunnel SAs
 
 Looks good to me.  Thanks for the hard work Martin!
 
 Acked-by: Herbert Xu herb...@gondor.apana.org.au

All applied, thanks everyone!
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] xfrm: ESP Traffic Flow Confidentiality padding (v3)

2010-12-09 Thread Herbert Xu
On Wed, Dec 08, 2010 at 03:37:48PM +0100, Martin Willi wrote:
 The following patchset adds Traffic Flow Confidentiality padding. The
 first patch introduces a new Netlink XFRM attribute to configure TFC via
 userspace. Patch two and three implement the padding logic in IPv4 and
 IPv6 ESP. Padding is always done using the RFC4303 format an is clamped
 to the PMTU.
 
 Changes from v2:
   - Remove unused flag field in attribute, use a plain u32 as attribute 
 payload
   - Reject installation of TFC padding on non-tunnel SAs

Looks good to me.  Thanks for the hard work Martin!

Acked-by: Herbert Xu herb...@gondor.apana.org.au

Cheers,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] xfrm: ESP Traffic Flow Confidentiality padding (v3)

2010-12-08 Thread Martin Willi
The following patchset adds Traffic Flow Confidentiality padding. The
first patch introduces a new Netlink XFRM attribute to configure TFC via
userspace. Patch two and three implement the padding logic in IPv4 and
IPv6 ESP. Padding is always done using the RFC4303 format an is clamped
to the PMTU.

Changes from v2:
  - Remove unused flag field in attribute, use a plain u32 as attribute payload
  - Reject installation of TFC padding on non-tunnel SAs

Martin Willi (3):
  xfrm: Add Traffic Flow Confidentiality padding XFRM attribute
  xfrm: Traffic Flow Confidentiality for IPv4 ESP
  xfrm: Traffic Flow Confidentiality for IPv6 ESP

 include/linux/xfrm.h |1 +
 include/net/xfrm.h   |1 +
 net/ipv4/esp4.c  |   32 
 net/ipv6/esp6.c  |   32 
 net/xfrm/xfrm_user.c |   19 +--
 5 files changed, 67 insertions(+), 18 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html