1. 22 3月, 2012 1 次提交
  2. 01 2月, 2012 1 次提交
  3. 30 11月, 2011 1 次提交
  4. 23 11月, 2011 1 次提交
  5. 18 11月, 2011 2 次提交
  6. 17 11月, 2011 8 次提交
  7. 09 11月, 2011 1 次提交
  8. 05 11月, 2011 1 次提交
  9. 19 10月, 2011 1 次提交
  10. 14 10月, 2011 1 次提交
  11. 08 10月, 2011 1 次提交
  12. 07 10月, 2011 1 次提交
  13. 27 9月, 2011 1 次提交
    • S
      sky2: manage irq better on single port card · 0bdb0bd0
      stephen hemminger 提交于
      Most sky2 hardware only has a single port, although some variations of the
      chip support two interfaces.  For the single port case, use the standard
      Ethernet driver convention of allocating IRQ when device is brought up
      rather than at probe time.
      
      Also, change the error handling of dual port cards so that if second
      port can not be brought up, then just fail. No point in continuing, since
      the failure is most certainly because of out of memory.
      
      The dual port sky2 device has a single irq and a single status ring,
      therefore it has a single NAPI object shared by both ports.
      Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0bdb0bd0
  14. 23 9月, 2011 1 次提交
  15. 18 8月, 2011 1 次提交
  16. 12 8月, 2011 1 次提交
  17. 08 7月, 2011 4 次提交
  18. 07 7月, 2011 1 次提交
  19. 28 6月, 2011 1 次提交
  20. 07 6月, 2011 1 次提交
  21. 30 4月, 2011 2 次提交
  22. 15 4月, 2011 1 次提交
    • A
      ethtool: allow custom interval for physical identification · fce55922
      Allan, Bruce W 提交于
      When physical identification of an adapter is done by toggling the
      mechanism on and off through software utilizing the set_phys_id operation,
      it is done with a fixed duration for both on and off states.  Some drivers
      may want to set a custom duration for the on/off intervals.  This patch
      changes the API so the return code from the driver's entry point when it
      is called with ETHTOOL_ID_ACTIVE can specify the frequency at which to
      cycle the on/off states, and updates the drivers that have already been
      converted to use the new set_phys_id and use the synchronous method for
      identifying an adapter.
      
      The physical identification frequency set in the updated drivers is based
      on how it was done prior to the introduction of set_phys_id.
      
      Compile tested only.  Also fixes a compiler warning in sfc.
      
      v2: drivers do not return -EINVAL for ETHOOL_ID_ACTIVE
      v3: fold patchset into single patch and cleanup per Ben's feedback
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Cc: Ben Hutchings <bhutchings@solarflare.com>
      Cc: Sathya Perla <sathya.perla@emulex.com>
      Cc: Subbu Seetharaman <subbu.seetharaman@emulex.com>
      Cc: Ajit Khaparde <ajit.khaparde@emulex.com>
      Cc: Michael Chan <mchan@broadcom.com>
      Cc: Eilon Greenstein <eilong@broadcom.com>
      Cc: Divy Le Ray <divy@chelsio.com>
      Cc: Don Fry <pcnet32@frontier.com>
      Cc: Jon Mason <jdmason@kudzu.us>
      Cc: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
      Cc: Steve Hodgson <shodgson@solarflare.com>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Matt Carlson <mcarlson@broadcom.com>
      Acked-by: NJon Mason <jdmason@kudzu.us>
      Acked-by: NBen Hutchings <bhutchings@solarflare.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fce55922
  23. 13 4月, 2011 1 次提交
  24. 07 4月, 2011 1 次提交
  25. 31 3月, 2011 1 次提交
  26. 15 3月, 2011 1 次提交
  27. 10 1月, 2011 2 次提交