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

Trivial merge