[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1377885084-6441-1-git-send-email-shahed.shaikh@qlogic.com>
Date: Fri, 30 Aug 2013 13:51:15 -0400
From: Shahed Shaikh <shahed.shaikh@...gic.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <Dept-HSGLinuxNICDev@...gic.com>,
Shahed Shaikh <shahed.shaikh@...gic.com>
Subject: [PATCH net-next 0/9] qlcnic: Enhancements and cleanup
From: Shahed Shaikh <shahed.shaikh@...gic.com>
This patch series contains -
* Enhanced PVID handling for 84xx adapters by
not indicating PVID configuration to VF driver and
keeping VF driver in no VLAN configuration mode becasue
adapter supports VLAN stripping.
* Removed inappropriate usage of inline keyword.
* Enhanced minidump feature by using firmware recommended
dump capture mask and using CAMRAM register to store
firmware dump state.
* AER handling support for 83xx adapter.
* Added support for per port eswitch configuration.
Please apply to net-next.
Thanks,
Shahed
Manish Chopra (2):
qlcnic: Enhance PVID handling for 84xx adapters
qlcnic: Remove inline keyword
Pratik Pujar (3):
qlcnic: Add AER callback handlers.
qlcnic: Add AER support for 83xx adapter
qlcnic: Restructuring of qlc_83xx_fw_info structure.
Shahed Shaikh (3):
qlcnic: Use firmware recommended dump capture mask as default
qlcnic: Store firmware dump state in CAMRAM register
qlcnic: Update version to 5.3.50
Sony Chacko (1):
qlcnic: Add support for per port eswitch configuration
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 29 ++-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 84 +++++++--
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 16 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 220 ++++++++++++--------
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 40 ++++-
.../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 152 +++++++++++---
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 119 ++++++++---
.../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 13 +-
.../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 15 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 13 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 19 ++-
11 files changed, 535 insertions(+), 185 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists