1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. d18e4f6 net: ena: fix race condition between device reset and link up setup by Netanel Belgazal · 7 years ago
  3. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  4. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  5. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 046b307 net: ena: increase ena driver version to 1.3.0 by Netanel Belgazal · 7 years ago
  7. 58894d5 net: ena: add new admin define for future support of IPv6 RSS by Netanel Belgazal · 7 years ago
  8. 11095fd net: ena: add statistics for missed tx packets by Netanel Belgazal · 7 years ago
  9. 8c5c7ab net: ena: add power management ops to the ENA driver by Netanel Belgazal · 7 years ago
  10. dbeaf1e net: ena: remove legacy suspend suspend/resume support by Netanel Belgazal · 7 years ago
  11. 88aef2f net: ena: improve ENA driver boot time. by Netanel Belgazal · 7 years ago
  12. a59df39 net: ena: fix wrong max Tx/Rx queues on ethtool by Netanel Belgazal · 7 years ago
  13. 411838e net: ena: fix rare kernel crash when bar memory remap fails by Netanel Belgazal · 7 years ago
  14. cd7aea1 net: ena: reduce the severity of some printouts by Netanel Belgazal · 7 years ago
  15. 1f4cf93 net: ena: Remove redundant unlikely() by Tobias Klauser · 7 years ago
  16. 8523899 net: ena: update ena driver to version 1.2.0 by Netanel Belgazal · 7 years ago
  17. 11a9a46 net: ena: update driver's rx drop statistics by Netanel Belgazal · 7 years ago
  18. 3ae5907 net: ena: use lower_32_bits()/upper_32_bits() to split dma address by Netanel Belgazal · 7 years ago
  19. 4265114 net: ena: separate skb allocation to dedicated function by Netanel Belgazal · 7 years ago
  20. e745daf net: ena: use napi_schedule_irqoff when possible by Netanel Belgazal · 7 years ago
  21. 0644368 net: ena: allow the driver to work with small number of msix vectors by Netanel Belgazal · 7 years ago
  22. ad974ba net: ena: add support for out of order rx buffers refill by Netanel Belgazal · 7 years ago
  23. e2eed0e net: ena: add reset reason for each device FLR by Netanel Belgazal · 7 years ago
  24. 9175011 net: ena: change sizeof() argument to be the type pointer by Netanel Belgazal · 7 years ago
  25. 82ef30f net: ena: add hardware hints capability to the driver by Netanel Belgazal · 7 years ago
  26. d149763 net: ena: change return value for unsupported features unsupported return value by Netanel Belgazal · 7 years ago
  27. e7ff7ef net: ena: update ena driver to version 1.1.7 by Netanel Belgazal · 8 years ago
  28. 800c55c net: ena: bug fix in lost tx packets detection mechanism by Netanel Belgazal · 8 years ago
  29. a2cc519 net: ena: disable admin msix while working in polling mode by Netanel Belgazal · 8 years ago
  30. a3af7c1 net: ena: fix theoretical Rx hang on low memory systems by Netanel Belgazal · 8 years ago
  31. 0857d92 net: ena: add missing unmap bars on device removal by Netanel Belgazal · 8 years ago
  32. 661d2b0 net: ena: fix race condition between submit and completion admin command by Netanel Belgazal · 8 years ago
  33. 2d2c600 net: ena: add missing return when ena_com_get_io_handlers() fails by Netanel Belgazal · 8 years ago
  34. 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface. by Netanel Belgazal · 8 years ago
  35. a77c1aa net: ena: fix rare uncompleted admin command false alarm by Netanel Belgazal · 8 years ago
  36. da6f4cf net/ena: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  37. 90a6c99 net: ena: remove superfluous check in ena_remove() by Lino Sanfilippo · 8 years ago
  38. 3e5d689 net/ena: update driver version to 1.1.2 by Netanel Belgazal · 8 years ago
  39. dd8427a net/ena: change condition for host attribute configuration by Netanel Belgazal · 8 years ago
  40. 7102a18 net/ena: change driver's default timeouts by Netanel Belgazal · 8 years ago
  41. 5add6e4 net/ena: reduce the severity of ena printouts by Netanel Belgazal · 8 years ago
  42. a8496eb net/ena: use READ_ONCE to access completion descriptors by Netanel Belgazal · 8 years ago
  43. b1669c9 net/ena: use napi_complete_done() return value by Netanel Belgazal · 8 years ago
  44. 3f6159d net/ena: fix potential access to freed memory during device reset by Netanel Belgazal · 8 years ago
  45. d81db240 net/ena: refactor ena_get_stats64 to be atomic context safe by Netanel Belgazal · 8 years ago
  46. 22b331c net/ena: fix NULL dereference when removing the driver after device reset failed by Netanel Belgazal · 8 years ago
  47. 422e21e net/ena: fix RSS default hash configuration by Netanel Belgazal · 8 years ago
  48. 6e2de20 net/ena: fix ethtool RSS flow configuration by Netanel Belgazal · 8 years ago
  49. 6a1ce2f net/ena: fix queues number calculation by Netanel Belgazal · 8 years ago
  50. fdeea0a net/ena: remove ntuple filter support from device feature list by Netanel Belgazal · 8 years ago
  51. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  52. f850b4a net: ena: use setup_timer() and mod_timer() by Wei Yongjun · 8 years ago
  53. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
  54. 184b49c net: ena: change the return type of ena_set_push_mode() to be void. by Rami Rosen · 8 years ago
  55. 6e22066f net: ena: Fix error return code in ena_device_init() by Wei Yongjun · 8 years ago
  56. 557bc7d net: ena: Remove unnecessary pci_set_drvdata() by Wei Yongjun · 8 years ago
  57. 1738cd3 net: ena: Add a driver for Amazon Elastic Network Adapters (ENA) by Netanel Belgazal · 8 years ago