1. 16 4月, 2011 1 次提交
  2. 13 11月, 2008 1 次提交
    • W
      netdevice: safe convert to netdev_priv() #part-3 · 8f15ea42
      Wang Chen 提交于
      We have some reasons to kill netdev->priv:
      1. netdev->priv is equal to netdev_priv().
      2. netdev_priv() wraps the calculation of netdev->priv's offset, obviously
         netdev_priv() is more flexible than netdev->priv.
      But we cann't kill netdev->priv, because so many drivers reference to it
      directly.
      
      This patch is a safe convert for netdev->priv to netdev_priv(netdev).
      Since all of the netdev->priv is only for read.
      But it is too big to be sent in one mail.
      I split it to 4 parts and make every part smaller than 100,000 bytes,
      which is max size allowed by vger.
      Signed-off-by: NWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8f15ea42
  3. 11 10月, 2007 3 次提交
  4. 21 6月, 2007 1 次提交
  5. 06 2月, 2007 1 次提交
    • L
      Spidernet DMA coalescing · d4ed8f8d
      Linas Vepstas 提交于
      The current driver code performs 512 DMA mappings of a bunch of
      32-byte ring descriptor structures. This is silly, as they are
      all in contiguous memory. This patch changes the code to
      dma_map_coherent() each rx/tx ring as a whole.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Cc: James K Lewis <jklewis@us.ibm.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      d4ed8f8d
  6. 11 10月, 2006 2 次提交
  7. 23 9月, 2006 1 次提交
  8. 14 9月, 2006 1 次提交
  9. 20 8月, 2006 1 次提交
  10. 17 1月, 2006 1 次提交
  11. 07 9月, 2005 2 次提交