1. 6cd8e86 [VOL-4421] Force delete a device on callback by khenaidoo · 2 years, 5 months ago
  2. 68a5e0c [VOL-4421] Execute delete force following an adapater restart by khenaidoo · 2 years, 6 months ago
  3. 4b4bd25 VOL-4435 checks for parent device in reconcilation + flow timeout by Himani Chawla · 2 years, 6 months ago v3.0.1
  4. 9beaaf1 [VOL-4371] Voltha protos cleanup by khenaidoo · 2 years, 6 months ago
  5. 92dd121 VOL-4278 rw-core currently rejects the EnableDevice call if the admin-state of device is already ENABLE. by Mahir Gunyel · 2 years, 6 months ago
  6. d948f77 [VOL-4291] Rw-core updates for gRPC migration by khenaidoo · 2 years, 9 months ago v3.0.0
  7. 2195ccc VOL-4189 rwcore - RPC update-flows-incrementally() triggered during reconciling by Maninder · 2 years, 10 months ago
  8. 482e442 VOL-4209 - halt retries on reconcile failure by David K. Bainbridge · 2 years, 10 months ago
  9. 90670dd fix to avoid flooding of reconcile rpc request by Maninder · 2 years, 10 months ago
  10. 5458a1c [VOL-4183] Multi UNI by yasin sapli · 2 years, 10 months ago
  11. 581cf4b VOL-4147 by Maninder · 2 years, 10 months ago
  12. 7585a96 [VOL-4178, VOL-3952] This commit removes flows/groups/meters persistency by khenaidoo · 2 years, 11 months ago
  13. 0aabf0c VOL-3503 Add a device operational state of RECONCILING by Maninder · 3 years, 1 month ago
  14. b0343bf VOL-4079 Publishing device state changes on bus by Mahir Gunyel · 3 years ago
  15. 606a4f0 VOL-3734 optimise rpc events to be send to queue and then to kafka from the queue by Himani Chawla · 3 years, 1 month ago
  16. dd3324d [VOL-4045] Fix some race conditions in rw-core by khenaidoo · 3 years ago
  17. 9a1bc0d VOL-3507 Implement the device update queries in rw-core by Maninder · 3 years, 6 months ago
  18. 6f9b10e VOL-3896: ONU fails to activate on Disable/Enable OLT by Girish Gowdra · 3 years, 1 month ago
  19. b4c2591 VOL-3501 Code changes to support rpc event by Himani Chawla · 3 years, 5 months ago
  20. 025667e [VOL-3762] Updates to allow image download and update for the ONU by Andrea Campanella · 3 years, 3 months ago
  21. 1cf9504 VOL-3616 Support for API to retrieve information (example UNI) from an ONU by Salman Siddiqui · 3 years, 5 months ago
  22. 2ba1c9c VOL-3504 Code changes to support force delete by Himani Chawla · 3 years, 7 months ago
  23. dfadc98 VOL-3589 Update voltha go to support new version v4 of voltha protos by Maninder · 3 years, 6 months ago v2.6.1
  24. 6268631 VOL-3248 Support for SetExtValue API by dpaul · 3 years, 10 months ago v2.6.0
  25. 6031aad VOL-2867 - Replaced coreif interface package with smaller per-package interfaces. by Kent Hagerman · 3 years, 9 months ago
  26. f8d4f8d [VOL-3199] Added support for dynamic enable/disable of Trace Publishing by Girish Kumar · 3 years, 8 months ago
  27. cb8b59d [VOL-3228] device-id logging consistancy by divyadesai · 3 years, 8 months ago
  28. 3e8ee21 [VOL-3424] Switch completely to Context based Logger instance by Girish Kumar · 3 years, 8 months ago
  29. cf12f20 [VOL-3070]Enrich span with 'device-id' and propagate context into go routine carrying the span information by Rohan Agrawal · 3 years, 9 months ago
  30. cba2f30 VOL-2867 - Removed unnescessary proto.Clone() in getDevice() and getLogicalDevice(). by Kent Hagerman · 3 years, 9 months ago
  31. f6db9f1 VOL-3356 - Changed the way devices are updated. by Kent Hagerman · 3 years, 9 months ago
  32. 2a07b86 VOL-3121 - Separated ports from devices. by Kent Hagerman · 3 years, 10 months ago
  33. 31f2180 [VOL-3187]Pass Context down the execution call hierarchy across voltha-go codebase by Rohan Agrawal · 3 years, 11 months ago
  34. fa6ea27 [VOL-3215] Reorganize functions in agent.go by Mahir Gunyel · 3 years, 11 months ago
  35. fa9d6d4 VOL-3121 - Separated out logical ports from logical agent. by Kent Hagerman · 4 years ago
  36. 03de0d3 [VOL-3005] Separate Flows from Device by Mahir Gunyel · 3 years, 11 months ago
  37. f5a6735 VOL-2999 - Reworked how Proxies are created & used. by Kent Hagerman · 4 years ago
  38. 0db4c81 [VOL-2995] Improve Core performance by khenaidoo · 4 years ago
  39. addb66a [VOL-3001] Separating flows, groups and meters from LogicalDevice. by Mahir Gunyel · 4 years ago
  40. 45a13e4 VOL-2920 - Remove NBI passthrough functions. by Kent Hagerman · 4 years ago
  41. c1129f1 [VOL-936] add changes for onu distance from OLT by Dinesh Belwalkar · 4 years, 2 months ago
  42. 787224a [VOL-1385] Remove parent's device flows after child deletion by khenaidoo · 4 years ago
  43. 2b21604 VOL-2909 - Disaggregating rw_core/core/. by Kent Hagerman · 4 years, 1 month ago[Renamed (86%) from rw_core/core/device_agent.go]
  44. d525ae3 [VOL-2835] Using different topic per ONU device by Matteo Scandolo · 4 years, 1 month ago
  45. 4f355f5 VOL-2868 Model simplification/removal. by Kent Hagerman · 4 years, 1 month ago
  46. d9cc2e9 VOL-2868 Remove all uses of Proxy.RegisterCallback(...) by Kent Hagerman · 4 years, 6 months ago
  47. 730cbdf VOL-2850 Reworked RequestQueue so it no longer requires a separate thread. by Kent Hagerman · 4 years, 1 month ago
  48. f56a468 [VOL-2694] Use package specific logger instance in all log statements by Girish Kumar · 4 years, 1 month ago
  49. e132f52 [VOL-2790] Fix delete pipeline issue by khenaidoo · 4 years, 1 month ago
  50. 408cd96 [VOL-2404] : RW-Core changes for handling OLT Reboot Scenario by Girish Gowdra · 4 years, 2 months ago
  51. 8728525 SEBA-749 Added on demand api code for omci test action by onkarkundargi · 4 years, 3 months ago
  52. 442e7c7 [VOL-2164] Update rw-core to use the Async Kafka API by khenaidoo · 4 years, 2 months ago
  53. 67b2215 [VOL-2688] Improve core model performance by khenaidoo · 4 years, 2 months ago
  54. 543df3e [VOL-1385] : Changes to support ONU delete by Chaitrashree G S · 4 years, 2 months ago
  55. 2ebbf22 Revert "[VOL-1385] : code changes to support ONU delete" by David Bainbridge · 4 years, 2 months ago
  56. e935b33 [VOL-1385] : code changes to support ONU delete by Chaitrashree G S · 4 years, 3 months ago
  57. 80b987d [VOL-2628] Fix issue with peer ports by khenaidoo · 4 years, 2 months ago
  58. bc2d162 VOL-2463 : Enable and disable pon/NNI port Core changes by kesavand · 4 years, 3 months ago
  59. 467fe75 VOL-2180 context changes in voltha-go by npujar · 4 years, 3 months ago
  60. e7be133 [VOL-2500] Fix panic in Core by khenaidoo · 4 years, 3 months ago
  61. 2ae470f VOL-1643 Update voltha-go to use voltha-protos and voltha-lib-go v3.0.0 by serkant.uluderya · 4 years, 3 months ago
  62. 9a30c70 VOL-1900 lint warning fixes db by npujar · 4 years, 5 months ago
  63. 4908535 [VOL-2454] Fix for device deletion in the rw_core by khenaidoo · 4 years, 3 months ago
  64. e5a4401 VOL-1774 Etcd Crash Handling by Thomas Lee S · 4 years, 6 months ago
  65. b2121e5 [VOL-2370] - Fix the add-delete-add flow sequence by khenaidoo · 4 years, 4 months ago
  66. 6e55d9e [VOL-2318] - Fix for jenkins NBI Failure by khenaidoo · 4 years, 4 months ago
  67. 5c28f55 Fix for delete device hangs. by A R Karthick · 4 years, 5 months ago
  68. 1d86a52 VOL-1900 lint warning fixes rw_core by npujar · 4 years, 5 months ago
  69. 8da2f1e Added a helper type to more safely handle async request completion. by Kent Hagerman · 4 years, 5 months ago
  70. 3c51397 Removed updateDeviceWithoutLockAsync to avoid a potential lockless write issue. by Kent Hagerman · 4 years, 5 months ago
  71. 8067860 VOL-2226 reconcile device agent when taking over device from failed core; by Scott Baker · 4 years, 5 months ago
  72. 360605d [VOL-2231] Cleaning the packet-in/out logs and dumping packets in HEX by Matteo Scandolo · 4 years, 6 months ago
  73. 17d7e22 VOL-2154 : Moving back db/model to voltha-go repo by sbarbari · 4 years, 6 months ago
  74. a773e99 [VOL-1754] :changes to handle device states on olt disable/re-enable by Chaitrashree G S · 4 years, 8 months ago
  75. 555307d VOL-2189 update voltha-go to use voltha-protos=v2.0.1 and voltha-lib-go=v2.2.9 by Scott Baker · 4 years, 6 months ago v2.2.1
  76. 518b5a4 Revert "VOL-1847-Add flow only if it does not exist in device,No delete here as delete flows/groups handled now in deleteFlowsAndGroups" by Matt Jeanneret · 4 years, 6 months ago
  77. ad06fd7 [VOL-2174] Race condition when creating NNI port by khenaidoo · 4 years, 6 months ago
  78. 33f779a VOL-1847-Add flow only if it does not exist in device,No delete here as delete flows/groups handled now in deleteFlowsAndGroups by Manikkaraj k · 4 years, 8 months ago
  79. 807addd VOL-2138 Use v2 import paths for voltha-lib-go by Scott Baker · 4 years, 6 months ago
  80. b671a86 VOL-2153 remove flow_utils.go from voltha-go by Scott Baker · 4 years, 6 months ago
  81. fdee921 VOL-2103 - Device reason update modifications by Mahir Gunyel · 4 years, 6 months ago
  82. cb7c88a VOL-2017 library code was moved to voltha-lib-go by Scott Baker · 4 years, 6 months ago
  83. b6b68c4 VOL-1894 : Disable forced data reconcile from getDevice() by Stephane Barbarie · 4 years, 7 months ago
  84. 4c9e559 [VOL-1890] Flow decomposition fails after a core switch over by khenaidoo · 4 years, 8 months ago
  85. b1a1092 VOL-1623-meter support and handling techprofile and fix for flow delete , now migrated to onosproject/onos:1.13.9-rc4 by Manikkaraj k · 4 years, 9 months ago
  86. 8e2707d VOL-1801 : Inconsistent data update by Mahir Gunyel · 4 years, 9 months ago
  87. b585167 VOL-1798:Restructuring KV store update calls in DeviceAgent by Mahir Gunyel · 4 years, 9 months ago
  88. b312747 [VOL-1800] Implement Performance configuration in Voltha Core. by khenaidoo · 4 years, 9 months ago
  89. ef6650d VOL-1775 VOL-1779 VOL-1780 : Fix several issues with overall stability by Stephane Barbarie · 4 years, 9 months ago
  90. 59ef7be [VOL-1697] Update Admin state by khenaidoo · 4 years, 10 months ago
  91. 0458db6 [VOL-1564] Refactor flow deletion by khenaidoo · 4 years, 10 months ago
  92. 4554f7c [VOL-1658] Address disable/delete of a device in Pre-prov state by khenaidoo · 5 years ago
  93. 6d62c00 [VOL-1645] Fix for device agents creation by khenaidoo · 5 years ago
  94. 68c930b [VOL-1644] Add test cases to the Core Utils package by khenaidoo · 5 years ago
  95. 0a822f9 [VOL-1614] Device Management update in the Core by khenaidoo · 5 years ago
  96. 259a6f7 VOL-1377: Bug fixes during tech profile download at ONU by manikkaraj k · 5 years ago
  97. 3ab3488 [VOL-1605] Update disable/reenable device management logic by khenaidoo · 5 years ago
  98. 2c6a099 [VOL-1588] Improve Flow Add performance by khenaidoo · 5 years ago
  99. 334479d VOL-1556 Add alarm simulation to voltha-go core by serkant.uluderya · 5 years ago
  100. 40fd3b2 VOL-1497 : Further improved data synchronization between cores by Stephane Barbarie · 5 years ago