1. dfadc98 VOL-3589 Update voltha go to support new version v4 of voltha protos by Maninder · 3 years, 7 months ago v2.6.1
  2. 6268631 VOL-3248 Support for SetExtValue API by dpaul · 3 years, 11 months ago v2.6.0
  3. 531af4f VOL-3479 Correct flow information in failed add flows logs by Himani Chawla · 3 years, 8 months ago
  4. 23bd8c7 VOL-3492 panic in rw-core. by Mahir Gunyel · 3 years, 8 months ago
  5. 9a50f03 VOL-3212: Fix uni-trap flow match and actions by Girish Gowdra · 3 years, 8 months ago
  6. 6031aad VOL-2867 - Replaced coreif interface package with smaller per-package interfaces. by Kent Hagerman · 3 years, 10 months ago
  7. 5809b5b VOL-3383 - concurrent data access issues by David K. Bainbridge · 3 years, 9 months ago
  8. f8d4f8d [VOL-3199] Added support for dynamic enable/disable of Trace Publishing by Girish Kumar · 3 years, 9 months ago
  9. cb8b59d [VOL-3228] device-id logging consistancy by divyadesai · 3 years, 9 months ago
  10. 45e514a Chaging some log levels for better packet tracing by Matteo Scandolo · 3 years, 9 months ago
  11. 3e8ee21 [VOL-3424] Switch completely to Context based Logger instance by Girish Kumar · 3 years, 9 months ago
  12. 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
  13. cba2f30 VOL-2867 - Removed unnescessary proto.Clone() in getDevice() and getLogicalDevice(). by Kent Hagerman · 3 years, 10 months ago
  14. 1c91d5f [VOL-3375]Remove field pkg from log statements by Rohan Agrawal · 3 years, 10 months ago
  15. f6db9f1 VOL-3356 - Changed the way devices are updated. by Kent Hagerman · 3 years, 10 months ago
  16. 33470e8 [VOL-3142] Enabled tracing for rw-core and added config parameters by Girish Kumar · 4 years ago v2.5.1
  17. a7c9d79 VOL-2867 - Simplified the logic for devices' flow & group updates. by Kent Hagerman · 3 years, 10 months ago
  18. 7eab1b9 VOL-3111 Group removal support by VOLTHA Core by Esin Karaman · 3 years, 11 months ago
  19. 2a07b86 VOL-3121 - Separated ports from devices. by Kent Hagerman · 3 years, 11 months ago
  20. 9395a81 [VOL-3187]Add context.Background() in profile.go by Rohan Agrawal · 3 years, 10 months ago
  21. 31f2180 [VOL-3187]Pass Context down the execution call hierarchy across voltha-go codebase by Rohan Agrawal · 4 years ago
  22. 2a0c449 Fix update_pm_config rpc case letter by Rohan Agrawal · 3 years, 11 months ago
  23. 9ae1313 VOL-3244 - remove competing mode flag by David Bainbridge · 3 years, 11 months ago
  24. 367162b Adding flow info to error messages by Matteo Scandolo · 3 years, 11 months ago
  25. c6c7bda [VOL-3245] Consume port capability on port creation by khenaidoo · 3 years, 11 months ago
  26. f4151de VOL-3257 Fixed a bug where the default timeout was multiplied with time.Millisecond in some cases, leading to incorrect (extremely long) timeouts. by Kent Hagerman · 3 years, 11 months ago
  27. fa6ea27 [VOL-3215] Reorganize functions in agent.go by Mahir Gunyel · 4 years ago
  28. fa9d6d4 VOL-3121 - Separated out logical ports from logical agent. by Kent Hagerman · 4 years ago
  29. d1387da [VOL-2736]host and port should be specified as a single argument not as two separate arguments by Neha Sharma · 4 years ago v2.4.2
  30. 292ab52 [VOL-3184] Core panic fix in debug mode by khenaidoo · 4 years ago
  31. 8ff291d [VOL-3117] Read KV store data path prefix from an environment variable by serkant.uluderya · 4 years ago
  32. 4c4face VOL-3195: rw-core panic during group deletion by Girish Gowdra · 4 years ago
  33. 03de0d3 [VOL-3005] Separate Flows from Device by Mahir Gunyel · 4 years ago
  34. f5a6735 VOL-2999 - Reworked how Proxies are created & used. by Kent Hagerman · 4 years ago
  35. 433a31a VOL-3121 - Separated out LogicalDevices' low-level flow/meter/group handling into separate packages. by Kent Hagerman · 4 years ago
  36. 0db4c81 [VOL-2995] Improve Core performance by khenaidoo · 4 years ago
  37. 3b3f4a6 [VOL-2952]: code changes to remove invalid match criteria as per new port label by Chaitrashree G S · 4 years ago
  38. 3136fbd Broke down logical_agent.go into multiple files. by Kent Hagerman · 4 years ago
  39. addb66a [VOL-3001] Separating flows, groups and meters from LogicalDevice. by Mahir Gunyel · 4 years ago
  40. 3bbfa35 [VOL-2865] : code changes to support uniform state transition for OLT delete by Chaitrashree G S · 4 years ago
  41. 7d6f3a9 [VOL-2735]Durations should be specified as type time.Duration not int by Neha Sharma · 4 years, 1 month ago v2.4.1
  42. a29a471 [VOL-3022] Fix core crash on flow revert without meters by khenaidoo · 4 years ago
  43. 8b4abbf [VOL-2972] Revert added flows on failure by khenaidoo · 4 years, 1 month ago
  44. 2f0d055 VOL-2970 - Improved readability & traceability of startup code. by Kent Hagerman · 4 years, 1 month ago
  45. 45a13e4 VOL-2920 - Remove NBI passthrough functions. by Kent Hagerman · 4 years, 1 month ago
  46. c1129f1 [VOL-936] add changes for onu distance from OLT by Dinesh Belwalkar · 4 years, 2 months ago
  47. e099e86 VOL-936 Update protos to latest and mark GetExtValue as NotImplemented by Scott Baker · 4 years, 1 month ago
  48. 504b480 VOL-2861 replace uint64 kafka interadapter timestamps with timestamp proto by Scott Baker · 4 years, 1 month ago
  49. 8ad2995 VOL-2957 - Improved time complexity of portUpdated. by Kent Hagerman · 4 years, 1 month ago
  50. 5e98c78 VOL-2892 Problem comparing two proto messages with reflect.DeepEqual(). Changing it to proto.Equal() by Mahir Gunyel · 4 years, 1 month ago
  51. 57ee9aa [VOL-2941] Throwing an error if an adapter tries to register without specifying the adapter type by Matteo Scandolo · 4 years, 1 month ago
  52. 787224a [VOL-1385] Remove parent's device flows after child deletion by khenaidoo · 4 years, 1 month ago
  53. 2b21604 VOL-2909 - Disaggregating rw_core/core/. by Kent Hagerman · 4 years, 1 month ago
  54. 7849b32 [VOL-2804]:code changes to support reboot of disabled OLT by Chaitrashree G S · 4 years, 1 month ago
  55. 7d545aa [VOL-2835] Fix adapter reconcile for multiple adapters by serkant.uluderya · 4 years, 1 month ago v2.4.0
  56. d525ae3 [VOL-2835] Using different topic per ONU device by Matteo Scandolo · 4 years, 1 month ago
  57. c64df64 VOL-2893 Removing redundant Dockerfile. by Kent Hagerman · 4 years, 1 month ago
  58. 4f355f5 VOL-2868 Model simplification/removal. by Kent Hagerman · 4 years, 1 month ago
  59. d9cc2e9 VOL-2868 Remove all uses of Proxy.RegisterCallback(...) by Kent Hagerman · 4 years, 6 months ago
  60. 09400bd [VOL-2866] Removing NNI port before ofagent disconnection by Andrea Campanella · 4 years, 1 month ago
  61. 8cb47bb VOL-2776 Restore numberOfDeviceTestRuns to 2 by Scott Baker · 4 years, 1 month ago
  62. a05f4d4 VOL-2859 Added test cases for RequestQueue. by Kent Hagerman · 4 years, 1 month ago
  63. 914d533 VOL-2850 Fixed an issue where the RequestQueue could get stuck on context cancelation. by Kent Hagerman · 4 years, 1 month ago
  64. 730cbdf VOL-2850 Reworked RequestQueue so it no longer requires a separate thread. by Kent Hagerman · 4 years, 1 month ago
  65. 432f9be VOL-2776 unit test for StartOmciTestAction by Scott Baker · 4 years, 2 months ago
  66. d1afd66 VOL-2658, VOL-2840 - remove core compete code by David Bainbridge · 4 years, 2 months ago
  67. f56a468 [VOL-2694] Use package specific logger instance in all log statements by Girish Kumar · 4 years, 2 months ago
  68. 5ff3092 [VOL-2782] Update go.mod of voltha-go,open-olt-adapter,ofagent-go and voltctl to be compatible with latest version of voltha-lig-go by divyadesai · 4 years, 2 months ago
  69. e132f52 [VOL-2790] Fix delete pipeline issue by khenaidoo · 4 years, 2 months ago
  70. 408cd96 [VOL-2404] : RW-Core changes for handling OLT Reboot Scenario by Girish Gowdra · 4 years, 2 months ago
  71. 8728525 SEBA-749 Added on demand api code for omci test action by onkarkundargi · 4 years, 4 months ago
  72. e75f284 VOL-2114: No need for vid 4000 controller flows by Matt Jeanneret · 4 years, 2 months ago
  73. 48d46e1 VOL-2764 - default log level to warning by David Bainbridge · 4 years, 2 months ago
  74. 442e7c7 [VOL-2164] Update rw-core to use the Async Kafka API by khenaidoo · 4 years, 2 months ago
  75. 18fa0c9 VOL-2728 - Do not inform logical_device_manager for PON port state updates by Mahir Gunyel · 4 years, 2 months ago
  76. 5c2eb81 VOL-2712: Fixing Meter Table Delete Issue by Thomas Lee S · 4 years, 2 months ago
  77. aa8bd4d Expose PProf webserver outside the container by Matteo Scandolo · 4 years, 2 months ago
  78. 3283673 [VOL-2715] Fix device delete issue by khenaidoo · 4 years, 2 months ago
  79. eb8c4f8 VOL-2401 - turn error into warning by David K. Bainbridge · 4 years, 2 months ago
  80. 2d87ee3 VOL-2696 Stop monitorKvstoreLiveness goroutine when core is stopped by Scott Baker · 4 years, 2 months ago
  81. 67b2215 [VOL-2688] Improve core model performance by khenaidoo · 4 years, 2 months ago
  82. c704def [VOL-2573] Delete all logical ports on OLT Delete by Hardik Windlass · 4 years, 3 months ago
  83. e8ad020 [VOL-2673]:added check to verify deletion of onu devices on deleting same. by Chaitrashree G S · 4 years, 2 months ago
  84. c68c9c0 [VOL-2537] Logging - Implement dynamic log levels in voltha-core by divyadesai · 4 years, 3 months ago
  85. fdea1e3 VOL-2632 Error propagation from HashFlowStats by Scott Baker · 4 years, 3 months ago
  86. 543df3e [VOL-1385] : Changes to support ONU delete by Chaitrashree G S · 4 years, 3 months ago
  87. dcd4dcc Updated tools version to 2.0.0 by Kent Hagerman · 4 years, 3 months ago
  88. 0e78ba2 VOL-2631 Update to voltha-lib-go 3.0.14 by Scott Baker · 4 years, 3 months ago
  89. 7f72f0c [VOL-2356]core log_level command line argument should take log level names not int value by Rohan Agrawal · 4 years, 4 months ago v2.3.2
  90. 2ebbf22 Revert "[VOL-1385] : code changes to support ONU delete" by David Bainbridge · 4 years, 3 months ago
  91. e935b33 [VOL-1385] : code changes to support ONU delete by Chaitrashree G S · 4 years, 3 months ago
  92. 80b987d [VOL-2628] Fix issue with peer ports by khenaidoo · 4 years, 3 months ago
  93. 8eca462 enable compile time profiling by Don Newton · 4 years, 3 months ago
  94. 820197c [VOL-2576] Improve route calculation by khenaidoo · 4 years, 3 months ago
  95. 16ce36a The adapter last_communication is now updated when a message is received from an adapter. by Kent Hagerman · 4 years, 5 months ago
  96. bc2d162 VOL-2463 : Enable and disable pon/NNI port Core changes by kesavand · 4 years, 4 months ago
  97. 467fe75 VOL-2180 context changes in voltha-go by npujar · 4 years, 4 months ago
  98. b9cfcb1 [VOL-2415] Enable with invalid device-id should throw NotFound error by Hardik Windlass · 4 years, 3 months ago
  99. fc3b1af VOL-2521 "Group-id-not-present-in-map" error message appears in rw-core logs by Esin Karaman · 4 years, 3 months ago
  100. e7be133 [VOL-2500] Fix panic in Core by khenaidoo · 4 years, 4 months ago