1. 281dbf3 Refactor flow rule store to resolve missing flows with old masters following mastership reassignment by Jordan Halterman · 6 years ago
  2. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  3. aeea0bb Rely on anti-entropy protocol to resolve missing flows after mastership change in ECFlowRuleStore by Jordan Halterman · 6 years ago
  4. 7851f6d Ensure flow rules are purged from non-backup nodes on mastership change by Jordan Halterman · 6 years ago
  5. 5259b33 Implement anti-entropy protocol for detecting and resolving missing flows in the ECFlowRuleStore by Jordan Halterman · 6 years ago
  6. 4127d39 Use external null checks to avoid computeIfAbsent calls in FlowRuleStore by Jordan Halterman · 6 years ago
  7. 8f90d6d Move flow count updates off write path in ECFlowRuleStore by Jordan Halterman · 6 years ago
  8. a765d22 [CORD-3119] Fix missing flows on node restart by Jordan Halterman · 6 years ago
  9. b2f5795 Clean up implementation of buckets for flow rule replication by Jordan Halterman · 6 years ago
  10. e74e629 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  11. cdca195 [ONOS-7565] Flow rules error while rerouting intents with Flow Objectives by Devin Lim · 6 years ago
  12. ed9bace Deprecate Distributed Flow Rule Store by Ray Milkey · 6 years ago
  13. 2edfeef [ONOS-7379] Use atomic operations for flow table updates to avoid losing flows during updates by Jordan Halterman · 6 years ago
  14. 76cbdfb Fixing flow rule count on single instance by Andrea Campanella · 6 years ago
  15. a8e7477 Adding command to add routes and to generate flows from them. by Thomas Vachuska · 6 years ago
  16. ce336f7 [ONOS-7382] Ensure flow tables are removed when last entry is removed by Jordan Halterman · 6 years ago
  17. e720ddf [ONOS-7363] Isolate replica info to a single version for isolation of primary-backup protocols by Jordan Halterman · 6 years ago
  18. 914b0b1 Fixed the ECFlowRuleStore to support MODIFY flow rule operations. by Thomas Vachuska · 6 years ago
  19. 71026b2 Swapping the default flow rule store to be the ECM-based implementation. by Thomas Vachuska · 6 years ago
  20. b68bbbc Sonar suggestion - use a secure random number generator by Ray Milkey · 6 years ago
  21. 2e85cfc ONOS-7207 Fix for - Flows exists even if the devices are not available by Deepa Vaddireddy · 7 years ago
  22. fa13229 [ONOS-7025] Restore old flow rule store for testing by Jon Hall · 7 years ago
  23. c29d882 [ONOS-7161] Flows stuck on pending_add after bring the link down by Yi Tseng · 7 years ago
  24. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  25. f5295f6 Handle IllegalDocumentModification and retry purging rules in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  26. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  27. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  28. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  29. 605104e ONOS-6084 Statistics were absent for the flows posted when device master was null. The issue is fixed with this code change by Sivachidambaram Subramanian · 7 years ago
  30. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  31. baaf8dc Removing redudant space before import by Yuta HIGUCHI · 7 years ago
  32. 10e91fb Count number of FlowRules in parallel by Yuta HIGUCHI · 7 years ago
  33. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  34. 0b33c08 [ONOS-6239] Flows are missing after mastership change if 'backupEnabled' is set to false by sivachidambaram subramanian · 7 years ago
  35. c3e6270 Bugfix: Remove duplicated subscriber reg. for receiving async msg by Jian Li · 7 years ago
  36. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  37. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  38. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  39. 2b6ff42 Fix ONOS-4976 - buffer underflow from flow backup serialization by Ray Milkey · 8 years ago
  40. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  41. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  42. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  43. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  44. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  45. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  46. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  47. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  48. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  49. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  50. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago
  51. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  52. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  53. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  54. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  55. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  56. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  57. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  58. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  59. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  60. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  61. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  62. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  63. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  64. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  65. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  66. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  67. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  68. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  69. a267ce4 ONOS-2025 Corrected a logic error in the flow rule store that crept in during a recent refactor. (175e8fde54342d3f9440134bf06a1c2ffcb99acc) by Thomas Vachuska · 9 years ago
  70. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  71. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  72. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  73. 7267c55 Fix the case of dropped flowEntries that can occur when the current backup is down and no alternate backup exists by Madan Jampani · 9 years ago
  74. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  75. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  76. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  77. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  78. 0f6ad14 Eliminate the peformance penalty introduced in ReplicaInfoService.getReplicaInfoFor by Madan Jampani · 9 years ago
  79. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  80. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  81. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  82. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  83. c26eede Added a messaging service implementation on top of IOLoop. Added ability to easily switch between netty and io loop (default is netty) by Madan Jampani · 9 years ago
  84. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  85. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  86. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  87. b0a3dd6 ONOS-1286: Backing out chages to use ECMap for dist flow rule store backups by Madan Jampani · 9 years ago
  88. 4964d3d Updates to GossipIntentStore and IntentPerfInstaller by Brian O'Connor · 9 years ago
  89. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  90. c4f351d Adding configurable variables to DistributedFlowRuleStore by Brian O'Connor · 9 years ago
  91. e135628 Configuration options for disabling tombstones in ECMap + disabling backups in Dist flow rule store by Madan Jampani · 9 years ago
  92. b9a91c1 Adding mac to intentperf selector and making Distributed flow store smaller by Brian O'Connor · 9 years ago
  93. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  94. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  95. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  96. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  97. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  98. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  99. 93cb57f Fix a bug where default rules were not pushed after restarting mininet. by alshabib · 9 years ago
  100. 371abe8 allow flow to be marked for removal from flow store when device is disconnected by alshabib · 9 years ago