1. 11 11月, 2008 1 次提交
  2. 31 10月, 2008 1 次提交
  3. 28 10月, 2008 1 次提交
  4. 23 9月, 2008 1 次提交
  5. 21 9月, 2008 1 次提交
  6. 31 7月, 2008 1 次提交
  7. 20 7月, 2008 1 次提交
  8. 18 6月, 2008 1 次提交
  9. 17 6月, 2008 2 次提交
  10. 06 5月, 2008 1 次提交
  11. 05 5月, 2008 2 次提交
  12. 02 5月, 2008 1 次提交
  13. 10 4月, 2008 1 次提交
  14. 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
  15. 26 3月, 2008 2 次提交
  16. 24 3月, 2008 1 次提交
  17. 01 3月, 2008 1 次提交
  18. 29 2月, 2008 2 次提交
  19. 29 1月, 2008 12 次提交
  20. 09 1月, 2008 1 次提交
  21. 01 11月, 2007 1 次提交
  22. 18 10月, 2007 1 次提交
  23. 13 10月, 2007 1 次提交
    • K
      Driver core: change add_uevent_var to use a struct · 7eff2e7a
      Kay Sievers 提交于
      This changes the uevent buffer functions to use a struct instead of a
      long list of parameters. It does no longer require the caller to do the
      proper buffer termination and size accounting, which is currently wrong
      in some places. It fixes a known bug where parts of the uevent
      environment are overwritten because of wrong index calculations.
      
      Many thanks to Mathieu Desnoyers for finding bugs and improving the
      error handling.
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      7eff2e7a
  24. 11 10月, 2007 2 次提交