1. 20 6月, 2012 2 次提交
  2. 17 5月, 2012 1 次提交
  3. 13 5月, 2012 1 次提交
  4. 11 5月, 2012 1 次提交
  5. 04 5月, 2012 1 次提交
  6. 27 4月, 2012 1 次提交
  7. 14 4月, 2012 1 次提交
  8. 04 4月, 2012 1 次提交
  9. 28 3月, 2012 1 次提交
  10. 17 3月, 2012 2 次提交
  11. 13 3月, 2012 1 次提交
  12. 10 2月, 2012 1 次提交
  13. 09 2月, 2012 1 次提交
  14. 20 1月, 2012 2 次提交
  15. 06 1月, 2012 3 次提交
  16. 09 12月, 2011 1 次提交
  17. 05 12月, 2011 1 次提交
  18. 23 11月, 2011 1 次提交
    • E
      net: remove netdev_alloc_page and use __GFP_COLD · 1f2149c1
      Eric Dumazet 提交于
      Given we dont use anymore the struct net_device *dev argument, and this
      interface brings litle benefit, remove netdev_{alloc|free}_page(), to
      debloat include/linux/skbuff.h a bit.
      
      (Some drivers used a mix of these interfaces and alloc_pages())
      
      When allocating a page given to device for DMA transfer (device to
      memory), it makes sense to use a cold one (__GFP_COLD)
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      CC: Dimitris Michailidis <dm@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1f2149c1
  19. 17 11月, 2011 1 次提交
  20. 16 11月, 2011 1 次提交
    • J
      igb: Convert printks to pr_<level> · 876d2d6f
      Jeff Kirsher 提交于
      Based on original patch from Joe Perches <joe@perches.com>
      
      Use the current logging styles.
      
      pr_<level> conversions are now prefixed with "igb: "
      
      Correct a defect where the trailing NTU may have been printed
      on a separate line because of an interleaving hex_dump.
      
      Remove unnecessary uses of KERN_CONT and use single pr_info()s
      to avoid any possible output interleaving from other modules.
      
      Coalesce formats as appropriate.
      
      -v2 fix-up to make checkpatch.pl compliant and remove change to
          the copyright line
      
      CC: Joe Perches <joe@perches.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Tested-by: NAaron Brown <aaron.f.brown@intel.com>
      876d2d6f
  21. 21 10月, 2011 3 次提交
  22. 19 10月, 2011 1 次提交
  23. 17 10月, 2011 2 次提交
  24. 14 10月, 2011 1 次提交
  25. 13 10月, 2011 6 次提交
  26. 08 10月, 2011 2 次提交