]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1e9e9901ee13a48e3cbb96ec3631c685590f8aea
tree6316d0b9a2dc01e9587b06f415abe0bbd1a84fe9
parent61f1598278876527314f5fc1d00cf0a4d525c1f7
parentcbccb18f4f937132af64a95ae04186a6c2c05236
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>