mbox series

[net,0/5] qed: Bug fixes

Message ID 20190128180508.9902-1-manishc@marvell.com
Headers show
Series qed: Bug fixes | expand

Message

Manish Chopra Jan. 28, 2019, 6:05 p.m. UTC
From: Manish <manishc@marvell.com>

Hi David,

This series have SR-IOV and some general fixes.
Please consider applying it to "net"

Regards,
Manish

Manish Chopra (5):
  qed: Fix bug in tx promiscuous mode settings
  qed: Fix LACP pdu drops for VFs
  qed: Fix VF probe failure while FLR
  qed: Fix system crash in ll2 xmit
  qed: Fix stack out of bounds bug

 drivers/net/ethernet/qlogic/qed/qed_dev.c   |  8 ++++----
 drivers/net/ethernet/qlogic/qed/qed_l2.c    | 12 +++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_l2.h    |  3 +++
 drivers/net/ethernet/qlogic/qed/qed_ll2.c   | 20 +++++++++++++++-----
 drivers/net/ethernet/qlogic/qed/qed_sriov.c | 10 ++++++++--
 drivers/net/ethernet/qlogic/qed/qed_vf.c    | 10 ++++++++++
 6 files changed, 51 insertions(+), 12 deletions(-)

Comments

David Miller Jan. 28, 2019, 7:13 p.m. UTC | #1
From: Manish Chopra <manishc@marvell.com>
Date: Mon, 28 Jan 2019 10:05:03 -0800

> This series have SR-IOV and some general fixes.
> Please consider applying it to "net"

Series applied, thanks.