1. 06596e3 Add javadoc for implementaions of criteria by Sho SHIMIZU · 9 years ago
  2. a66cb12 Correct typo and description in javadoc by Sho SHIMIZU · 9 years ago
  3. dfb9b36 Use non-abbreviated forms in javadoc by Sho SHIMIZU · 9 years ago
  4. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  5. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  6. 7453b48 Remove logger due to data class by Sho SHIMIZU · 9 years ago
  7. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago
  8. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  9. f75b7ab Forgot the icons... doh! by Thomas Vachuska · 9 years ago
  10. a19a2e5 Fix typo by Sho SHIMIZU · 9 years ago
  11. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  12. 8c67d17 MPLS label selector and treatment by Praseed Balakrishnan · 10 years ago
  13. 7c27ad7 Added detection of traffic flowing using StatisticService. by Thomas Vachuska · 9 years ago
  14. 885868f DistributedFlowRuleStore: synchronized -> Reader/Writer lock by Yuta HIGUCHI · 10 years ago
  15. aa7e7de adding getFlowRulesByGroupId to the flowservice by alshabib · 10 years ago
  16. 28204e5 adding group id to flowrules by alshabib · 10 years ago
  17. bdaea83 Follow javadoc convention by Sho SHIMIZU · 10 years ago
  18. 2498c0b Merge "Fixing flow rule batches" by Thomas Vachuska · 10 years ago
  19. 9b2da21 Fixing flow rule batches by Thomas Vachuska · 10 years ago
  20. 930fc66 Add unit tests fir DefaultFlowEntry class by Ray Milkey · 10 years ago
  21. 1e20711 Unit tests for the DefaultFlowRule class by Ray Milkey · 10 years ago
  22. 7808105 Add unit test for Instructions class and improve Criteria toString() test by Ray Milkey · 10 years ago
  23. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  24. 5c32433 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 10 years ago
  25. 2dd5abd Optical Treatment to include SigType by Praseed Balakrishnan · 10 years ago
  26. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 10 years ago
  27. 4ce6529 Instructions: bug fix by Yuta HIGUCHI · 10 years ago
  28. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  29. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  30. 4b52444 DistributedFlowRuleStore related fixes by Yuta HIGUCHI · 10 years ago
  31. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  32. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  33. 92891d1 add basic backup to DistributedFlowRuleStore by Yuta HIGUCHI · 10 years ago
  34. 719b3c5 FlowRuleStore no longer supports applicationId based APIs by Madan Jampani · 10 years ago
  35. 86e5935 Change the way 1.3 flow mods are built to support rewrite actions. by Jonathan Hart · 10 years ago
  36. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  37. 3894841 Merge branch 'optical-integration' by Brian O'Connor · 10 years ago
  38. 64369da sigtype selector and treatment and fix not finding the switch id in test app. by Praseed Balakrishnan · 10 years ago
  39. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  40. 4908775 Support lambda's in selector & treatment by Marc De Leenheer · 10 years ago
  41. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  42. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  43. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  44. 6e88c68 Intent treatments need to be passed down to the flows by Jonathan Hart · 10 years ago
  45. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  46. d87aeca Implement toString for DefaultTrafficSelector and DefaultTrafficTreatment by Jonathan Hart · 10 years ago
  47. f3d51bd Initial DistributedDlowRuleStore by Yuta HIGUCHI · 10 years ago
  48. 2809bf3 serialization related fixes for flow related classes by Yuta HIGUCHI · 10 years ago
  49. 2020b89 fix for flow collisions by alshabib · 10 years ago
  50. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  51. 3498aab each FlowEntry instance should not have logger instance by Yuta HIGUCHI · 10 years ago
  52. 26673ba Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  53. 1679e18 Eliminating some performance bottlenecks; more to be done. by tom · 10 years ago
  54. 9c44c9a Add TCP src/dst port traffic selection criteria to TrafficSelector by Toshio Koide · 10 years ago
  55. 92c65ad real application ids by alshabib · 10 years ago
  56. 2683458 you must call get on futures by alshabib · 10 years ago
  57. 193525b clean batch operations by alshabib · 10 years ago
  58. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  59. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  60. 58747a6 fixing flow rule service timeout and notion of identity by alshabib · 10 years ago
  61. a0ed763 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  62. adcafb6 Add missing null check by Yuta HIGUCHI · 10 years ago
  63. 9b4030d Added a summary command. by tom · 10 years ago
  64. ca5706c the real return of the flowentry by alshabib · 10 years ago
  65. 1c319ff the return of the flowentry by alshabib · 10 years ago
  66. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  67. 5fe8f4c priority 0 is off limits; because of OF13 by alshabib · 10 years ago
  68. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  69. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  70. 6eb438a fixes for office deployment by alshabib · 10 years ago
  71. 010c31d pretty builders by alshabib · 10 years ago
  72. 99b8fdc flows cmd pretty print by alshabib · 10 years ago
  73. 6553b51 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  74. a68eb96 resilient flows and application id by alshabib · 10 years ago
  75. c78acee Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  76. 54ce589 supporting multipart stats replies: tested upto 15K rules by alshabib · 10 years ago
  77. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  78. fc9a4ff Fixed equals methods for better efficiency. Cleaned up ClusterService API. by tom · 10 years ago
  79. bb8b128 tests for flow service by alshabib · 10 years ago
  80. 219ebaa flowrule states functional by alshabib · 10 years ago
  81. 9290eea small fix to flowid by alshabib · 10 years ago
  82. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  83. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago
  84. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  85. c104d28 Fixed a few javadoc warnings. by tom · 10 years ago
  86. 6b5cfec stats reported by alshabib · 10 years ago
  87. 9704490 building flowrules by alshabib · 10 years ago
  88. b45d196 flowrule builder by alshabib · 10 years ago
  89. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  90. cd2c684 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  91. 5c370ff stats reply in progress by alshabib · 10 years ago
  92. ad21f3f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  93. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  94. 73d6d1e Sketching cluster related stuff with Madan.. by tom · 10 years ago
  95. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  96. 548891f FlowId's valueOf should be static. by Ayaka Koshibe · 10 years ago
  97. 414196d FlowEntry contains a FlowId by Ayaka Koshibe · 10 years ago
  98. 7b2748f flowrules are pushed: we still have an intermittent hang though by alshabib · 10 years ago
  99. 64231f6 flowruleprovider builds flowmods by alshabib · 10 years ago
  100. 35edb1a building flowmods by alshabib · 10 years ago