1. 4a9ad46 net: ena: fix crash during failed resume from hibernation by Arthur Kiyanovski · 7 years ago
  2. 78a55d0 net: ena: fix NULL dereference due to untimely napi initialization by Arthur Kiyanovski · 7 years ago
  3. d7703dd net: ena: fix rare bug when failed restart/resume is followed by driver removal by Arthur Kiyanovski · 7 years ago
  4. d79c388 net: ena: fix warning in rmmod caused by double iounmap by Arthur Kiyanovski · 7 years ago
  5. 2162798 net: ena: remove ndo_poll_controller by Eric Dumazet · 7 years ago
  6. 37dff155 net: ena: fix incorrect usage of memory barriers by Netanel Belgazal · 7 years ago
  7. 944b28a net: ena: fix missing lock during device destruction by Netanel Belgazal · 7 years ago
  8. fe870c7 net: ena: fix potential double ena_destroy_device() by Netanel Belgazal · 7 years ago
  9. cfa324a net: ena: fix device destruction to gracefully free resources by Netanel Belgazal · 7 years ago
  10. ef5b077 net: ena: fix driver when PAGE_SIZE == 64kB by Netanel Belgazal · 7 years ago
  11. 772ed86 net: ena: fix surprise unplug NULL dereference kernel crash by Netanel Belgazal · 7 years ago
  12. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  13. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  14. 115ddc4 net: ena: Use pci_sriov_configure_simple() to enable VFs by Alexander Duyck · 7 years ago
  15. 6d2e1a8 net: ena: Eliminate duplicate barriers on weakly-ordered archs by Sinan Kaya · 7 years ago
  16. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. ee4552a net: ena: fix error handling in ena_down() sequence by Netanel Belgazal · 8 years ago
  18. 7853b49 net: ena: unmask MSI-X only after device initialization is completed by Netanel Belgazal · 8 years ago
  19. 8510e1a net: ena: add detection and recovery mechanism for handling missed/misrouted MSI-X by Netanel Belgazal · 8 years ago
  20. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 8 years ago
  21. d18e4f6 net: ena: fix race condition between device reset and link up setup by Netanel Belgazal · 8 years ago
  22. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  23. 453f85d mm: remove __GFP_COLD by Mel Gorman · 8 years ago
  24. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 11095fd net: ena: add statistics for missed tx packets by Netanel Belgazal · 8 years ago
  26. 8c5c7ab net: ena: add power management ops to the ENA driver by Netanel Belgazal · 8 years ago
  27. dbeaf1e net: ena: remove legacy suspend suspend/resume support by Netanel Belgazal · 8 years ago
  28. 411838e net: ena: fix rare kernel crash when bar memory remap fails by Netanel Belgazal · 8 years ago
  29. cd7aea1 net: ena: reduce the severity of some printouts by Netanel Belgazal · 8 years ago
  30. 11a9a46 net: ena: update driver's rx drop statistics by Netanel Belgazal · 8 years ago
  31. 4265114 net: ena: separate skb allocation to dedicated function by Netanel Belgazal · 8 years ago
  32. e745daf net: ena: use napi_schedule_irqoff when possible by Netanel Belgazal · 8 years ago
  33. 0644368 net: ena: allow the driver to work with small number of msix vectors by Netanel Belgazal · 8 years ago
  34. ad974ba net: ena: add support for out of order rx buffers refill by Netanel Belgazal · 8 years ago
  35. e2eed0e net: ena: add reset reason for each device FLR by Netanel Belgazal · 8 years ago
  36. 82ef30f net: ena: add hardware hints capability to the driver by Netanel Belgazal · 8 years ago
  37. d149763 net: ena: change return value for unsupported features unsupported return value by Netanel Belgazal · 8 years ago
  38. 800c55c net: ena: bug fix in lost tx packets detection mechanism by Netanel Belgazal · 8 years ago
  39. a3af7c1 net: ena: fix theoretical Rx hang on low memory systems by Netanel Belgazal · 8 years ago
  40. 0857d92 net: ena: add missing unmap bars on device removal by Netanel Belgazal · 8 years ago
  41. 2d2c600 net: ena: add missing return when ena_com_get_io_handlers() fails by Netanel Belgazal · 8 years ago
  42. 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface. by Netanel Belgazal · 8 years ago
  43. da6f4cf net/ena: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  44. 90a6c99 net: ena: remove superfluous check in ena_remove() by Lino Sanfilippo · 8 years ago
  45. dd8427a net/ena: change condition for host attribute configuration by Netanel Belgazal · 9 years ago
  46. 5add6e4 net/ena: reduce the severity of ena printouts by Netanel Belgazal · 9 years ago
  47. b1669c9 net/ena: use napi_complete_done() return value by Netanel Belgazal · 9 years ago
  48. 3f6159d net/ena: fix potential access to freed memory during device reset by Netanel Belgazal · 9 years ago
  49. d81db240 net/ena: refactor ena_get_stats64 to be atomic context safe by Netanel Belgazal · 9 years ago
  50. 22b331c net/ena: fix NULL dereference when removing the driver after device reset failed by Netanel Belgazal · 9 years ago
  51. 6a1ce2f net/ena: fix queues number calculation by Netanel Belgazal · 9 years ago
  52. fdeea0a net/ena: remove ntuple filter support from device feature list by Netanel Belgazal · 9 years ago
  53. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 9 years ago
  54. f850b4a net: ena: use setup_timer() and mod_timer() by Wei Yongjun · 9 years ago
  55. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 9 years ago
  56. 184b49c net: ena: change the return type of ena_set_push_mode() to be void. by Rami Rosen · 9 years ago
  57. 6e22066f net: ena: Fix error return code in ena_device_init() by Wei Yongjun · 9 years ago
  58. 557bc7d net: ena: Remove unnecessary pci_set_drvdata() by Wei Yongjun · 9 years ago
  59. 1738cd3 net: ena: Add a driver for Amazon Elastic Network Adapters (ENA) by Netanel Belgazal · 9 years ago