Re: [PATCH][XFRM] Fixes for net-2.6

2006-10-03 Thread Masahide NAKAMURA
David Miller wrote: From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Tue, 03 Oct 2006 12:29:54 +0900 [XFRM] POLICY: Fix per-direction policy counter after flushing. Currently when xfrm_policy_flush() is called per-direction policy counter is cleared. However flusing policy is perf

Re: [PATCH][XFRM] Fixes for net-2.6

2006-10-03 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Tue, 03 Oct 2006 12:29:54 +0900 > [XFRM] POLICY: Fix per-direction policy counter after flushing. > > Currently when xfrm_policy_flush() is called per-direction > policy counter is cleared. However flusing policy is performed > for

[PATCH][XFRM] Fixes for net-2.6

2006-10-02 Thread Masahide NAKAMURA
Hello, I have two patches to fix XFRM. Can you check and apply them? HEADLINES - [XFRM] POLICY: Fix per-direction policy counter after flushing. [XFRM] STATE: Use destination address for src hash. DIFFSTAT net/xfrm/xfrm_hash.h |7 --- net/xfrm/xfrm_policy.c