[XFRM]: Handle DCCP in xfrm{4,6}_decode_session

2005-12-18 Thread Patrick McHardy
[XFRM]: Handle DCCP in xfrm{4,6}_decode_session Signed-off-by: Patrick McHardy [EMAIL PROTECTED] --- commit afe1ec2b866d310f47db2f368f1f4a7b4961ffed tree 3044fff4e9dea9caed5dadc2d9e615bf81d98e55 parent 40aae0e936dd636c8fd57044a27314a777a69207 author Patrick McHardy [EMAIL PROTECTED] Sun, 18

Re: [PATCH 06/13]: [IPV4/6]: Netfilter IPsec input hooks

2005-12-18 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Sun, 18 Dec 2005 15:27:01 +0100), Patrick McHardy [EMAIL PROTECTED] says: YOSHIFUJI Hideaki wrote: In article [EMAIL PROTECTED] (at Tue, 22 Nov 2005 02:14:26 +0100), Patrick McHardy [EMAIL PROTECTED] says: The easiest way would be to store nhoff

[PATCH] [IPV6]: Fix Route Lifetime

2005-12-18 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Please apply the following patch to 2.6.15 tree. Thank you. --- [IPV6]: Fix route lifetime. The route expiration time is stored in rt6i_expires in jiffies. The argument of rt6_route_add() for adding a route is not the expiration time in jiffies nor in clock_t, but the lifetime (or time

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread Krzysztof Oledzki
On Thu, 15 Dec 2005, David S. Miller wrote: From: David S. Miller [EMAIL PROTECTED] Date: Thu, 15 Dec 2005 17:52:54 -0800 (PST) diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 7cf48aa..25dd8f4 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c Sorry, that

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread David S. Miller
From: Krzysztof Oledzki [EMAIL PROTECTED] Date: Sun, 18 Dec 2005 17:49:50 +0100 (CET) At 17:31:26 kernel executed the one from xfrm_state_add() (Ole #2) but it didn't help. :( Thanks for testing, I'll try to figure out what might be going on. - To unsubscribe from this list: send the line

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread David S. Miller
From: David S. Miller [EMAIL PROTECTED] Date: Sun, 18 Dec 2005 13:20:19 -0800 (PST) From: Krzysztof Oledzki [EMAIL PROTECTED] Date: Sun, 18 Dec 2005 17:49:50 +0100 (CET) At 17:31:26 kernel executed the one from xfrm_state_add() (Ole #2) but it didn't help. :( Thanks for testing, I'll

Re: [PATCH 06/13]: [IPV4/6]: Netfilter IPsec input hooks

2005-12-18 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Sun, 18 Dec 2005 23:59:35 +0100), Patrick McHardy [EMAIL PROTECTED] says: YOSHIFUJI Hideaki wrote: : BTW, we're now using full of skb-cb (and we are even exceeding it w/ mobile-ipv6 extensions)... Not in mainline so far, so maybe we can fit your