1. 43ac289 [SDFAB-359] Allow purging flows, groups and meters by device and application ID by Daniele Moro · 2 years, 10 months ago
  2. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  3. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  4. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  5. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  6. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  7. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  8. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  9. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  10. c180686 Add configurable method to SimpleFlowRuleStore by sangyun-han · 8 years ago
  11. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  12. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  13. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  14. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  15. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  16. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  17. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago[Renamed (99%) from core/store/trivial/src/main/java/org/onosproject/store/trivial/impl/SimpleFlowRuleStore.java]
  18. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  19. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  20. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  21. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  22. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  23. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  24. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java]
  25. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  26. f1ccee8 FlowRule : handle Future failure and timeouts. by Yuta HIGUCHI · 9 years ago
  27. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 10 years ago
  28. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  29. 719b3c5 FlowRuleStore no longer supports applicationId based APIs by Madan Jampani · 10 years ago
  30. 8ac922d FIxed checkstyle fails. by Thomas Vachuska · 10 years ago
  31. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  32. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  33. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  34. 2374fc9 many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery by alshabib · 10 years ago
  35. f3d51bd Initial DistributedDlowRuleStore by Yuta HIGUCHI · 10 years ago
  36. 94ffdd4 SimpleFlowRuleStore to support FlowId collision by Yuta HIGUCHI · 10 years ago
  37. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  38. 58e4043 remove debug log by Yuta HIGUCHI · 10 years ago
  39. 605347c modified SimpleFlowRuleStore not to use MultiMap by Yuta HIGUCHI · 10 years ago
  40. 92c65ad real application ids by alshabib · 10 years ago
  41. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  42. 9b4030d Added a summary command. by tom · 10 years ago
  43. 1c319ff the return of the flowentry by alshabib · 10 years ago
  44. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  45. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago[Renamed (98%) from core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleFlowRuleStore.java]
  46. 4906fab initial mobility support by alshabib · 10 years ago
  47. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago[Renamed from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleFlowRuleStore.java]
  48. 6553b51 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  49. a68eb96 resilient flows and application id by alshabib · 10 years ago
  50. c78acee Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  51. bb8b128 tests for flow service by alshabib · 10 years ago
  52. 219ebaa flowrule states functional by alshabib · 10 years ago
  53. 85c612b Doh! Forgot to ignite SimpleFlowRuleStore as a component. Pingall now works again! by tom · 10 years ago
  54. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (97%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/flow/impl/SimpleFlowRuleStore.java]
  55. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago
  56. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  57. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  58. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago