1. 07 10月, 2011 1 次提交
  2. 31 8月, 2011 1 次提交
  3. 18 8月, 2011 1 次提交
  4. 11 8月, 2011 1 次提交
    • J
      cassini/niu/sun*: Move the Sun drivers · e689cf4a
      Jeff Kirsher 提交于
      Moves the Sun drivers into drivers/net/ethernet/sun/ and make
      the necessary Kconfig and Makefile changes.
      
      Oliver Hartkopp <socketcan@hartkopp.net> suggested removing the
      sun* prefix on the driver names.  This type of change I will
      leave up to the driver maintainers.
      
      CC: Sam Creasey <sammy@sammy.net>
      CC: Adrian Sun <asun@darksunrising.com>
      CC: Benjamin Herrenscmidt <benh@kernel.crashing.org>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      e689cf4a
  5. 27 7月, 2011 1 次提交
  6. 07 6月, 2011 1 次提交
  7. 30 4月, 2011 2 次提交
  8. 31 3月, 2011 1 次提交
  9. 15 1月, 2011 1 次提交
  10. 07 1月, 2011 1 次提交
  11. 17 12月, 2010 1 次提交
  12. 12 12月, 2010 1 次提交
    • T
      drivers/net: don't use flush_scheduled_work() · 23f333a2
      Tejun Heo 提交于
      flush_scheduled_work() is on its way out.  This patch contains simple
      conversions to replace flush_scheduled_work() usage with direct
      cancels and flushes.
      
      Directly cancel the used works on driver detach and flush them in
      other cases.
      
      The conversions are mostly straight forward and the only dangers are,
      
      * Forgetting to cancel/flush one or more used works.
      
      * Cancelling when a work should be flushed (ie. the work must be
        executed once scheduled whether the driver is detaching or not).
      
      I've gone over the changes multiple times but it would be much
      appreciated if you can review with the above points in mind.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jay Cliburn <jcliburn@gmail.com>
      Cc: Michael Chan <mchan@broadcom.com>
      Cc: Divy Le Ray <divy@chelsio.com>
      Cc: e1000-devel@lists.sourceforge.net
      Cc: Vasanthy Kolluri <vkolluri@cisco.com>
      Cc: Samuel Ortiz <samuel@sortiz.org>
      Cc: Lennert Buytenhek <buytenh@wantstofly.org>
      Cc: Andrew Gallatin <gallatin@myri.com>
      Cc: Francois Romieu <romieu@fr.zoreil.com>
      Cc: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
      Cc: Matt Carlson <mcarlson@broadcom.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: Shreyas Bhatewara <sbhatewara@vmware.com>
      Cc: netdev@vger.kernel.org
      23f333a2
  13. 27 9月, 2010 1 次提交
  14. 03 9月, 2010 1 次提交
  15. 15 7月, 2010 2 次提交
  16. 18 5月, 2010 1 次提交
  17. 10 5月, 2010 1 次提交
  18. 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
  19. 03 3月, 2010 1 次提交
  20. 18 2月, 2010 2 次提交
  21. 28 1月, 2010 1 次提交
  22. 08 1月, 2010 1 次提交
  23. 07 11月, 2009 1 次提交
  24. 04 9月, 2009 1 次提交
  25. 01 9月, 2009 1 次提交
  26. 06 7月, 2009 1 次提交
  27. 13 6月, 2009 1 次提交
  28. 07 4月, 2009 2 次提交
  29. 03 2月, 2009 1 次提交
  30. 22 1月, 2009 1 次提交
  31. 08 1月, 2009 1 次提交
  32. 23 12月, 2008 1 次提交
  33. 26 11月, 2008 1 次提交
  34. 04 11月, 2008 1 次提交
  35. 28 10月, 2008 1 次提交
  36. 23 9月, 2008 1 次提交