]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipv4: fix ipsec forward performance regression
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 22 Oct 2011 21:58:20 +0000 (21:58 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:18:01 +0000 (11:18 -0800)
commit5354a19002c63adde9525c6d8783eaa29d9a2f71
tree25c2b962f9e65472633a2f938a8df456d39a3c2c
parentb70eb6309f53f2362951502f74b5c1782a4a3d5f
ipv4: fix ipsec forward performance regression

[ Upstream commit b73233960a59ee66e09d642f13d0592b13651e94 ]

There is bug in commit 5e2b61f(ipv4: Remove flowi from struct rtable).
It makes xfrm4_fill_dst() modify wrong data structure.

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Reported-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/xfrm4_policy.c