Skip to content
Snippets Groups Projects
  1. May 04, 2011
  2. May 03, 2011
  3. May 02, 2011
    • David S. Miller's avatar
      ipv4: Make sure flowi4->{saddr,daddr} are always set. · 56157872
      David S. Miller authored
      
      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: default avatarDavid S. Miller <davem@davemloft.net>
      56157872
  4. May 01, 2011
  5. Apr 29, 2011
Loading