Re: [PATCH 1/23] [PATCH] [XFRM]: Add XFRM_MODE_xxx for future use.

2006-08-02 Thread Masahide NAKAMURA
Herbert Xu wrote: > Please rebase your tree on something that's more recent. We've had > xfrm modes for more than two months now. OK, I use rebase to catch up with the latest tree. (This tree is just for review then it is not against the latest but 2.6.17.) -- Masahide NAKAMURA - To unsubscrib

Re: [PATCH 1/23] [PATCH] [XFRM]: Add XFRM_MODE_xxx for future use.

2006-08-01 Thread Herbert Xu
Masahide NAKAMURA <[EMAIL PROTECTED]> wrote: > > diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h > index 6b42cc4..7dff1c8 100644 > --- a/include/linux/xfrm.h > +++ b/include/linux/xfrm.h > @@ -178,6 +178,13 @@ struct xfrm_user_sec_ctx { >__u16 ctx_len; > }; > >

Re: [PATCH 1/23] [PATCH] [XFRM]: Add XFRM_MODE_xxx for future use.

2006-08-01 Thread Masahide NAKAMURA
David Miller wrote: > From: Masahide NAKAMURA <[EMAIL PROTECTED]> > Date: Sat, 29 Jul 2006 18:29:45 +0900 > >> Transformation mode is used as either IPsec transport or tunnel. >> It is required to add two more items, route-optimization and inbound trigger >> by Mobile IPv6. >> Based on MIPL2 kerne

Re: [PATCH 1/23] [PATCH] [XFRM]: Add XFRM_MODE_xxx for future use.

2006-08-01 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Sat, 29 Jul 2006 18:29:45 +0900 > Transformation mode is used as either IPsec transport or tunnel. > It is required to add two more items, route-optimization and inbound trigger > by Mobile IPv6. > Based on MIPL2 kernel patch. This change looks fi

[PATCH 1/23] [PATCH] [XFRM]: Add XFRM_MODE_xxx for future use.

2006-07-29 Thread Masahide NAKAMURA
Transformation mode is used as either IPsec transport or tunnel. It is required to add two more items, route-optimization and inbound trigger by Mobile IPv6. Based on MIPL2 kernel patch. --- include/linux/xfrm.h|9 - include/net/xfrm.h |2 +- net/ipv4/ah4.c |2