linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 net-next 00/13]  Bug Fixes in ENA driver
@ 2017-02-09 13:21 Netanel Belgazal
  2017-02-09 13:21 ` [PATCH V4 net-next 01/13] net/ena: remove ntuple filter support from device feature list Netanel Belgazal
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Netanel Belgazal @ 2017-02-09 13:21 UTC (permalink / raw)
  To: linux-kernel, davem, netdev
  Cc: Netanel Belgazal, dwmw, zorik, alex, saeed, msw, aliguori, nafea,
	eric.dumazet, evgenys

Changes from V3:
* Rebase patchset to master and solve merge conflicts.
* Remove redundant bug fix (fix error handling when probe fails)

Netanel Belgazal (13):
  net/ena: remove ntuple filter support from device feature list
  net/ena: fix queues number calculation
  net/ena: fix ethtool RSS flow configuration
  net/ena: fix RSS default hash configuration
  net/ena: fix NULL dereference when removing the driver after device
    reset failed
  net/ena: refactor ena_get_stats64 to be atomic context safe
  net/ena: fix potential access to freed memory during device reset
  net/ena: use napi_complete_done() return value
  net/ena: use READ_ONCE to access completion descriptors
  net/ena: reduce the severity of ena printouts
  net/ena: change driver's default timeouts
  net/ena: change condition for host attribute configuration
  net/ena: update driver version to 1.1.2

 drivers/net/ethernet/amazon/ena/ena_admin_defs.h |  20 ++-
 drivers/net/ethernet/amazon/ena/ena_com.c        |  41 +++---
 drivers/net/ethernet/amazon/ena/ena_com.h        |   1 +
 drivers/net/ethernet/amazon/ena/ena_eth_com.c    |   8 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c     | 176 ++++++++++++++++-------
 drivers/net/ethernet/amazon/ena/ena_netdev.h     |   9 +-
 6 files changed, 172 insertions(+), 83 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-02-10  3:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09 13:21 [PATCH V4 net-next 00/13] Bug Fixes in ENA driver Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 01/13] net/ena: remove ntuple filter support from device feature list Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 02/13] net/ena: fix queues number calculation Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 03/13] net/ena: fix ethtool RSS flow configuration Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 04/13] net/ena: fix RSS default hash configuration Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 05/13] net/ena: fix NULL dereference when removing the driver after device reset failed Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 06/13] net/ena: refactor ena_get_stats64 to be atomic context safe Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 07/13] net/ena: fix potential access to freed memory during device reset Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 08/13] net/ena: use napi_complete_done() return value Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 09/13] net/ena: use READ_ONCE to access completion descriptors Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 10/13] net/ena: reduce the severity of ena printouts Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 11/13] net/ena: change driver's default timeouts Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 12/13] net/ena: change condition for host attribute configuration Netanel Belgazal
2017-02-09 13:21 ` [PATCH V4 net-next 13/13] net/ena: update driver version to 1.1.2 Netanel Belgazal
2017-02-10  3:27 ` [PATCH V4 net-next 00/13] Bug Fixes in ENA driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).