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(-) -- 2.7.4