1. 20 6月, 2012 4 次提交
  2. 17 5月, 2012 1 次提交
  3. 13 5月, 2012 2 次提交
  4. 11 5月, 2012 1 次提交
  5. 10 5月, 2012 1 次提交
  6. 04 5月, 2012 1 次提交
  7. 27 4月, 2012 1 次提交
  8. 14 4月, 2012 1 次提交
  9. 04 4月, 2012 2 次提交
  10. 28 3月, 2012 1 次提交
  11. 17 3月, 2012 2 次提交
  12. 13 3月, 2012 2 次提交
  13. 10 2月, 2012 1 次提交
  14. 09 2月, 2012 1 次提交
  15. 20 1月, 2012 2 次提交
  16. 06 1月, 2012 3 次提交
  17. 03 1月, 2012 1 次提交
  18. 09 12月, 2011 1 次提交
  19. 05 12月, 2011 1 次提交
  20. 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
  21. 17 11月, 2011 1 次提交
  22. 16 11月, 2011 2 次提交
  23. 15 11月, 2011 1 次提交
  24. 03 11月, 2011 1 次提交
  25. 21 10月, 2011 4 次提交
  26. 19 10月, 2011 1 次提交