netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] qlcnic: Enhancements and cleanup
@ 2013-08-30 17:51 Shahed Shaikh
  2013-08-30 17:51 ` [PATCH net-next 1/9] qlcnic: Enhance PVID handling for 84xx adapters Shahed Shaikh
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Shahed Shaikh @ 2013-08-30 17:51 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-HSGLinuxNICDev, Shahed Shaikh

From: Shahed Shaikh <shahed.shaikh@qlogic.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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-09-01  2:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30 17:51 [PATCH net-next 0/9] qlcnic: Enhancements and cleanup Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 1/9] qlcnic: Enhance PVID handling for 84xx adapters Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 2/9] qlcnic: Remove inline keyword Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 3/9] qlcnic: Use firmware recommended dump capture mask as default Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 4/9] qlcnic: Store firmware dump state in CAMRAM register Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 5/9] qlcnic: Add AER callback handlers Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 6/9] qlcnic: Add AER support for 83xx adapter Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 7/9] qlcnic: Restructuring of qlc_83xx_fw_info structure Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 8/9] qlcnic: Add support for per port eswitch configuration Shahed Shaikh
2013-08-30 17:51 ` [PATCH net-next 9/9] qlcnic: Update version to 5.3.50 Shahed Shaikh
2013-09-01  2:35 ` [PATCH net-next 0/9] qlcnic: Enhancements and cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).