1. 07 12月, 2013 1 次提交
    • J
      ethernet: Fix FSF address in file headers · 0ab75ae8
      Jeff Kirsher 提交于
      Several files refer to an old address for the Free Software Foundation
      in the file header comment.  Resolve by replacing the address with
      the URL <http://www.gnu.org/licenses/> so that we do not have to keep
      updating the header comments anytime the address changes.
      
      CC: Santosh Raspatur <santosh@chelsio.com>
      CC: Dimitris Michailidis <dm@chelsio.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Santiago Leon <santil@linux.vnet.ibm.com>
      CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      CC: Olof Johansson <olof@lixom.net>
      CC: Manish Chopra <manish.chopra@qlogic.com>
      CC: Sony Chacko <sony.chacko@qlogic.com>
      CC: Rajesh Borundia <rajesh.borundia@qlogic.com>
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Steve Glendinning <steve.glendinning@shawell.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ab75ae8
  2. 28 9月, 2013 1 次提交
  3. 31 5月, 2013 1 次提交
  4. 10 5月, 2012 2 次提交
  5. 05 2月, 2012 1 次提交
  6. 11 8月, 2011 1 次提交
  7. 31 3月, 2011 1 次提交
  8. 13 5月, 2010 2 次提交
  9. 15 1月, 2010 1 次提交
  10. 24 12月, 2009 1 次提交
  11. 22 11月, 2009 1 次提交
  12. 23 10月, 2009 1 次提交
  13. 18 10月, 2009 2 次提交
  14. 14 10月, 2009 1 次提交
  15. 12 9月, 2009 1 次提交
  16. 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
  17. 27 8月, 2009 1 次提交
  18. 24 8月, 2009 1 次提交
  19. 28 7月, 2009 1 次提交
  20. 03 7月, 2009 1 次提交
  21. 18 6月, 2009 1 次提交
  22. 09 4月, 2009 1 次提交
  23. 10 3月, 2009 1 次提交
  24. 27 2月, 2009 1 次提交
  25. 25 2月, 2009 2 次提交
  26. 24 8月, 2008 1 次提交
  27. 07 8月, 2008 2 次提交
  28. 23 7月, 2008 3 次提交
  29. 19 4月, 2008 1 次提交
  30. 26 3月, 2008 1 次提交
  31. 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
  32. 02 7月, 2007 1 次提交
  33. 28 4月, 2007 1 次提交