netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/8] qlcnic: Bug fixes
@ 2013-08-03  3:15 Shahed Shaikh
  2013-08-03  3:15 ` [PATCH net 1/8] qlcnic: Fix MAC address filter issue on 82xx adapter Shahed Shaikh
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Shahed Shaikh @ 2013-08-03  3:15 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Shahed Shaikh

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

This patch series contains the following bug fixes :

* Fix programming of MAC address filter.
* Fix MAC address learning of ingress packets.
* Free memory in error path.
* Remove adapter series name from warning messages.
* Fix external loopback diagnostic test.
* Fix improper link speed display.
* Fix flash update failure due to improper error handling of
  read register API.

Please apply this series to net.

Thanks,
Shahed

Himanshu Madhani (2):
  qlcnic: Free up memory in error path.
  qlcnic: Fix for flash update failure on 83xx adapter

Pratik Pujar (1):
  qlcnic: Removed adapter series name from warning messages.

Rajesh Borundia (2):
  qlcnic: Fix link speed display for 82xx adapter
  qlcnic: Fix link speed and duplex display for 83xx adapter

Shahed Shaikh (3):
  qlcnic: Fix MAC address filter issue on 82xx adapter
  qlcnic: Fix ingress MAC learning
  qlcnic: Fix external loopback test.

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |   12 +--
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |  126 ++++++++++++--------
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |    2 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   91 ++++++++++-----
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c    |   16 ++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |   83 ++++++++++----
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c     |   40 ++++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |    2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c   |   25 +++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |  101 +++++++++++------
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   19 ++--
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |    2 +-
 12 files changed, 335 insertions(+), 184 deletions(-)

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-03  3:15 [PATCH net 0/8] qlcnic: Bug fixes Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 1/8] qlcnic: Fix MAC address filter issue on 82xx adapter Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 2/8] qlcnic: Fix ingress MAC learning Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 3/8] qlcnic: Free up memory in error path Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 4/8] qlcnic: Removed adapter series name from warning messages Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 5/8] qlcnic: Fix external loopback test Shahed Shaikh
2013-08-03  3:15 ` [PATCH net 6/8] qlcnic: Fix link speed display for 82xx adapter Shahed Shaikh
2013-08-03  3:16 ` [PATCH net 7/8] qlcnic: Fix link speed and duplex display for 83xx adapter Shahed Shaikh
2013-08-03  3:16 ` [PATCH net 8/8] qlcnic: Fix for flash update failure on " Shahed Shaikh
2013-08-03 19:03 ` [PATCH net 0/8] qlcnic: Bug fixes 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).