1. f6c2f05 Support for PI table entry with default action by Carmelo Cascone · 6 years ago
  2. 39e2a52 5 sec fallpack poll interval for flows and groups by Carmelo Cascone · 6 years ago
  3. abbd1ee Fixed race condition in CriterionTranslatorHelper by Carmelo Cascone · 6 years ago
  4. 9930da5 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  5. a127ba8 Adding openflow protocol set support in onos for device by rohitsharan · 6 years ago
  6. 598e8b8 [ONOS-7487] UnsupportedOperationException: Driver does not support extension type ExtensionTreatmentType{type=200} for DefaultGroupBucket by jaegonkim · 6 years ago
  7. 7483e1b Remove deprecated LinkWeight interface by Ray Milkey · 6 years ago
  8. 4ce65e8 Upgrade to Atomix 2.0.18 by Jordan Halterman · 6 years ago
  9. 2d1b590 Add more utility methods to DocumentPath by Yuta HIGUCHI · 6 years ago
  10. a2cf3a1 Remove deprecated connect point APIs for point to point intents by Ray Milkey · 6 years ago
  11. 01c9338 TestConsistentMap: cannot remove while iterating by Thiago Santos · 7 years ago
  12. 1c1f0c2 [ONOS-7410] DeviceManager.deviceConnected does not apply device annotations by jaegonkim · 6 years ago
  13. b2a20d1 null-safe DocPath ancentry tests by Yuta HIGUCHI · 6 years ago
  14. 9f6bd52 Fixed issue where component configuration would not propagate on node restart. by Thomas Vachuska · 6 years ago
  15. 92d206b Remove deprecated link collection intent compiler by Ray Milkey · 6 years ago
  16. 6a36035 Remove deprecated private method by Ray Milkey · 6 years ago
  17. 94db191 Ensure messages are correctly timed out in NettyMessagingManager by Jordan Halterman · 6 years ago
  18. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  19. d517073 Remove deprecated behaviour Queue APIs by Ray Milkey · 6 years ago
  20. 640fedd Remove deprecated port behaviour classes - PortConfig - PortDiscovery by Ray Milkey · 6 years ago
  21. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  22. 4504e59 Upgrade to Atomix 2.0.16 by Jordan Halterman · 6 years ago
  23. 23e73c5 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  24. 1b1355d Adding ability to wipe-out UI model cache and network config. by Thomas Vachuska · 6 years ago
  25. 5c7d488 SONAR suggestion - proper handling of InterruptedException by Ray Milkey · 6 years ago
  26. 46c5eaa Make caching optional for LeaderElector primitive. by Jordan Halterman · 6 years ago
  27. 5bbe5ba Upgrade to Atomix 2.0.15 by Jordan Halterman · 6 years ago
  28. 961b19f SONAR suggestions - eliminate lossy arithmetic by Ray Milkey · 6 years ago
  29. 6de4fb9 [ONOS-7409] Fixing NullPointerException when DeviceManager handles deviceDisconnected by Donghyeok Ho · 6 years ago
  30. 1567b53 SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  31. 49d956c Add client-side timer for blocking on DistributedLock#tryLock(Duration) while partition is unavailable by Jordan Halterman · 6 years ago
  32. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  33. 99b7bbe Adding REST API and CLI for managing UI user preferences. by Thomas Vachuska · 6 years ago
  34. 42b6203 SONAR suggestion - problems with string format calls by Ray Milkey · 6 years ago
  35. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  36. 4743258 Add distributed lock primitive by Jordan Halterman · 6 years ago
  37. f1653a7 pom cleanup by Yuta HIGUCHI · 6 years ago
  38. 2e27ec5 SONAR suggestion - constant arrays should be private by Ray Milkey · 6 years ago
  39. aaa9f11 Updating change to distributed application store to re-enable reinstalling apps by Andrea Campanella · 6 years ago
  40. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  41. 34a14f7 Add more logs to help debug packet processing issues by Jonathan Hart · 6 years ago
  42. 06297ed SONAR suggestion - Synchronize initialization of static fields by Ray Milkey · 6 years ago
  43. 4f35076 Revert "[ONOS-7373] Ensure Netty channels are closed on send exceptions" by Ray Milkey · 6 years ago
  44. 2124935 Upgrade to Atomix 2.0.14 by Jordan Halterman · 6 years ago
  45. e706253 Implement minimum heartbeat interval in failure detectors by Jordan Halterman · 6 years ago
  46. 02c4c57 [ONOS-7392] Fix P4Runtime priority bug by Yi Tseng · 6 years ago
  47. 62c3e07 Order the annotation output by Laszlo Papp · 6 years ago
  48. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  49. e319dc2 Restricting mastership recheck when role NONE. Avoids also log pollution. by Andrea Campanella · 6 years ago
  50. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  51. 1315d3e [ONOS-7381] Reset phi accrual failure detectors when nodes are re-activated by Jordan Halterman · 6 years ago
  52. ce336f7 [ONOS-7382] Ensure flow tables are removed when last entry is removed by Jordan Halterman · 6 years ago
  53. 73c21bd [ONOS-7372] GossipDeviceStore cannot do 'mark off line' for a removed device in a controller recovered from failure by jaegonkim · 6 years ago
  54. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  55. 3e0e92e SONAR suggestion - don't ignore stream read() return value by Ray Milkey · 6 years ago
  56. 7390b5c Expose the port stats annotations to REST by Laszlo Papp · 6 years ago
  57. 83b1d93 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  58. 111aab7 Add minimum timeout for Netty messages by Jordan Halterman · 6 years ago
  59. e81e941 [ONOS-7377] Fix: Removing Config Factory only if last element in cluster by Andrea Campanella · 6 years ago
  60. 9fb87f6 Remove device from deviceLocalStatus after the device was removed from the store. by Rafał Szalecki · 6 years ago
  61. 7cf6037 Expose optical properties by Laszlo Papp · 6 years ago
  62. a3f1611 [ONOS-7365] Fix NPE in ECM peersSupplier to avoid exceptions when rebooting container by Jordan Halterman · 6 years ago
  63. e720ddf [ONOS-7363] Isolate replica info to a single version for isolation of primary-backup protocols by Jordan Halterman · 6 years ago
  64. f5f4094 [ONOS-7352] Activate applications locally when restoring old version after upgrade failure by Jordan Halterman · 6 years ago
  65. 3c65d1b [ONOS-7350] Add ISSU HA/rollback test scenario by Jordan Halterman · 6 years ago
  66. 9719eb0 ONOS-6955 onos-app does not reinstall apps correctly by Deepa Vadireddy · 6 years ago
  67. 1d4d189 Add warnings to KryoNamespaces to avoid reordering serializable types. by Jordan Halterman · 6 years ago
  68. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 6 years ago
  69. fa40ca2 Adding GroupService Adapter for Tests by Andrea Campanella · 6 years ago
  70. ef92f19 Use failure detection for Netty messages to improve ability to adapt to changing network conditions by Jordan Halterman · 6 years ago
  71. 914b0b1 Fixed the ECFlowRuleStore to support MODIFY flow rule operations. by Thomas Vachuska · 6 years ago
  72. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  73. 32ebb5a Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago 1.13.0-b8
  74. 71026b2 Swapping the default flow rule store to be the ECM-based implementation. by Thomas Vachuska · 6 years ago
  75. 256d92b [ONOS-7208] Improves policer with rate type by Pier Luigi · 6 years ago
  76. bdcd967 Implements policer-meter-mapping [ONOS-5867] by Pier Luigi · 7 years ago
  77. 5e95961 [ONOS-7333] adapted REST API for bitwise match on TCP/UDP/SCTP source/destination port (flow) by Andreas Gilbert · 6 years ago
  78. 153dbd5 Ensure TCP_NODELAY is properly configured on Netty channels by Jordan Halterman · 6 years ago
  79. 464145d Increase default primitive operation timeout to 15 seconds by Jordan Halterman · 6 years ago
  80. a1ccbc3 Convert leadership events directly to mastership events to avoid inconsistencies when building RoleInfo from underlying leadership store by Jordan Halterman · 6 years ago
  81. f9f5563 [ONOS-7332] Ensure DEVICE_ADDED events are not skipped after device creation on a non-master node by Jordan Halterman · 6 years ago
  82. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  83. b68bbbc Sonar suggestion - use a secure random number generator by Ray Milkey · 6 years ago
  84. 3e269df Initial P4Runtime unit tests by Mehmed Mustafa · 6 years ago
  85. 3004c7d Improve flow objectives data objects code coverage by Ray Milkey · 6 years ago
  86. 8bcd586 [ONOS-7311] and [ONOS-7197] Update ONOS to support most recent version of BMv2 and PI by Andrea Campanella · 6 years ago
  87. 61881df Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  88. d22dccc Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago 1.13.0-b7
  89. 1cf233c Timeout local messages in NettyMessagingManager to avoid hanging when receivers are blocked on external calls. by Jordan Halterman · 6 years ago
  90. e9467fc Upgrade to Atomix 2.0.12 by Jordan Halterman · 6 years ago
  91. 4bf9e3a Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  92. 168ac92 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago 1.13.0-b6
  93. 0e78e27 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  94. 2a7d833 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago 1.13.0-b5
  95. 8277b6b Dual-homing probing improvements by Charles Chan · 6 years ago
  96. c53a15f Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  97. d06da9e Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  98. 716484c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  99. 6a6ac1d Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  100. a57a814 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago