1. 43ac289 [SDFAB-359] Allow purging flows, groups and meters by device and application ID by Daniele Moro · 2 years, 10 months ago
  2. 019b0729 [SDFAB-15] Allow delete with empty actions by pierventre · 3 years ago
  3. 5daa7c46 Getting local flow entries and groups for disconnected devices by Andrea Campanella · 4 years, 2 months ago
  4. d8a923c Avoids delete of dataplane state during mastership change by Pier Luigi Ventre · 4 years, 3 months ago
  5. 3491e76 Revert "Avoids delete of dataplane state during mastership change" by Pier Luigi Ventre · 4 years, 3 months ago
  6. 0a4ead6 Avoids delete of dataplane state during mastership change by pier · 4 years, 5 months ago
  7. 4330078 Support user-provided timeouts in intra-cluster communication service by Jordan Halterman · 5 years ago
  8. 01f3bdd Fetch flows in buckets to avoid large memory allocations/serialization in flow store by Jordan Halterman · 5 years ago
  9. d1092d6 properly reallocate thread pools after a restart by Ray Milkey · 5 years ago
  10. 07093b0 Write to flow table bucket in calling thread to reduce latency by Jordan Halterman · 5 years ago
  11. e3de321 Fix NPE in flow store by Jordan Halterman · 5 years ago
  12. 0677d88 Fix NPE in flow store by Jordan Halterman · 5 years ago
  13. b81fdc1 Optimize filtering flow rule counts by state by Jordan Halterman · 5 years ago
  14. c88c265 Add debug logging of add/remove operations in flow rule store by Jordan Halterman · 5 years ago
  15. aeda275 Reduce frequency of flow store replication by Jordan Halterman · 5 years ago
  16. 8efe278 Remove deprecated APIs by Ray Milkey · 5 years ago
  17. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  18. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  19. 0b18b72 Merge branch 'master' into merge by Ray Milkey · 6 years ago
  20. b5646e6 Use property constants for OSGi components for stores by Ray Milkey · 6 years ago
  21. da3b9f0 Avoid closing DeviceFlowTable when flows are purged on device down event by Jordan Halterman · 6 years ago
  22. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  23. 158feb9 [ONOS-7729] Copy flow buckets prior to replication to avoid inconsistent collection serialization by Jordan Halterman · 6 years ago
  24. e4bf856 Ensure backups are updated on change in DeviceFlowTable by Jordan Halterman · 6 years ago
  25. 281dbf3 Refactor flow rule store to resolve missing flows with old masters following mastership reassignment by Jordan Halterman · 6 years ago
  26. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  27. aeea0bb Rely on anti-entropy protocol to resolve missing flows after mastership change in ECFlowRuleStore by Jordan Halterman · 6 years ago
  28. 7851f6d Ensure flow rules are purged from non-backup nodes on mastership change by Jordan Halterman · 6 years ago
  29. 5259b33 Implement anti-entropy protocol for detecting and resolving missing flows in the ECFlowRuleStore by Jordan Halterman · 6 years ago
  30. 4127d39 Use external null checks to avoid computeIfAbsent calls in FlowRuleStore by Jordan Halterman · 6 years ago
  31. 8f90d6d Move flow count updates off write path in ECFlowRuleStore by Jordan Halterman · 6 years ago
  32. a765d22 [CORD-3119] Fix missing flows on node restart by Jordan Halterman · 6 years ago
  33. b2f5795 Clean up implementation of buckets for flow rule replication by Jordan Halterman · 6 years ago
  34. e74e629 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  35. cdca195 [ONOS-7565] Flow rules error while rerouting intents with Flow Objectives by Devin Lim · 6 years ago
  36. ed9bace Deprecate Distributed Flow Rule Store by Ray Milkey · 6 years ago
  37. 2edfeef [ONOS-7379] Use atomic operations for flow table updates to avoid losing flows during updates by Jordan Halterman · 6 years ago
  38. 76cbdfb Fixing flow rule count on single instance by Andrea Campanella · 6 years ago
  39. a8e7477 Adding command to add routes and to generate flows from them. by Thomas Vachuska · 6 years ago
  40. ce336f7 [ONOS-7382] Ensure flow tables are removed when last entry is removed by Jordan Halterman · 6 years ago
  41. e720ddf [ONOS-7363] Isolate replica info to a single version for isolation of primary-backup protocols by Jordan Halterman · 6 years ago
  42. 914b0b1 Fixed the ECFlowRuleStore to support MODIFY flow rule operations. by Thomas Vachuska · 6 years ago
  43. 71026b2 Swapping the default flow rule store to be the ECM-based implementation. by Thomas Vachuska · 6 years ago
  44. b68bbbc Sonar suggestion - use a secure random number generator by Ray Milkey · 6 years ago
  45. 2e85cfc ONOS-7207 Fix for - Flows exists even if the devices are not available by Deepa Vaddireddy · 7 years ago
  46. fa13229 [ONOS-7025] Restore old flow rule store for testing by Jon Hall · 7 years ago
  47. c29d882 [ONOS-7161] Flows stuck on pending_add after bring the link down by Yi Tseng · 7 years ago
  48. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  49. f5295f6 Handle IllegalDocumentModification and retry purging rules in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  50. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  51. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  52. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  53. 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
  54. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  55. baaf8dc Removing redudant space before import by Yuta HIGUCHI · 7 years ago
  56. 10e91fb Count number of FlowRules in parallel by Yuta HIGUCHI · 7 years ago
  57. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  58. 0b33c08 [ONOS-6239] Flows are missing after mastership change if 'backupEnabled' is set to false by sivachidambaram subramanian · 7 years ago
  59. c3e6270 Bugfix: Remove duplicated subscriber reg. for receiving async msg by Jian Li · 7 years ago
  60. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  61. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  62. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  63. 2b6ff42 Fix ONOS-4976 - buffer underflow from flow backup serialization by Ray Milkey · 8 years ago
  64. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  65. 19af19d Use JDK's Optional instead of Guava's Optional by Sho SHIMIZU · 8 years ago
  66. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  67. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  68. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  69. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  70. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  71. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  72. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  73. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  74. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  75. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago
  76. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  77. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  78. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  79. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  80. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  81. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  82. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  83. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  84. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  85. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  86. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  87. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  88. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  89. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  90. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  91. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  92. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  93. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  94. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  95. 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
  96. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  97. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  98. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  99. 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
  100. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago