1. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  2. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  3. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  4. 2b6ff42 Fix ONOS-4976 - buffer underflow from flow backup serialization by Ray Milkey · 8 years ago
  5. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  6. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  7. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  8. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  9. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  10. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  11. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  12. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  13. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  14. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  15. 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]
  16. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  17. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  18. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  19. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  20. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  21. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  22. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  23. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  24. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  25. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  26. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  27. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  28. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  29. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  30. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  31. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  32. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  33. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  34. 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
  35. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  36. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  37. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  38. 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
  39. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  40. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  41. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  42. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  43. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  44. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago