netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] qlcnic: Bug fixes
@ 2013-04-26 12:09 Shahed Shaikh
  2013-04-26 12:09 ` [PATCH net 1/7] qlcnic: Fix setting MAC address Shahed Shaikh
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Shahed Shaikh @ 2013-04-26 12:09 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Shahed Shaikh

From: Shahed Shaikh <shahed.shaikh@qlogic.com>

This patch series has following bug fixes:
* Fix a bug in unicast MAC address setting in adapter.
  Driver was not deleting older unicast MAC while adding new one.
* Fix a bug in offload settings behaviour which is controlled
  through an application. LRO was not getting turned on/off when
  we turn on/off Rx checksum.
* Fix an ethtool stats string array by adding missing string entry
  and fix a typo.
* Add missing bracket ')' in module paramter description.
* Fix port status provided though 'ethtool <device>' for 83xx adapter
* Fix reset recovery path in case of transmit timeout.
* Fix reset revovery during diagnostic tests by preserving
  current device status information.

Please apply to net.

Thanks,
Shahed

Himanshu Madhani (2):
  qlcnic: Fix missing bracket in module parameter.
  qlcnic: Fix ethtool Supported port status for 83xx

Manish Chopra (3):
  qlcnic: Fix setting MAC address
  qlcnic: Fix bug in tuning offloads using QLogic application
  qlcnic: Fix bug in diagnostics test reset recovery path

Shahed Shaikh (1):
  qlcnic: Fix ethtool strings

Sony Chacko (1):
  qlcnic: Fix reset recovery after transmit timeout

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |    3 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |   79 +++++++++++++++++++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |    2 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   24 ++++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |   52 ++++++-------
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   65 +++++++++++++---
 6 files changed, 172 insertions(+), 53 deletions(-)

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

end of thread, other threads:[~2013-04-27 19:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 12:09 [PATCH net 0/7] qlcnic: Bug fixes Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 1/7] qlcnic: Fix setting MAC address Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 2/7] qlcnic: Fix bug in tuning offloads using QLogic application Shahed Shaikh
2013-04-26 20:54   ` Ben Hutchings
2013-04-26 12:09 ` [PATCH net 3/7] qlcnic: Fix ethtool strings Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 4/7] qlcnic: Fix missing bracket in module parameter Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 5/7] qlcnic: Fix ethtool Supported port status for 83xx Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 6/7] qlcnic: Fix reset recovery after transmit timeout Shahed Shaikh
2013-04-26 21:01   ` Ben Hutchings
2013-04-27 19:08     ` Shahed Shaikh
2013-04-26 12:09 ` [PATCH net 7/7] qlcnic: Fix bug in diagnostics test reset recovery path Shahed Shaikh

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).