1. 01 8月, 2008 1 次提交
  2. 28 7月, 2008 1 次提交
    • A
      missing bits of net-namespace / sysctl · eeb61f71
      Al Viro 提交于
      Piss-poor sysctl registration API strikes again, film at 11...
      
      What we really need is _pathname_ required to be present in already
      registered table, so that kernel could warn about bad order.  That's the
      next target for sysctl stuff (and generally saner and more explicit
      order of initialization of ipv[46] internals wouldn't hurt either).
      
      For the time being, here are full fixups required by ..._rotable()
      stuff; we make per-net sysctl sets descendents of "ro" one and make sure
      that sufficient skeleton is there before we start registering per-net
      sysctls.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      eeb61f71
  3. 27 7月, 2008 2 次提交
  4. 17 7月, 2008 1 次提交
  5. 08 7月, 2008 1 次提交
  6. 06 7月, 2008 8 次提交
  7. 12 6月, 2008 1 次提交
  8. 04 6月, 2008 1 次提交
  9. 21 5月, 2008 1 次提交
    • H
      ipsec: Use the correct ip_local_out function · 1ac06e03
      Herbert Xu 提交于
      Because the IPsec output function xfrm_output_resume does its
      own dst_output call it should always call __ip_local_output
      instead of ip_local_output as the latter may invoke dst_output
      directly.  Otherwise the return values from nf_hook and dst_output
      may clash as they both use the value 1 but for different purposes.
      
      When that clash occurs this can cause a packet to be used after
      it has been freed which usually leads to a crash.  Because the
      offending value is only returned from dst_output with qdiscs
      such as HTB, this bug is normally not visible.
      
      Thanks to Marco Berizzi for his perseverance in tracking this
      down.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1ac06e03
  10. 05 5月, 2008 2 次提交
  11. 29 4月, 2008 1 次提交
  12. 24 4月, 2008 1 次提交
  13. 14 4月, 2008 1 次提交
  14. 10 4月, 2008 4 次提交
  15. 26 3月, 2008 4 次提交
  16. 23 3月, 2008 2 次提交
  17. 06 3月, 2008 1 次提交
  18. 29 2月, 2008 6 次提交
  19. 08 2月, 2008 1 次提交