Netdev List
 help / color / mirror / Atom feed
* [PATCH V1 net 0/5] minor bug fixes for ENA Ethernet driver
@ 2018-10-08 12:28 akiyano
  2018-10-08 12:28 ` [PATCH V1 net 1/5] net: ena: fix indentations in ena_defs for better readability akiyano
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: akiyano @ 2018-10-08 12:28 UTC (permalink / raw)
  To: davem, netdev
  Cc: Arthur Kiyanovski, dwmw, zorik, matua, saeedb, msw, aliguori,
	nafea, gtzalik, netanel, alisaidi

From: Arthur Kiyanovski <akiyano@amazon.com>

Arthur Kiyanovski (5):
  net: ena: fix indentations in ena_defs for better readability
  net: ena: fix warning in rmmod caused by double iounmap
  net: ena: fix rare bug when failed restart/resume is followed by
    driver removal
  net: ena: fix NULL dereference due to untimely napi initialization
  net: ena: fix auto casting to boolean

 drivers/net/ethernet/amazon/ena/ena_admin_defs.h  | 308 +++++++++-------------
 drivers/net/ethernet/amazon/ena/ena_eth_com.c     |   8 +-
 drivers/net/ethernet/amazon/ena/ena_eth_io_defs.h | 219 ++++++++-------
 drivers/net/ethernet/amazon/ena/ena_netdev.c      |  23 +-
 drivers/net/ethernet/amazon/ena/ena_regs_defs.h   | 206 +++++++--------
 5 files changed, 341 insertions(+), 423 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-10-09  1:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08 12:28 [PATCH V1 net 0/5] minor bug fixes for ENA Ethernet driver akiyano
2018-10-08 12:28 ` [PATCH V1 net 1/5] net: ena: fix indentations in ena_defs for better readability akiyano
2018-10-08 12:28 ` [PATCH V1 net 2/5] net: ena: fix warning in rmmod caused by double iounmap akiyano
2018-10-08 17:56   ` David Miller
2018-10-08 12:28 ` [PATCH V1 net 3/5] net: ena: fix rare bug when failed restart/resume is followed by driver removal akiyano
2018-10-08 12:28 ` [PATCH V1 net 4/5] net: ena: fix NULL dereference due to untimely napi initialization akiyano
2018-10-08 12:28 ` [PATCH V1 net 5/5] net: ena: fix auto casting to boolean akiyano
2018-10-08 12:47 ` [PATCH V1 net 0/5] minor bug fixes for ENA Ethernet driver Bshara, Nafea
2018-10-08 14:38   ` Machulsky, Zorik
2018-10-08 14:42   ` Machulsky, Zorik
2018-10-08 18:01   ` David Miller
2018-10-08 17:56 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox