From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Russkikh Subject: [PATCH net 0/5] net: aquantia: 2018-11 bugfixes Date: Fri, 9 Nov 2018 11:53:54 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Dmitry Bogdanov , "netdev@vger.kernel.org" , Igor Russkikh To: "David S . Miller" Return-path: Received: from mail-cys01nam02on0070.outbound.protection.outlook.com ([104.47.37.70]:32070 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727560AbeKIVeP (ORCPT ); Fri, 9 Nov 2018 16:34:15 -0500 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: The patchset fixes a number of bugs found in various areas after driver validation. Dmitry Bogdanov (3): net: aquantia: fix potential IOMMU fault after driver unbind net: aquantia: invalid checksumm offload implementation net: aquantia: allow rx checksum offload configuration Igor Russkikh (2): net: aquantia: synchronized flow control between mac/phy net: aquantia: fixed enable unicast on 32 macvlan .../net/ethernet/aquantia/atlantic/aq_ethtool.c | 8 +-- drivers/net/ethernet/aquantia/atlantic/aq_hw.h | 6 +++ drivers/net/ethernet/aquantia/atlantic/aq_main.c | 10 +++- drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 18 +++++-- drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 2 +- drivers/net/ethernet/aquantia/atlantic/aq_ring.c | 35 ++++++++----- .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 61 ++++++++++++++----= ---- .../ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c | 8 +++ .../ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h | 3 ++ .../aquantia/atlantic/hw_atl/hw_atl_llh_internal.h | 18 +++++++ .../aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c | 21 ++++++++ 11 files changed, 145 insertions(+), 45 deletions(-) --=20 2.7.4