1. 13 3月, 2011 16 次提交
  2. 11 3月, 2011 1 次提交
  3. 10 3月, 2011 1 次提交
  4. 09 3月, 2011 1 次提交
  5. 08 3月, 2011 1 次提交
    • D
      ipv4: Cache source address in nexthop entries. · 1fc050a1
      David S. Miller 提交于
      When doing output route lookups, we have to select the source address
      if the user has not specified an explicit one.
      
      First, if the route has an explicit preferred source address
      specified, then we use that.
      
      Otherwise we search the route's outgoing interface for a suitable
      address.
      
      This search can be precomputed and cached at route insertion time.
      
      The only missing part is that we have to refresh this precomputed
      value any time addresses are added or removed from the interface, and
      this is accomplished by fib_update_nh_saddrs().
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1fc050a1
  6. 05 3月, 2011 2 次提交
  7. 04 3月, 2011 1 次提交
  8. 03 3月, 2011 5 次提交
  9. 02 3月, 2011 12 次提交