[PULL][Yakkety] update ENA driver to version 1.2.0k
Kamal Mostafa
kamal at canonical.com
Mon Jul 3 21:01:00 UTC 2017
The following changes since commit 5503c4dadb55e60883ddaa1f1a47656260cb5381:
UBUNTU: Ubuntu-4.8.0-59.64 (2017-06-29 14:35:56 -0300)
are available in the git repository at:
git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/yakkety ena120
for you to fetch changes up to cd7a310dc2064458546c98f5312e5153dd9b3dff:
net: ena: update ena driver to version 1.2.0 (2017-06-30 07:42:28 -0700)
----------------------------------------------------------------
Christoph Hellwig (1):
net/ena: switch to pci_alloc_irq_vectors
Lino Sanfilippo (1):
net: ena: remove superfluous check in ena_remove()
Netanel Belgazal (19):
net: ena: fix rare uncompleted admin command false alarm
net: ena: add missing return when ena_com_get_io_handlers() fails
net: ena: fix race condition between submit and completion admin command
net: ena: add missing unmap bars on device removal
net: ena: fix theoretical Rx hang on low memory systems
net: ena: disable admin msix while working in polling mode
net: ena: bug fix in lost tx packets detection mechanism
net: ena: update ena driver to version 1.1.7
net: ena: change return value for unsupported features unsupported return value
net: ena: add hardware hints capability to the driver
net: ena: change sizeof() argument to be the type pointer
net: ena: add reset reason for each device FLR
net: ena: add support for out of order rx buffers refill
net: ena: allow the driver to work with small number of msix vectors
net: ena: use napi_schedule_irqoff when possible
net: ena: separate skb allocation to dedicated function
net: ena: use lower_32_bits()/upper_32_bits() to split dma address
net: ena: update driver's rx drop statistics
net: ena: update ena driver to version 1.2.0
drivers/net/ethernet/amazon/ena/ena_admin_defs.h | 31 ++
drivers/net/ethernet/amazon/ena/ena_com.c | 118 ++++---
drivers/net/ethernet/amazon/ena/ena_com.h | 10 +-
drivers/net/ethernet/amazon/ena/ena_eth_com.c | 5 +
drivers/net/ethernet/amazon/ena/ena_ethtool.c | 13 +-
drivers/net/ethernet/amazon/ena/ena_netdev.c | 431 +++++++++++++++++------
drivers/net/ethernet/amazon/ena/ena_netdev.h | 46 ++-
drivers/net/ethernet/amazon/ena/ena_regs_defs.h | 34 ++
8 files changed, 514 insertions(+), 174 deletions(-)
More information about the kernel-team
mailing list