1. 05 2月, 2012 1 次提交
  2. 11 8月, 2011 1 次提交
  3. 31 3月, 2011 1 次提交
  4. 13 5月, 2010 2 次提交
  5. 15 1月, 2010 1 次提交
  6. 24 12月, 2009 1 次提交
  7. 22 11月, 2009 1 次提交
  8. 23 10月, 2009 1 次提交
  9. 18 10月, 2009 2 次提交
  10. 14 10月, 2009 1 次提交
  11. 12 9月, 2009 1 次提交
  12. 07 9月, 2009 1 次提交
    • D
      netxen: firmware hang detection · 6a581e93
      Dhananjay Phadke 提交于
      Implement state machine to detect firmware hung state
      and recover. Since firmware will be shared by all PCI
      functions that have different class drivers (NIC or
      FCOE or iSCSI), explicit hardware based serialization
      is required for initializing firmware.
      
      o Used global scratchpad register to maintain device
        reference count. Every probed pci function adds to
        ref count.
      
      o Implement timer (delayed work) for each pci func
        that checks firmware heartbit every 5 sec and detaches
        itself if firmware is dead. Last detaching function
        reloads firmware. Other functions wait for firmware
        init, and re-attach themselves.
      
      Heartbit is not supported by NX2031 firmware.
      Signed-off-by: NAmit Kumar Salecha <amit@netxen.com>
      Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6a581e93
  13. 27 8月, 2009 1 次提交
  14. 24 8月, 2009 1 次提交
  15. 28 7月, 2009 1 次提交
  16. 03 7月, 2009 1 次提交
  17. 18 6月, 2009 1 次提交
  18. 09 4月, 2009 1 次提交
  19. 10 3月, 2009 1 次提交
  20. 27 2月, 2009 1 次提交
  21. 25 2月, 2009 2 次提交
  22. 24 8月, 2008 1 次提交
  23. 07 8月, 2008 2 次提交
  24. 23 7月, 2008 3 次提交
  25. 19 4月, 2008 1 次提交
  26. 26 3月, 2008 1 次提交
  27. 31 8月, 2007 1 次提交
    • D
      netxen: fix crashes during module unload · 3052246c
      dhananjay@netxen.com 提交于
      This patch fixes two problems during driver unload. The pci_disable_device()
      call is before firmware reload, causing reads and writes across PCI bus after
      disabling device. Second problem is the register window was wrong during
      firmware reload
      
      Signed-off by: Dhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3052246c
  28. 02 7月, 2007 1 次提交
  29. 28 4月, 2007 3 次提交
  30. 05 12月, 2006 1 次提交
    • A
      [PATCH] NetXen: whitespace cleaup and more cleanup fixes · 80922fbc
      Amit S. Kale 提交于
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h         |   56 ++++++++++++++++++++--------------------------
       netxen_nic_ethtool.c |   53 +++++++++++++++++++++-----------------------
       netxen_nic_hdr.h     |    6 ++---
       netxen_nic_hw.c      |   54 +++++++++++++++++++++------------------------
       netxen_nic_hw.h      |   10 ++++----
       netxen_nic_init.c    |   61 +++++++++++++++++++++++++--------------------------
       netxen_nic_ioctl.h   |    6 ++---
       netxen_nic_isr.c     |   48 +++++++++++++++++-----------------------
       netxen_nic_main.c    |   54 +++++++++++++++++----------------------------
       netxen_nic_niu.c     |   10 ++++----
       10 files changed, 165 insertions(+), 193 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      80922fbc
  31. 02 12月, 2006 2 次提交
    • A
      [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction · cb8011ad
      Amit S. Kale 提交于
      NetXen: 1G/10G Ethernet Driver updates
      	- Temparature monitoring and device control
      	- Memory footprint reduction
      	- Driver changes to support newer version of firmware
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h          |  165 ++++++++++++++++++++++++++++++++--
       netxen_nic_ethtool.c  |   89 ++++++++++++------
       netxen_nic_hdr.h      |   71 +++++++++++++-
       netxen_nic_hw.c       |  206 +++++++++++++++++++++++++++++--------------
       netxen_nic_hw.h       |    8 +
       netxen_nic_init.c     |  239 +++++++++++++++++++++++++++++++++++++++++---------
       netxen_nic_ioctl.h    |   12 +-
       netxen_nic_isr.c      |   54 +++++------
       netxen_nic_main.c     |  121 +++++++++++++++++--------
       netxen_nic_niu.c      |  172 +++++++++++++++++++++++++++--------
       netxen_nic_phan_reg.h |   24 ++++-
       11 files changed, 891 insertions(+), 270 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      cb8011ad
    • J
      [netdrvr] netxen: build fixes · 1494a814
      Jeff Garzik 提交于
      Most contributed and Signed-off-by: Andrew Morton <akpm@osdl.org>
      with some from me as well.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      1494a814