1. 23 8月, 2010 1 次提交
  2. 20 7月, 2010 4 次提交
  3. 19 7月, 2010 2 次提交
  4. 09 7月, 2010 1 次提交
  5. 05 7月, 2010 4 次提交
  6. 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
  7. 12 6月, 2010 1 次提交
  8. 02 6月, 2010 1 次提交
  9. 18 5月, 2010 3 次提交
  10. 07 5月, 2010 2 次提交
  11. 28 4月, 2010 3 次提交
  12. 08 4月, 2010 1 次提交
  13. 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
  14. 24 3月, 2010 2 次提交
  15. 28 2月, 2010 6 次提交
  16. 23 2月, 2010 1 次提交
  17. 18 2月, 2010 1 次提交
  18. 17 2月, 2010 5 次提交