From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Belous Subject: [PATCH net 0/5] net:ethernet:aquantia: Misc fixes for atlantic driver. Date: Wed, 22 Mar 2017 20:06:26 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Cc: netdev@vger.kernel.org, Simon Edelhaus , David Arcari , Pavel Belous To: "David S . Miller" Return-path: Received: from mail-co1nam03on0070.outbound.protection.outlook.com ([104.47.40.70]:62429 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751125AbdCVRHM (ORCPT ); Wed, 22 Mar 2017 13:07:12 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Pavel Belous The following patchset containg several fixes for aQuantia AQtion driver for net tree: A couple fixes for IPv6 and other fixes. Pavel Belous (5): net:ethernet:aquantia: Remove adapter re-opening when mtu changed. net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6. net:ethernet:aquantia: Missing spinlock initialization. net:ethernet:aquantia: Fix for LSO with IPv6. net:ethernet:aquantia: Reset is_gso flag when EOP reached. drivers/net/ethernet/aquantia/atlantic/aq_main.c | 5 ----- drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 26 +++++++++++++++++----- drivers/net/ethernet/aquantia/atlantic/aq_ring.c | 1 + drivers/net/ethernet/aquantia/atlantic/aq_ring.h | 3 ++- .../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c | 4 ++++ .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 4 ++++ 6 files changed, 31 insertions(+), 12 deletions(-) -- 2.7.4