[FYI]: Introduction of the support for RFC4312(The Camellia Cipher Algorithm)

2006-10-12 Thread Noriaki TAKAMIYA
of 2.6.18. We started to prepare the patch against the cryptodev-2.6 tree, and will submit it in the few weeks. Best regards. P.S. The patches to use camellia algorithm from ipsec-tools is also available on the above URL, and it will be merged into the ipsec-tools, too. -- Noriaki

Re: [FYI]: Introduction of the support for RFC4312(The Camellia Cipher Algorithm)

2006-10-14 Thread Noriaki TAKAMIYA
Japanese characters, so it wasn't available. Thank you for your cc'ing. Regards, -- Noriaki Takamiya - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/6] Changeset of Camellia cipher algorithm.

2006-10-18 Thread Noriaki TAKAMIYA
files changed, 2045 insertions(+), 7 deletions(-) CHANGESETS -- commit 80a5df8127311212e99bd64103771de19c5908dd Author: Noriaki TAKAMIYA [EMAIL PROTECTED] Date: Tue Oct 17 01:51:40 2006 +0900 [CRYPTO] added the developer of Camellia cipher algorithm. This patch adds

[PATCH 4/6] [IPSEC] added the definition of Camellia cipher algorithm.

2006-10-18 Thread Noriaki TAKAMIYA
This patch adds the definitions used by pfkeyv2 interface for Camellia cipher algorithm. Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- include/linux/pfkeyv2.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) 1b6712cdb8fd31482d7e7da56e5f602357ec4aa4 diff --git a/include

[PATCH 1/6] [CRYPTO] added Kconfig entry for Camellia.

2006-10-18 Thread Noriaki TAKAMIYA
Hi, This patch adds the Kconfig entry for Camellia. Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- crypto/Kconfig | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) 01b0c3898fdf1cb4da8cdf5577e58328ecb11e4e diff --git a/crypto/Kconfig b/crypto/Kconfig index

[PATCH 6/6] [CRYPTO] added the developer of Camellia cipher algorithm.

2006-10-18 Thread Noriaki TAKAMIYA
This patch adds the developer of Camellia cipher algorithm. Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- Documentation/crypto/api-intro.txt |4 1 files changed, 4 insertions(+), 0 deletions(-) 80a5df8127311212e99bd64103771de19c5908dd diff --git a/Documentation/crypto/api

[PATCH 3/6] [CRYPTO] added the testing code of Camellia cipher algorithm.

2006-10-18 Thread Noriaki TAKAMIYA
This patch adds the code of Camellia code for testing module. Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- crypto/tcrypt.c | 43 ++ crypto/tcrypt.h | 165 +++ 2 files changed, 207 insertions(+), 1 deletions

[PATCH 5/6] [IPSEC] added the entry of Camellia cipher algorithm to ealg_list[].

2006-10-18 Thread Noriaki TAKAMIYA
This patch adds the entry of Camellia cipher algorithm to ealg_list[]. Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- net/xfrm/xfrm_algo.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) 2253254f5a802c1cc8a5fc367fae911172f28846 diff --git a/net/xfrm

Re: [PATCH 2/2] [IPV6] RAW: Add checksum default defines for mobility header.

2006-12-26 Thread Noriaki TAKAMIYA
behavior is 4, but it is not appropriate. I guess 1 is the way to go. I would like to have 1, too. I think 1. is suitable. -- Noriaki TAKAMIYA - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-15 Thread Noriaki TAKAMIYA
*/ + nla_total_size(sizeof(struct rta_cacheinfo)); } -- 1.4.4 -- Noriaki TAKAMIYA - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-15 Thread Noriaki TAKAMIYA
Hi, I'm sorry to re-send... I think the return value of rt6_nlmsg_size() should includes the amount of RTA_METRICS. Regards, Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] --- net/ipv6/route.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ipv6/route.c

Re: [PATCH] [IPV6] fixed the size of the netlink message notified by inet6_rt_notify().

2007-01-18 Thread Noriaki TAKAMIYA
is the return value of inet6_rt_notify() is less than expected. -- Noriaki TAKAMIYA - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/6] [CRYPTO] added the code of Camellia cipher algorithm.

2006-10-22 Thread Noriaki TAKAMIYA
Hi, Sun, 22 Oct 2006 15:09:54 +1000 [Subject: Re: [PATCH 2/6] [CRYPTO] added the code of Camellia cipher algorithm.] Herbert Xu [EMAIL PROTECTED] wrote... On Wed, Oct 18, 2006 at 07:16:47AM +, Noriaki TAKAMIYA wrote: +static int +camellia_set_key(struct crypto_tfm *tfm, const u8

Re: [PATCH 0/6] Changeset of Camellia cipher algorithm.

2006-10-22 Thread Noriaki TAKAMIYA
Hi, Sun, 22 Oct 2006 15:07:47 +1000 [Subject: Re: [PATCH 0/6] Changeset of Camellia cipher algorithm.] Herbert Xu [EMAIL PROTECTED] wrote On Wed, Oct 18, 2006 at 07:15:10AM +, Noriaki TAKAMIYA wrote: [PATCH 1/6] [CRYPTO] added Kconfig entry for Camellia. [PATCH 2/6] [CRYPTO

Re: [PATCH net-2.6.22] [IPV6] FIB6RULE: Find source address during looking up route.

2007-03-27 Thread Noriaki TAKAMIYA
fib6_rules. #Even if the same routing with subtrees, the same problem is caused. Regards, -- Noriaki TAKAMIYA - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC][PATCH][IPSEC][2/3] IPv6 over IPv4 IPsec tunnel

2007-02-19 Thread Noriaki TAKAMIYA
Hi, More fix is needed for __xfrm6_bundle_create(). Signed-off-by: Noriaki TAKAMIYA [EMAIL PROTECTED] Acked-by: Masahide NAKAMURA [EMAIL PROTECTED] -- fixed to set fl_tunnel.fl6_src correctly in xfrm6_bundle_create(). --- net/ipv6

[IPROUTE][IP]: enabled to manipulate the flags of IFA_F_HOMEADDRESS or IFA_F_NODAD from ip.

2007-03-07 Thread Noriaki TAKAMIYA
Hi, This patch enables ip command to add IFA_F_HOMEADDRESS and IFA_F_NODAD flags while adding the IPv6 address. Signed-off-by: Noriaki TAKAMIYA[EMAIL PROTECTED] Signed-off-by: Masahide NAKAMURA [EMAIL PROTECTED] --- ip/ipaddress.c | 23 ++- 1 files changed, 22

Re: [RFC] [IPV6] ADDRCONF: Lifetime handling fixes

2006-07-27 Thread Noriaki TAKAMIYA
; + + if (!valid_lft || (prefered_lft valid_lft)) + return -EINVAL; ^^^ Unreleased ifp? This test should go before ipv6_get_ifaddr. That's right. Thanks. -- Noriaki Takamiya - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: net-26.24 broken with XFRM off

2007-09-06 Thread Noriaki TAKAMIYA
. -- Masahide NAKAMURA -- Noriaki TAKAMIYA - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.6 patch] __inet6_csk_dst_store(): fix check-after-use

2007-10-14 Thread Noriaki TAKAMIYA
if dst was NULL. Since dst being NULL doesn't seem to be possible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Agreed. Acked-by: Masahide NAKAMURA [EMAIL PROTECTED] I also agreed. Acked-by: Noriaki TAKAMIYA [EMAIL PROTECTED