1. 25 2月, 2014 2 次提交
  2. 02 1月, 2014 1 次提交
  3. 06 6月, 2013 1 次提交
    • F
      xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counter · 4c4d41f2
      Fan Du 提交于
      When host ping its peer, ICMP echo request packet triggers IPsec
      policy, then host negotiates SA secret with its peer. After IKE
      installed SA for OUT direction, but before SA for IN direction
      installed, host get ICMP echo reply from its peer. At the time
      being, the SA state for IN direction could be XFRM_STATE_ACQ,
      then the received packet will be dropped after adding
      LINUX_MIB_XFRMINSTATEINVALID statistic.
      
      Adding a LINUX_MIB_XFRMACQUIREERROR statistic counter for such
      scenario when SA in larval state is much clearer for user than
      LINUX_MIB_XFRMINSTATEINVALID which indicates the SA is totally
      bad.
      Signed-off-by: NFan Du <fan.du@windriver.com>
      Signed-off-by: NSteffen Klassert <steffen.klassert@secunet.com>
      4c4d41f2
  4. 05 9月, 2012 1 次提交
  5. 22 9月, 2011 1 次提交
  6. 29 3月, 2011 1 次提交
  7. 28 3月, 2011 1 次提交
  8. 14 3月, 2011 3 次提交
  9. 23 2月, 2010 1 次提交
  10. 03 6月, 2009 1 次提交
  11. 19 12月, 2008 1 次提交
  12. 05 12月, 2008 1 次提交
  13. 26 11月, 2008 3 次提交
  14. 25 3月, 2008 1 次提交
  15. 13 2月, 2008 1 次提交
  16. 01 2月, 2008 2 次提交
  17. 29 1月, 2008 12 次提交
  18. 18 10月, 2007 1 次提交
  19. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  20. 26 4月, 2007 1 次提交
  21. 11 2月, 2007 1 次提交
  22. 08 12月, 2006 2 次提交