]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qlcnic'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 May 2013 23:01:23 +0000 (16:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 May 2013 23:01:23 +0000 (16:01 -0700)
commit6a13bddaaaf185b1f40bdf5f78eb2277b70da9b0
tree6316d0b9a2dc01e9587b06f415abe0bbd1a84fe9
parentb2778f504465079d55e04f103eaa6a9f648c68dc
parent9166b4517d6c4b6f50d11ca13c78fc8db7503a92
Merge branch 'qlcnic'

Shahed Shaikh says:

====================
This patch series has following bug fixes:
* Fix a bug in unicast MAC address setting in adapter.
  Driver was not deleting older unicast MAC while adding new one.
* Fix an ethtool stats string array by adding missing string entry
  and fix a typo.
* Fix module paramter description. Bracket ')' was missing.
* Fix port status provided though 'ethtool <device>' for 83xx adapter.
* Fix reset recovery path in case of transmit timeout.
* Fix reset recovery during diagnostic tests by preserving
  current device status information.
* Fix mailbox response handling. Driver was not maintaining poll time properly.
* Fix validation of link event command.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>