]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32083f7f704af4893d2b10ee6b673152dbb39af8
tree556037f2e91d39739acf2bb247d259fc21a911a5
parentf71eba2e6839d46bc0ccb5c4faf5c583bb8cd1f8
parenta9102c0b9d3e21816247691e709d12df9127b261
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>