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