1. 75e11dd Add bulk update to ConsistentMultimap by pier · 4 years, 8 months ago
  2. 9b6bd54 Fixed an issue that innerVlan, tpid and suspended bit is not correctly set by Charles Chan · 4 years, 6 months ago
  3. addb3cb Add command to force snapshot of Raft partitions. by Jordan Halterman · 4 years, 9 months ago
  4. 4f4ebfa Avoid reading cluster metadata in critical section of DistributedClusterStore by Jordan Halterman · 4 years, 8 months ago
  5. 9885ab2 Upgrade to Atomix 2.0.30 by Jordan Halterman · 4 years, 8 months ago
  6. 0acb326 REST API for obj-nextids by Harshada Chaundkar · 5 years ago
  7. 9463a69 Fix for host store not updated when host moves by Harshada Chaundkar · 5 years ago
  8. 054da84 Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 5 years ago
  9. 2f8de0d Tagging 1.12.2-rc2 by ONOS Jenkins User · 5 years ago 1.12.2-rc2
  10. 2d378cd Support user-provided timeouts in intra-cluster communication service by Jordan Halterman · 5 years ago
  11. 26fe4a4 Introduced HostMoveTracker to suspend hosts that moves too frequently. by jobin · 5 years ago
  12. 2dacdb4 Fetch flows in buckets to avoid large memory allocations/serialization in flow store by Jordan Halterman · 5 years ago
  13. 3b73624 Move modified after registerProperties in FlowRuleManager by pier · 5 years ago
  14. 5b9b9e3 Implements accumulation of the fwdobjectives in ofdpa pipelines by pier · 5 years ago
  15. 52cb937 Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  16. fd17e77 Fix duplicate ip issue by pier · 5 years ago
  17. 14c6d62 Fix NPE when pending operations are not present (due to possible race condition) by pier · 5 years ago
  18. f642fe3 Packet throttle support Incorporated review comments by Mayank Tiwari · 5 years ago
  19. 8111219 Fix NPE in flow store by Jordan Halterman · 5 years ago
  20. 9285dbd Fix NPE in flow store by Jordan Halterman · 5 years ago
  21. 196a9ca Moving the device event handling to separate thread by Ruchi Sahota · 5 years ago
  22. 3eb5b81 Make default primitive operation timeout configurable by Jordan Halterman · 5 years ago
  23. a35584e Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  24. 58df227 Make Netty messaging timeouts configurable. by Jordan Halterman · 5 years ago
  25. 1e1a5a2 Reduce frequency of flow store replication by Jordan Halterman · 5 years ago
  26. 972ee84 Upgrade to Atomix 2.0.27 by Jordan Halterman · 5 years ago
  27. 4554ecd restapi-cli-audit-onos-1.12-manual-cherry-pick by Arjun E K · 5 years ago
  28. ada4c6d ONOS-7896 Fix a bug that results in flow obj queue not being dequeued properly by Charles Chan · 5 years ago
  29. 8d616a3 Prevent objective context from being executed multiple times by Charles Chan · 5 years ago
  30. d935b63 Attempt to fix unit test by Charles Chan · 5 years ago
  31. 352bae8 Unit test fix - timeout is not correctly set in parallel execution environment by Charles Chan · 5 years ago
  32. 0d33336 Address StackOverflow by offloading cache listener to a separate thread by Charles Chan · 6 years ago
  33. 31f277e Cherry picking multiple commits for FlowRuleStore optimaization by Nikunj Desai · 6 years ago
  34. 9265815 Do not invalidate the cache again if the dequeue is triggered by the cache timeout by Charles Chan · 6 years ago
  35. b746700 [ONOS-7751] Sometimes device availability is not changed to available after creation of OF device by jaegonkim · 6 years ago
  36. 385b01a Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  37. dd21009f Tagging 1.12.2-rc1 by ONOS Jenkins User · 6 years ago 1.12.2-rc1
  38. 988b2e7 Added one more Component Config REST API; for specified component and variable. by psneha · 6 years ago
  39. 74b3545 Do not queue VERIFY objectives by Charles Chan · 6 years ago
  40. 19d6486 Avoid blocking event thread in ResourceDeviceListener by Jordan Halterman · 6 years ago
  41. caa878e Refactor file path validation code; reject apps with up-level references in the name by Ray Milkey · 6 years ago
  42. fe56ed2 Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  43. 2207a87 Correct a log message in HostManager by Charles Chan · 6 years ago
  44. 1087d13 Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  45. 9172e40 Tagging 1.12.1 by ONOS Jenkins User · 6 years ago 1.12.1
  46. 24aef6c Ensure multimap events are published on replaceValues by Jordan Halterman · 6 years ago
  47. 140766e Fix for OS-13 - don't allow app pathnames to leave the app root by Ray Milkey · 6 years ago
  48. 41467e5 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  49. fb92a5a Bugfix: DistributedPacketStore does not notify delegate in some cases by Charles Chan · 6 years ago
  50. 0881581 Refactor multimap streams to avoid blocking iteration on initialization by Jordan Halterman · 6 years ago
  51. 4c05f5b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  52. a9bee37 Tagging 1.12.1-rc7 by ONOS Jenkins User · 6 years ago 1.12.1-rc7
  53. d73dc58 Ensure cached document tree listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  54. ceafdc0 Ensure cache map listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  55. 837be00 Ensure multimap event listeners are executed after cache update to avoid stale reads from the cache. by Jordan Halterman · 6 years ago
  56. b84e24f Experimental cheap fix for device events issue ONOS-7623 by Thomas Vachuska · 6 years ago
  57. 314b1f7 Improve KryoNamespaces to better support Objectives and lambda functions by Charles Chan · 6 years ago
  58. 1ebe018 Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  59. f9eab5a Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  60. 4171a6f Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  61. c17c7ca Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  62. f52858b Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  63. 4616cb3 Upgrade to Atomix 2.0.22 by Jordan Halterman · 6 years ago
  64. de18048 Implement partitioned multimap by Jordan Halterman · 6 years ago
  65. 7b1a66b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  66. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  67. d2852bc Fix concurrent modification exception due to unlocked access to collection by Ray Milkey · 6 years ago
  68. 9f83234 Fix testUninstallAndInstallNonDisruptive test by Pier · 6 years ago
  69. d8c1da0 Fix NPE in DeviceManager for an offline device by Ray Milkey · 6 years ago
  70. 3445b48 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  71. 6a5c229 Adding mechanism for device subsystem & providers to trigger device by Thomas Vachuska · 6 years ago
  72. 1012d7b Add retry for ResourceSubStores by Sacheth Hegde · 6 years ago
  73. 50f5a88 Partial fix for ONOS-6767. by Thomas Vachuska · 6 years ago
  74. c1f7da1 Fixed not to print misleading "device does not exist" warning to the log. by Thomas Vachuska · 6 years ago
  75. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  76. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  77. dbe8abe Send probes when host moves by Charles Chan · 6 years ago
  78. a000ef6 Increase flow obj timeout and remove pendingForwards and pendingNexts when the next failed by Charles Chan · 6 years ago
  79. 655e821 Implement default method for isConfigured by Charles Chan · 6 years ago
  80. 9062a7f Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  81. 707d9dc Print flow objective error message by Charles Chan · 6 years ago
  82. 1222cf5 [ONOS-7555] Device local-status and device availability parameters are not synchronized in cluster by Palash Kala · 6 years ago
  83. ee7001e Implement flow objective queue command by Charles Chan · 6 years ago
  84. 213cdaa Avoid head of queue blocking in InOrderFlowObjecitveManager by Charles Chan · 6 years ago
  85. 241d793 Fix more thread leaks by Charles Chan · 6 years ago
  86. 07b8426 Adding REST API and CLI for managing UI user preferences. by Thomas Vachuska · 6 years ago
  87. 03ff064 Fixing GUI to respond to server-side layout changes. by Thomas Vachuska · 6 years ago
  88. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  89. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  90. 0a8bfdd [ONOS-7332] Ensure DEVICE_ADDED events are not skipped after device creation on a non-master node by Jordan Halterman · 6 years ago
  91. a255470 Allow duplicate event sinks to be registered to allow retries of component activation. by Jordan Halterman · 6 years ago
  92. 590ec76 Increase default mastership timeout to 2500 by Jordan Halterman · 6 years ago
  93. 4bd2d9a [ONOS-7570] ServiceNotFoundException(DriverService) in de-serializing DefaultGroup by jaegonkim · 6 years ago
  94. 9a93304 Validate that cluster configuration intersects with existing nodes when forming cluster by Jordan Halterman · 6 years ago
  95. 44bfacd [ONOS-7288] Fix race condition of device manager by Yi Tseng · 7 years ago
  96. fcbb5a9 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  97. a8a329c [ONOS-7586] ONOS leadership change does not occurs sometimes. by jaegonkim · 6 years ago
  98. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  99. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  100. 6b06148 CORD-2917 Should not push packet requests that target specific device to all devices by Charles Chan · 6 years ago