mbox series

[v2,00/10] net/atlantic: bugfixes and code cleanup

Message ID cover.1552138867.git.igor.russkikh@aquantia.com (mailing list archive)
Headers
Series net/atlantic: bugfixes and code cleanup |

Message

Igor Russkikh March 9, 2019, 2:03 p.m. UTC
  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.

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             | 75 ++++++++++---------
 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   | 64 +++++++++++-----
 7 files changed, 116 insertions(+), 88 deletions(-)