1. 05 7月, 2010 2 次提交
  2. 17 6月, 2010 1 次提交
    • F
      bnx2: fix dma_get_ops compilation breakage · aabef8b2
      FUJITA Tomonori 提交于
      This removes dma_get_ops() prefetch optimization in bnx2.
      
      bnx2 uses dma_get_ops() to see if dma_sync_single_for_cpu() is
      noop. bnx2 does prefetch if it's noop.
      
      But dma_get_ops() isn't available on all the architectures (only the
      architectures that uses dma_map_ops struct have it). Using
      dma_get_ops() in drivers leads to compilation breakage on many
      architectures.
      
      This patch removes dma_get_ops() and changes bnx2 to do prefetch on
      all the architectures. This adds useless prefetch on non-coherent
      architectures but this is harmless. It is also unlikely to cause the
      performance drop.
      
      [ Remove now unused local variable 'pdev' -DaveM ]
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Acked-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      aabef8b2
  3. 12 6月, 2010 1 次提交
  4. 02 6月, 2010 1 次提交
  5. 18 5月, 2010 3 次提交
  6. 07 5月, 2010 2 次提交
  7. 28 4月, 2010 3 次提交
  8. 08 4月, 2010 1 次提交
  9. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3
  10. 24 3月, 2010 2 次提交
  11. 28 2月, 2010 6 次提交
  12. 23 2月, 2010 1 次提交
  13. 18 2月, 2010 1 次提交
  14. 17 2月, 2010 6 次提交
  15. 13 2月, 2010 1 次提交
  16. 28 1月, 2010 1 次提交
  17. 26 1月, 2010 1 次提交
  18. 18 1月, 2010 2 次提交
  19. 08 1月, 2010 1 次提交
  20. 21 12月, 2009 1 次提交
  21. 19 12月, 2009 2 次提交