1. 09 2月, 2007 21 次提交
  2. 08 2月, 2007 1 次提交
  3. 06 2月, 2007 1 次提交
  4. 03 2月, 2007 2 次提交
  5. 02 2月, 2007 1 次提交
    • P
      [NET_SCHED]: act_ipt: fix regression in ipt action · 239a87c8
      Patrick McHardy 提交于
      The x_tables patch broke target module autoloading in the ipt action
      by replacing the ipt_find_target call (which does autoloading) by
      xt_find_target (which doesn't do autoloading). Additionally xt_find_target
      may return ERR_PTR values in case of an error, which are not handled.
      
      Use xt_request_find_target, which does both autoloading and ERR_PTR
      handling properly. Also don't forget to drop the target module reference
      again when xt_check_target fails.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      239a87c8
  6. 31 1月, 2007 8 次提交
  7. 27 1月, 2007 3 次提交
  8. 26 1月, 2007 3 次提交