1. 27 3月, 2014 1 次提交
  2. 25 3月, 2014 1 次提交
  3. 21 3月, 2014 1 次提交
  4. 18 3月, 2014 10 次提交
  5. 14 3月, 2014 1 次提交
  6. 13 3月, 2014 2 次提交
  7. 12 3月, 2014 6 次提交
  8. 11 3月, 2014 1 次提交
  9. 28 2月, 2014 2 次提交
  10. 27 2月, 2014 2 次提交
  11. 25 2月, 2014 3 次提交
  12. 22 2月, 2014 1 次提交
  13. 19 2月, 2014 1 次提交
  14. 17 2月, 2014 3 次提交
  15. 15 2月, 2014 1 次提交
  16. 14 2月, 2014 3 次提交
  17. 12 2月, 2014 1 次提交
    • F
      flowcache: Make flow cache name space aware · ca925cf1
      Fan Du 提交于
      Inserting a entry into flowcache, or flushing flowcache should be based
      on per net scope. The reason to do so is flushing operation from fat
      netns crammed with flow entries will also making the slim netns with only
      a few flow cache entries go away in original implementation.
      
      Since flowcache is tightly coupled with IPsec, so it would be easier to
      put flow cache global parameters into xfrm namespace part. And one last
      thing needs to do is bumping flow cache genid, and flush flow cache should
      also be made in per net style.
      Signed-off-by: NFan Du <fan.du@windriver.com>
      Signed-off-by: NSteffen Klassert <steffen.klassert@secunet.com>
      ca925cf1