1. 14 10月, 2008 1 次提交
  2. 18 7月, 2008 1 次提交
  3. 17 7月, 2008 1 次提交
  4. 12 6月, 2008 1 次提交
  5. 08 5月, 2008 1 次提交
  6. 14 4月, 2008 1 次提交
  7. 26 3月, 2008 2 次提交
  8. 25 3月, 2008 3 次提交
  9. 23 3月, 2008 1 次提交
  10. 06 3月, 2008 1 次提交
  11. 29 1月, 2008 3 次提交
  12. 16 10月, 2007 2 次提交
    • P
      [IPV4]: Uninline netfilter okfns · 861d0486
      Patrick McHardy 提交于
      Now that we don't pass double skb pointers to nf_hook_slow anymore, gcc
      can generate tail calls for some of the netfilter hook okfn invocations,
      so there is no need to inline the functions anymore. This caused huge
      code bloat since we ended up with one inlined version and one out-of-line
      version since we pass the address to nf_hook_slow.
      
      Before:
         text    data     bss     dec     hex filename
      8997385 1016524  524652 10538561         a0ce41 vmlinux
      
      After:
         text    data     bss     dec     hex filename
      8994009 1016524  524652 10535185         a0c111 vmlinux
      -------------------------------------------------------
        -3376
      
      All cases have been verified to generate tail-calls with and without
      netfilter. The okfns in ipmr and xfrm4_input still remain inline because
      gcc can't generate tail-calls for them.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      861d0486
    • H
      [IPV4]: Change ip_defrag to return an integer · 776c729e
      Herbert Xu 提交于
      Now that ip_frag always returns the packet given to it on input, we can
      change it to return an integer indicating error instead.  This patch does
      that and updates all its callers accordingly.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      776c729e
  13. 11 10月, 2007 1 次提交
  14. 30 4月, 2007 3 次提交
  15. 26 4月, 2007 3 次提交
  16. 11 2月, 2007 1 次提交
  17. 25 7月, 2006 1 次提交
  18. 15 7月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 07 5月, 2006 1 次提交
  21. 08 1月, 2006 1 次提交
  22. 04 1月, 2006 1 次提交
  23. 30 8月, 2005 8 次提交