From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jitendra Kalsaria Subject: [PATCH v2 net-next 0/8] qlcnic: Driver updates Date: Sat, 22 Jun 2013 04:11:59 -0400 Message-ID: <1371888727-16422-1-git-send-email-jitendra.kalsaria@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , Jitendra Kalsaria To: Return-path: Received: from va3ehsobe001.messaging.microsoft.com ([216.32.180.11]:29254 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932292Ab3FVIiX (ORCPT ); Sat, 22 Jun 2013 04:38:23 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Jitendra Kalsaria Re-submitting the patch set after fixing patch#2 as pointed by Joe Perches. Please apply patch series to net-next. Thanks, Jiten Jitendra Kalsaria (3): qlcnic: Secondary unicast MAC address support. qlcnic: Minimize sleep duration within loopback diagnostic test. qlcnic: Update version to 5.2.44 Pratik Pujar (2): qlcnic: Cleanup of structure qlcnic_hardware_context qlcnic: Add support for 'set driver version' in 83XX Rajesh Borundia (1): qlcnic: Add support for 83xx suspend and resume. Shahed Shaikh (2): qlcnic: Handle qlcnic_alloc_mbx_args() failure qlcnic: Add support for PEX DMA method to read memory section of adapter dump drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 36 +++- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 269 ++++++++++++++++---- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 12 +- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 24 ++- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 23 ++- drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 129 +++++++--- .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 6 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_hdr.h | 1 + drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c | 88 ++++++- drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h | 7 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 138 +++++------ .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 225 ++++++++++++++++- drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h | 2 + .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 53 ++++ drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 +- 15 files changed, 816 insertions(+), 199 deletions(-)