1. 22 7月, 2012 3 次提交
  2. 19 7月, 2012 4 次提交
  3. 18 7月, 2012 1 次提交
  4. 17 7月, 2012 10 次提交
  5. 11 7月, 2012 1 次提交
  6. 03 5月, 2012 2 次提交
  7. 28 3月, 2012 1 次提交
  8. 25 2月, 2012 1 次提交
  9. 13 2月, 2012 1 次提交
    • D
      rename dev_hw_addr_random and remove redundant second · 1a0d6ae5
      Danny Kukawka 提交于
      Renamed dev_hw_addr_random to eth_hw_addr_random() to reflect that
      this function only assign a random ethernet address (MAC). Removed
      the second parameter (u8 *hwaddr), it's redundant since the also
      given net_device already contains net_device->dev_addr.
      Set it directly.
      
      Adapt igbvf and ixgbevf to the changed function.
      
      Small fix for ixgbevf_probe(): if ixgbevf_sw_init() fails
      (which means the device got no dev_addr) handle the error and
      jump to err_sw_init as already done by igbvf in similar case.
      Signed-off-by: NDanny Kukawka <danny.kukawka@bisect.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1a0d6ae5
  10. 03 2月, 2012 2 次提交
  11. 01 2月, 2012 1 次提交
  12. 20 1月, 2012 2 次提交
  13. 09 12月, 2011 1 次提交
  14. 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
  15. 17 11月, 2011 1 次提交
  16. 16 11月, 2011 1 次提交
  17. 03 11月, 2011 1 次提交
  18. 19 10月, 2011 1 次提交
  19. 29 9月, 2011 1 次提交
  20. 31 8月, 2011 1 次提交
  21. 27 8月, 2011 3 次提交