[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1573158381.git.irusskikh@marvell.com>
Date: Thu, 7 Nov 2019 22:41:47 +0000
From: Igor Russkikh <irusskikh@...vell.com>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC: "David S . Miller" <davem@...emloft.net>,
Igor Russkikh <irusskikh@...vell.com>
Subject: [PATCH v2 net-next 00/12] Aquantia Marvell atlantic driver updates
11-2019
Hi David,
Here is a bunch of atlantic driver new features and updates.
Shortlist:
- Me adding ethtool private flags for various loopback test modes,
- Nikita is doing some work here on power management, implementing new PM API,
He also did some checkpatch style cleanup of older driver parts.
- I'm also adding a new UDP GSO offload support and flags for loopback activation
- We are now Marvell, so I am changing email addresses on maintainers list.
v2: styling, ip6 correct handling in udpgso
Igor Russkikh (4):
net: atlantic: loopback tests via private flags
net: atlantic: stylistic renames
net: atlantic: implement UDP GSO offload
net: atlantic: change email domains to Marvell
Nikita Danilov (8):
net: atlantic: update firmware interface
net: atlantic: implement wake_phy feature
net: atlantic: refactoring pm logic
net: atlantic: add msglevel configuration
net: atlantic: adding ethtool physical identification
net: atlantic: add fw configuration memory area
net: atlantic: code style cleanup
net: atlantic: update flow control logic
.../device_drivers/aquantia/atlantic.txt | 46 +++-
MAINTAINERS | 4 +-
.../net/ethernet/aquantia/atlantic/Makefile | 7 -
.../net/ethernet/aquantia/atlantic/aq_cfg.h | 9 +-
.../ethernet/aquantia/atlantic/aq_ethtool.c | 235 ++++++++++++----
.../ethernet/aquantia/atlantic/aq_ethtool.h | 1 +
.../net/ethernet/aquantia/atlantic/aq_hw.h | 24 ++
.../ethernet/aquantia/atlantic/aq_hw_utils.c | 1 +
.../net/ethernet/aquantia/atlantic/aq_main.c | 15 +-
.../net/ethernet/aquantia/atlantic/aq_nic.c | 232 +++++++++-------
.../net/ethernet/aquantia/atlantic/aq_nic.h | 28 +-
.../ethernet/aquantia/atlantic/aq_pci_func.c | 95 ++++++-
.../net/ethernet/aquantia/atlantic/aq_ptp.c | 6 +-
.../net/ethernet/aquantia/atlantic/aq_ring.c | 6 +-
.../net/ethernet/aquantia/atlantic/aq_ring.h | 7 +-
.../net/ethernet/aquantia/atlantic/aq_vec.c | 8 +-
.../aquantia/atlantic/hw_atl/hw_atl_a0.c | 43 +--
.../aquantia/atlantic/hw_atl/hw_atl_b0.c | 112 +++++---
.../aquantia/atlantic/hw_atl/hw_atl_llh.c | 26 ++
.../aquantia/atlantic/hw_atl/hw_atl_llh.h | 11 +
.../atlantic/hw_atl/hw_atl_llh_internal.h | 54 ++++
.../aquantia/atlantic/hw_atl/hw_atl_utils.c | 207 +++++++++-----
.../aquantia/atlantic/hw_atl/hw_atl_utils.h | 228 ++++++++--------
.../atlantic/hw_atl/hw_atl_utils_fw2x.c | 253 ++++++++++--------
24 files changed, 1112 insertions(+), 546 deletions(-)
--
2.17.1
Powered by blists - more mailing lists