iproute2 - IPsec ESN support

2012-07-24 Thread Geanta Neag Horia Ioan-B05471
Hello, Is there any way to create an IPsec tunnel and indicate using extended sequnce numbers? It seems that currently iproute2 doesn't support this. Grepping for "esn" reveals that XFRM_STATE_ESN shows only in kernel headers. The only relevant thing I found was a RFC sent by Steffen (Cc-ed), bu

Re: [PATCH v1] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2012-07-24 Thread Jussi Kivilinna
Quoting Alexander Boyko : From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to generic crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction p

[PATCH v1] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2012-07-24 Thread Alexander Boyko
From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to generic crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction present from Intel Westmere and A