]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

Trivial merge