1. 20 8月, 2010 1 次提交
  2. 06 7月, 2010 4 次提交
  3. 03 7月, 2010 2 次提交
  4. 13 4月, 2010 1 次提交
  5. 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
  6. 26 2月, 2010 1 次提交
  7. 18 2月, 2010 2 次提交
  8. 13 2月, 2010 2 次提交
  9. 09 2月, 2010 1 次提交
  10. 05 2月, 2010 3 次提交
  11. 04 2月, 2010 2 次提交
  12. 28 1月, 2010 1 次提交
  13. 26 1月, 2010 1 次提交
    • B
      qlge: Only free resources if they were allocated · 4f9a91c8
      Breno Leitao 提交于
      Currently qlge tries to release regions even if they were not allocated.
      This causes messages like the following in the kernel log
      
      Trying to free nonexistent resource <00000000006af400-00000000006af4ff>
      Trying to free nonexistent resource <00003c04ff9f4000-00003c04ff9f7fff>
      Trying to free nonexistent resource <00003c04ffc00000-00003c04ffcfffff>
      
      This patch fixes the goto logic in order to not release the resources
      if they were not allocated.
      Signed-off-by: NBreno Leitao <leitao@linux.vnet.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4f9a91c8
  14. 16 1月, 2010 2 次提交
  15. 08 1月, 2010 1 次提交
  16. 07 1月, 2010 4 次提交
  17. 04 12月, 2009 1 次提交
  18. 18 11月, 2009 1 次提交
  19. 12 11月, 2009 3 次提交
  20. 07 11月, 2009 1 次提交
  21. 04 11月, 2009 2 次提交
  22. 02 11月, 2009 2 次提交
  23. 29 10月, 2009 1 次提交