Merge branch 'qlcnic-enhancements'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 20:34:29 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 20:34:29 +0000 (13:34 -0700)
commite72ee3ed51542092d83001be6803468e4b91e7be
tree556037f2e91d39739acf2bb247d259fc21a911a5
parent07151bc9f7f53731b355b704141ffaccc8d08752
parent02509f171d2379e79328f5e447e6c97c58ae8d52
Merge branch 'qlcnic-enhancements'

Shahed Shaikh says:

====================
qlcnic: enhancements

This series adds few enhancements.

  o Patch from Harish reorders the sequence of header files inclusion,
    keeping kernel's header files on top.

  o Firmware introduced a new feature which allows driver to increases
    the size of firmware dump of iSCSI function which is being collected
    by NIC driver.

  o Print buffer address which is holding a firmware dump.

  o Use vzalloc() instead kzalloc() for allocating large chunk of memory
    which will avoid potential memory allocation failure.

  o Add new device ID for 0x8C30 which is a 83xx series based VF function.

Please apply this series to net-next.
====================

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