From patchwork Mon Feb 18 13:24:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Kalderon X-Patchwork-Id: 1043989 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=marvell.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=marvell.com header.i=@marvell.com header.b="rYI5SvzB"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4434Mh2BSwz9rxp for ; Tue, 19 Feb 2019 00:24:16 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730980AbfBRNYO (ORCPT ); Mon, 18 Feb 2019 08:24:14 -0500 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:60832 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729013AbfBRNYO (ORCPT ); Mon, 18 Feb 2019 08:24:14 -0500 Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x1IDFp2D000707; Mon, 18 Feb 2019 05:24:11 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=D6/qZMILn1JimjRPbNOAosBrFDTgPJBdJl6RiTCOngA=; b=rYI5SvzBqWskUVVgYyuU0O9PCxywCcn6i/YSHxymub5W5vA8ZauyqhshKaIDMU5G7uVt +ycZSefgtx9vGq7iTGPfw4Dv/nidBwtb4OuItpBV9U5LCpywoV3FoI0mOD03JTFeLeQB c1c3Fxc1fZwQLoYtbza3JHJnaU5AtCU+zLbT1Lbka9jJ1j5ixqb4+Q4ilhI25ttufKwz tGViWub2RhsVdCYNzi0vLc18LKW5PFaq5x/dcXO0fO1rgrTE84zMg/wOJ9BAkYZxl+QY CA3mipe5NaUkVhzvP2E+ajFYiBKDYziD1f+ecaXVlbCmFN7XUJBJv2Bo8noeoHYcL32g mg== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 2qpjwpwjtq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 18 Feb 2019 05:24:11 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 18 Feb 2019 05:24:09 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 18 Feb 2019 05:24:09 -0800 Received: from lb-tlvb-michal.il.qlogic.org (unknown [10.5.220.215]) by maili.marvell.com (Postfix) with ESMTP id 9460E3F703F; Mon, 18 Feb 2019 05:24:08 -0800 (PST) From: Michal Kalderon To: , , CC: , Subject: [PATCH net 0/2] qed: iWARP - fix some syn related issues. Date: Mon, 18 Feb 2019 15:24:01 +0200 Message-ID: <20190218132403.12487-1-michal.kalderon@marvell.com> X-Mailer: git-send-email 2.14.4 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-02-18_10:, , signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=468 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1902180100 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This series fixes two bugs related to iWARP syn processing flow. Michal Kalderon (2): qed: Fix iWARP buffer size provided for syn packet processing. qed: Fix iWARP syn packet mac address validation. drivers/net/ethernet/qlogic/qed/qed_iwarp.c | 21 +++++++++++++++------ drivers/net/ethernet/qlogic/qed/qed_iwarp.h | 1 - 2 files changed, 15 insertions(+), 7 deletions(-)