Merge branch 'qlcnic'
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 21:25:24 +0000 (16:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 21:25:24 +0000 (16:25 -0500)
commitc66be8035b8cf3a469c2ed32114c35d5f82e925d
tree41b523a9c9130eb53c50de48764c79ce6e29066d
parentd803bb60a7902f37f29c91b18f908af47e3805a8
parent18402aa12231a1b9df70cffb91be83cd74d80227
Merge branch 'qlcnic'

Himanshu Madhani says:

====================
qlcnic: Bug fixes.

This series contains bug fixes for mailbox handling and multi Tx queue support
for all supported adapters.

changes from v1 -> v2
o updated patch to fix usage of netif_tx_{wake,stop} api during link change
  as per David Miller's suggestion.
o Dropped patch to use spinklock per tx queue for more work.
o Added reworked patch for memory allocation failures.
o Added patch to allow capturing of dump, when auto recovery is disabled in firmware.
o Added patches for mailbox interrupt handling and debugging data for mailbox failure.

Please apply to net.
====================

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