The patchset mainly fixes some Coverity issues, couple of minor bugs and overflows.
It also improves eeprom get/set logic with ability of custom device address and dump length. v3: added coverity ids where known v2: better git log, line lengths, Fixes tags. Igor Russkikh (7): net/atlantic: fix negative error codes net/atlantic: remove unused variable net/atlantic: extra checks for error codes net/atlantic: fix link configuration net/atlantic: eliminate excessive log levels on Rx/Tx net/atlantic: fix missing VLAN filter offload net/atlantic: fix xstats to return correct number of items Pavel Belous (3): net/atlantic: fix buffer overflow net/atlantic: use EEPROM magic as a device address net/atlantic: fix EEPROM get for small and uneven lengths drivers/net/atlantic/atl_ethdev.c | 76 ++++++++++--------- drivers/net/atlantic/atl_rxtx.c | 20 ++--- drivers/net/atlantic/atl_types.h | 7 +- drivers/net/atlantic/hw_atl/hw_atl_b0.c | 6 +- drivers/net/atlantic/hw_atl/hw_atl_utils.c | 9 ++- drivers/net/atlantic/hw_atl/hw_atl_utils.h | 23 +++--- .../net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 66 +++++++++++----- 7 files changed, 118 insertions(+), 89 deletions(-) -- 2.17.1