[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1390928130-10710-1-git-send-email-rajesh.borundia@qlogic.com>
Date: Tue, 28 Jan 2014 11:55:26 -0500
From: Rajesh Borundia <rajesh.borundia@...gic.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <Dept_NX_Linux_NIC_Driver@...gic.com>
Subject: [PATCH net 0/4] qlcnic: bug fixes
The patch series contains following bug fixes
o Bound checks for number of receive descriptors and number of recieve rings.
Both of these have off-by-one errors.
o Vlan list was getting re-initialized in case of adapter reset.
o Tx queue was timing out because of missing start queue for a corresponding
netif_tx_disable.
o Loopback test failed because driver was not setting linkup variable
while handling link events.
Please apply to net.
Manish Chopra (1):
qlcnic: Correct off-by-one errors in bounds checks
Rajesh Borundia (2):
qlcnic: Fix initialization of vlan list.
qlcnic: Fix tx timeout.
Shahed Shaikh (1):
qlcnic: Fix loopback test failure
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 19 ++++++++++++-------
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 9 ++-------
.../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 11 +++++------
3 files changed, 19 insertions(+), 20 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