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. 19af19d Use JDK's Optional instead of Guava's Optional by Sho SHIMIZU · 8 years ago
  7. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  8. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  9. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  10. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  11. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  12. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  13. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  14. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  15. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  16. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago
  17. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  18. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  19. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  20. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  21. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  22. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  23. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  24. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  25. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  26. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  27. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  28. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  29. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  30. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  31. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  32. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  33. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  34. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  35. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  36. 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
  37. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  38. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  39. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  40. 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
  41. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  42. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  43. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  44. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  45. 0f6ad14 Eliminate the peformance penalty introduced in ReplicaInfoService.getReplicaInfoFor by Madan Jampani · 9 years ago
  46. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  47. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  48. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  49. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  50. 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
  51. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  52. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  53. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  54. b0a3dd6 ONOS-1286: Backing out chages to use ECMap for dist flow rule store backups by Madan Jampani · 9 years ago
  55. 4964d3d Updates to GossipIntentStore and IntentPerfInstaller by Brian O'Connor · 9 years ago
  56. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  57. c4f351d Adding configurable variables to DistributedFlowRuleStore by Brian O'Connor · 9 years ago
  58. e135628 Configuration options for disabling tombstones in ECMap + disabling backups in Dist flow rule store by Madan Jampani · 9 years ago
  59. b9a91c1 Adding mac to intentperf selector and making Distributed flow store smaller by Brian O'Connor · 9 years ago
  60. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  61. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  62. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  63. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  64. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  65. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  66. 93cb57f Fix a bug where default rules were not pushed after restarting mininet. by alshabib · 9 years ago
  67. 371abe8 allow flow to be marked for removal from flow store when device is disconnected by alshabib · 9 years ago
  68. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  69. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  70. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  71. 4fb5cde Register FlowRuleEvent.Type with Kryo. by Jonathan Hart · 9 years ago
  72. 08f156b DistributedFlowRuleStore: always add FlowEntry on batchStore by Yuta HIGUCHI · 9 years ago
  73. 24f79eb DistributedFlowRuleStore: getFlowEntries should never return null by Yuta HIGUCHI · 9 years ago
  74. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  75. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  76. 6b98ab6 Dist.FlowRuleStore: log operation, when encountered no master situation by Yuta HIGUCHI · 9 years ago
  77. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  78. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago