1. 16 4月, 2008 6 次提交
  2. 13 4月, 2008 3 次提交
  3. 12 4月, 2008 10 次提交
  4. 10 4月, 2008 2 次提交
  5. 09 4月, 2008 1 次提交
    • D
      [NET]: Undo code bloat in hot paths due to print_mac(). · 21f644f3
      David S. Miller 提交于
      If print_mac() is used inside of a pr_debug() the compiler
      can't see that the call is redundant so still performs it
      even of pr_debug() ends up being a nop.
      
      So don't use print_mac() in such cases in hot code paths,
      use MAC_FMT et al. instead.
      
      As noted by Joe Perches, pr_debug() could be modified to
      handle this better, but that is a change to an interface
      used by the entire kernel and thus needs to be validated
      carefully.  This here is thus the less risky fix for
      2.6.25
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      21f644f3
  6. 08 4月, 2008 3 次提交
  7. 05 4月, 2008 3 次提交
  8. 04 4月, 2008 1 次提交
  9. 03 4月, 2008 1 次提交
  10. 02 4月, 2008 3 次提交
  11. 31 3月, 2008 1 次提交
  12. 29 3月, 2008 6 次提交