Merge branch 'ena-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 4 May 2019 04:14:47 +0000 (00:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 May 2019 04:14:47 +0000 (00:14 -0400)
commitf0c5bcf2f43f122ec84161992dc9d9d994d53fdb
tree176d737105591e73d3f8ec75b08cd222289786fb
parent93aa4792c3908eac87ddd368ee0fe0564148232b
parentf913308879bc6ae437ce64d878c7b05643ddea44
Merge branch 'ena-fixes'

Sameeh Jubran says:

====================
Bug fixes for ENA Ethernet driver

Sameeh Jubran (8):
  net: ena: fix swapped parameters when calling
    ena_com_indirect_table_fill_entry
  net: ena: fix: set freed objects to NULL to avoid failing future
    allocations
  net: ena: fix: Free napi resources when ena_up() fails
  net: ena: fix incorrect test of supported hash function
  net: ena: fix return value of ena_com_config_llq_info()
  net: ena: improve latency by disabling adaptive interrupt moderation
    by default
  net: ena: fix ena_com_fill_hash_function() implementation
  net: ena: gcc 8: fix compilation warning
====================

Signed-off-by: David S. Miller <davem@davemloft.net>