An error occurred fetching the project authors.
  1. 11 Jun, 2006 11 commits
  2. 05 Jun, 2006 1 commit
  3. 27 May, 2006 2 commits
  4. 21 May, 2006 1 commit
  5. 20 May, 2006 1 commit
  6. 02 May, 2006 1 commit
    • Ayaz Abdulla's avatar
      forcedeth: fix multi irq issues · ebf34c9b
      Ayaz Abdulla authored
      This patch fixes the issues with multiple irqs.
      
      I am resending based on feedback. I decoupled the dma mask for
      consistent memory and fixed leak with multiple irq in error path.
      
      Thanks to Manfred for catching the spin lock problem.
      Signed-Off-By: default avatarAyaz Abdulla <aabdulla@nvidia.com>
      ebf34c9b
  7. 26 Apr, 2006 1 commit
  8. 28 Mar, 2006 1 commit
  9. 20 Feb, 2006 3 commits
  10. 09 Jan, 2006 1 commit
  11. 24 Dec, 2005 1 commit
  12. 11 Nov, 2005 3 commits
  13. 26 Oct, 2005 1 commit
  14. 22 Sep, 2005 1 commit
  15. 14 Sep, 2005 1 commit
  16. 07 Sep, 2005 1 commit
  17. 19 Aug, 2005 1 commit
    • Manfred Spraul's avatar
      [PATCH] forcedeth: Initialize link settings in every nv_open() · 1b1b3c9b
      Manfred Spraul authored
      Rüdiger found a bug in nv_open that explains some of the reports
      with duplex mismatches:
      nv_open calls nv_update_link_speed for initializing the hardware link speed
      registers. If current link setting matches the values in np->linkspeed and
      np->duplex, then the function does nothing.
      Usually, doing nothing is the right thing, but not in nv_open: During
      nv_open, the registers must be initialized because the nic was reset.
      
      The attached patch fixes that by setting np->linkspeed to an invalid value
      before calling nv_update_link_speed from nv_open.
      Signed-Off-By: default avatarManfred Spraul <manfred@colorfullife.com>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      1b1b3c9b
  18. 31 Jul, 2005 6 commits
  19. 27 Jun, 2005 2 commits