David S. Miller
5615787257
ipv4: Make sure flowi4->{saddr,daddr} are always set.
...
Slow path output route resolution always makes sure that
->{saddr,daddr} are set, and also if we trigger into IPSEC resolution
we initialize them as well, because xfrm_lookup() expects them to be
fully resolved.
But if we hit the fast path and flowi4->flowi4_proto is zero, we won't
do this initialization.
Therefore, move the IPSEC path initialization to the route cache
lookup fast path to make sure these are always set.
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-05-02 14:37:45 -07:00
..
2011-04-12 15:58:41 -07:00
2010-10-25 13:09:44 -07:00
2011-04-17 23:36:03 -07:00
2011-03-31 18:59:10 -07:00
2011-04-17 00:48:36 -07:00
2011-04-17 00:48:31 -07:00
2011-04-29 14:03:01 -07:00
2011-04-26 12:16:46 -07:00
2011-04-29 14:03:00 -07:00
2011-04-17 16:57:55 -07:00
2011-04-26 12:16:46 -07:00
2011-04-07 11:14:49 -07:00
2011-04-29 14:01:30 -07:00
2011-03-14 17:02:42 -07:00
2011-04-28 23:49:30 -07:00
2011-04-28 22:26:00 -07:00
2011-03-04 09:56:19 +11:00
2011-04-20 01:30:39 -07:00
2011-04-17 00:15:22 -07:00
2011-01-12 19:00:40 -08:00
2011-04-12 15:33:23 -07:00
2011-05-02 14:37:45 -07:00
2011-04-29 12:44:11 -07:00
2011-03-21 18:16:39 -07:00
2011-04-19 00:21:33 -07:00
2011-03-31 11:26:23 -03:00
2011-04-22 11:04:14 -07:00
2011-04-28 23:50:49 -07:00
2010-11-22 08:16:14 -08:00
2011-04-11 18:59:05 -07:00
2011-04-26 12:16:46 -07:00
2011-04-26 12:16:46 -07:00
2011-04-17 17:01:49 -07:00
2011-03-03 21:27:42 -08:00
2011-04-14 00:20:07 -07:00
2011-04-27 23:05:08 -07:00
2011-04-14 21:32:53 -07:00
2011-03-31 11:26:23 -03:00
2011-04-19 15:38:02 -04:00
2011-04-14 00:20:07 -07:00
2011-03-16 16:29:25 -07:00
2011-04-22 11:04:14 -07:00
2011-04-27 13:14:06 -07:00
2011-04-08 11:47:35 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-20 21:04:44 -07:00
2011-04-25 14:34:25 -04:00
2011-03-31 11:26:23 -03:00
2011-04-28 22:26:00 -07:00
2010-10-28 11:47:52 -07:00
2011-04-29 10:20:53 -07:00
2011-03-07 12:50:52 -08:00
2010-10-15 15:53:27 +02:00
2011-04-11 13:44:25 -07:00
2010-05-17 23:23:14 -07:00