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