1. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  2. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  3. 92891d1 add basic backup to DistributedFlowRuleStore by Yuta HIGUCHI · 10 years ago
  4. 719b3c5 FlowRuleStore no longer supports applicationId based APIs by Madan Jampani · 10 years ago
  5. 86e5935 Change the way 1.3 flow mods are built to support rewrite actions. by Jonathan Hart · 10 years ago
  6. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  7. 3894841 Merge branch 'optical-integration' by Brian O'Connor · 10 years ago
  8. 64369da sigtype selector and treatment and fix not finding the switch id in test app. by Praseed Balakrishnan · 10 years ago
  9. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  10. 4908775 Support lambda's in selector & treatment by Marc De Leenheer · 10 years ago
  11. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  12. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  13. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  14. 6e88c68 Intent treatments need to be passed down to the flows by Jonathan Hart · 10 years ago
  15. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  16. d87aeca Implement toString for DefaultTrafficSelector and DefaultTrafficTreatment by Jonathan Hart · 10 years ago
  17. f3d51bd Initial DistributedDlowRuleStore by Yuta HIGUCHI · 10 years ago
  18. 2809bf3 serialization related fixes for flow related classes by Yuta HIGUCHI · 10 years ago
  19. 2020b89 fix for flow collisions by alshabib · 10 years ago
  20. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  21. 3498aab each FlowEntry instance should not have logger instance by Yuta HIGUCHI · 10 years ago
  22. 26673ba Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  23. 1679e18 Eliminating some performance bottlenecks; more to be done. by tom · 10 years ago
  24. 9c44c9a Add TCP src/dst port traffic selection criteria to TrafficSelector by Toshio Koide · 10 years ago
  25. 92c65ad real application ids by alshabib · 10 years ago
  26. 2683458 you must call get on futures by alshabib · 10 years ago
  27. 193525b clean batch operations by alshabib · 10 years ago
  28. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  29. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  30. 58747a6 fixing flow rule service timeout and notion of identity by alshabib · 10 years ago
  31. a0ed763 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  32. adcafb6 Add missing null check by Yuta HIGUCHI · 10 years ago
  33. 9b4030d Added a summary command. by tom · 10 years ago
  34. ca5706c the real return of the flowentry by alshabib · 10 years ago
  35. 1c319ff the return of the flowentry by alshabib · 10 years ago
  36. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  37. 5fe8f4c priority 0 is off limits; because of OF13 by alshabib · 10 years ago
  38. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  39. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  40. 6eb438a fixes for office deployment by alshabib · 10 years ago
  41. 010c31d pretty builders by alshabib · 10 years ago
  42. 99b8fdc flows cmd pretty print by alshabib · 10 years ago
  43. 6553b51 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  44. a68eb96 resilient flows and application id by alshabib · 10 years ago
  45. c78acee Enahnced topology and flow stores to extend general store. by tom · 10 years ago
  46. 54ce589 supporting multipart stats replies: tested upto 15K rules by alshabib · 10 years ago
  47. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  48. fc9a4ff Fixed equals methods for better efficiency. Cleaned up ClusterService API. by tom · 10 years ago
  49. bb8b128 tests for flow service by alshabib · 10 years ago
  50. 219ebaa flowrule states functional by alshabib · 10 years ago
  51. 9290eea small fix to flowid by alshabib · 10 years ago
  52. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  53. be98831 Restructured to separate stores and managers into different bundles. Reactive forwarding does not seem to work; will investigate. by tom · 10 years ago
  54. 1d56fe4 renamed IpAddress to IpPrefix by Ayaka Koshibe · 10 years ago
  55. c104d28 Fixed a few javadoc warnings. by tom · 10 years ago
  56. 6b5cfec stats reported by alshabib · 10 years ago
  57. 9704490 building flowrules by alshabib · 10 years ago
  58. b45d196 flowrule builder by alshabib · 10 years ago
  59. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  60. cd2c684 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  61. 5c370ff stats reply in progress by alshabib · 10 years ago
  62. ad21f3f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  63. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  64. 73d6d1e Sketching cluster related stuff with Madan.. by tom · 10 years ago
  65. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  66. 548891f FlowId's valueOf should be static. by Ayaka Koshibe · 10 years ago
  67. 414196d FlowEntry contains a FlowId by Ayaka Koshibe · 10 years ago
  68. 7b2748f flowrules are pushed: we still have an intermittent hang though by alshabib · 10 years ago
  69. 64231f6 flowruleprovider builds flowmods by alshabib · 10 years ago
  70. 35edb1a building flowmods by alshabib · 10 years ago
  71. a9c199f renamed VLAN, IP, and MACAddress classes by Ayaka Koshibe · 10 years ago
  72. 57044ba initial flow rule provider by alshabib · 10 years ago
  73. 7b79549 initial impl of criteria by alshabib · 10 years ago
  74. 498052f fixing checkstyle oops by alshabib · 10 years ago
  75. 7410fea basic instructions implemented by alshabib · 10 years ago
  76. 55a55d9 fix for cbench by alshabib · 10 years ago
  77. 7d2e4af Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  78. 89e43ef link discovery clean up by alshabib · 10 years ago
  79. 89b63c5 Added a wipe-out command; we need to revisit how to either make the devices come back or the links not come back. by tom · 10 years ago
  80. 4d0c663 Adding packaging script. Added display of raw DPID and IPs or MACs for hosts. by tom · 10 years ago
  81. 030111e sample app launched by alshabib · 10 years ago
  82. 1d4cace very basic broken reactive forwarding; nit yet using treatments, but rather defaulting to flood for everything by alshabib · 10 years ago
  83. 82e7257 Converted all package.html files to package-info.java for easier package documentation. by tom · 10 years ago
  84. 369d294 some interface changes to flow and packet by alshabib · 10 years ago
  85. 8bb1606 Added a set of abstractions for flow rule subsystem. by tom · 10 years ago
  86. e2dc27a Moved net to core by tom · 10 years ago