1. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  2. f5295f6 Handle IllegalDocumentModification and retry purging rules in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  3. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  4. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  5. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  6. 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
  7. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  8. baaf8dc Removing redudant space before import by Yuta HIGUCHI · 7 years ago
  9. 10e91fb Count number of FlowRules in parallel by Yuta HIGUCHI · 7 years ago
  10. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  11. 0b33c08 [ONOS-6239] Flows are missing after mastership change if 'backupEnabled' is set to false by sivachidambaram subramanian · 7 years ago
  12. c3e6270 Bugfix: Remove duplicated subscriber reg. for receiving async msg by Jian Li · 7 years ago
  13. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  14. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  15. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  16. 2b6ff42 Fix ONOS-4976 - buffer underflow from flow backup serialization by Ray Milkey · 8 years ago
  17. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  18. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  19. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  20. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  21. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  22. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  23. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  24. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  25. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  26. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  27. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago[Renamed (99%) from core/store/dist/src/main/java/org/onosproject/store/flow/impl/NewDistributedFlowRuleStore.java]
  28. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  29. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  30. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  31. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  32. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  33. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  34. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  35. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  36. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  37. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  38. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  39. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  40. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  41. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  42. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  43. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  44. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  45. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  46. 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
  47. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  48. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  49. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  50. 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
  51. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  52. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  53. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  54. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  55. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  56. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago