lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 2 Aug 2013 23:15:53 -0400
From:	Shahed Shaikh <shahed.shaikh@...gic.com>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <Dept_NX_Linux_NIC_Driver@...gic.com>,
	Shahed Shaikh <shahed.shaikh@...gic.com>
Subject: [PATCH net 0/8] qlcnic: Bug fixes

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

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