1. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  2. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  3. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  4. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  5. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  6. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  7. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  8. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago
  9. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  10. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  11. 7c44c05 Unit tests for Objective Tracker by Ray Milkey · 9 years ago
  12. ab98466 adding license to ALL files by alshabib · 9 years ago
  13. e9a3e22 Add some test cases to Intent Manager tests by Ray Milkey · 9 years ago
  14. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  15. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  16. 93508c2 Unit tests and manager changes for failure cases by Ray Milkey · 9 years ago
  17. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  18. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  19. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  20. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  21. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  22. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  23. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  24. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  25. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  26. 3908fde Fix ONOS-151 to support installation of PointToPointIntent by Sho SHIMIZU · 9 years ago
  27. 00dd1f9 Fix for optical re-reoute by Praseed Balakrishnan · 9 years ago
  28. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  29. 912bdd5 Adding configurability to the even accumulator for the topology provider. by Thomas Vachuska · 9 years ago
  30. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  31. de8e6b5 WIP: Fix ONOS-151 bug that raises exception when the same switch is designated by Sho SHIMIZU · 10 years ago
  32. c4100e9 Flow id test was in the wrong package by Ray Milkey · 10 years ago
  33. 506455f Unit tests for FlowId class. by Ray Milkey · 10 years ago
  34. 02093df Move unit tests to be in the same package as the classes they are testing by Ray Milkey · 10 years ago
  35. 930fc66 Add unit tests fir DefaultFlowEntry class by Ray Milkey · 10 years ago
  36. 1e20711 Unit tests for the DefaultFlowRule class by Ray Milkey · 10 years ago
  37. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 10 years ago
  38. 40f50b9 Reenable tests cases that were turned off by Ray Milkey · 10 years ago
  39. 0c6e184 Trigger MastershipEvent on no more master case by Yuta HIGUCHI · 10 years ago
  40. 5b5dc48 Updated the ProxyArpManager to use Ip4Address instead of by Pavlin Radoslavov · 10 years ago
  41. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 10 years ago
  42. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 10 years ago
  43. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  44. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 10 years ago
  45. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  46. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  47. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  48. ef5a809 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  49. 425a2d7 Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical. by Thomas Vachuska · 10 years ago
  50. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  51. 4b52444 DistributedFlowRuleStore related fixes by Yuta HIGUCHI · 10 years ago
  52. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  53. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  54. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  55. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  56. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  57. dc09a3b Fixed flaky HostMonitor unit tests. by Jonathan Hart · 10 years ago
  58. 76622d6 Merge branch 'optical_path_provisioner' by weibit · 10 years ago
  59. 50eb95b packet-intent fail event will trigger the creation of lightpaths by weibit · 10 years ago
  60. b62aab5 fix relinquishment behavior in SimpleMastershipStore by Ayaka Koshibe · 10 years ago
  61. 6a45616 FlowRuleManager is now fully batch based by Madan Jampani · 10 years ago
  62. d26f57a Refactoring in the unit test utility framework: by Pavlin Radoslavov · 10 years ago
  63. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  64. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  65. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  66. 0e752bd Added link types of TUNNEL and OPTICAL. by Thomas Vachuska · 10 years ago
  67. 44521ec Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  68. 3d643ec functional stats service by alshabib · 10 years ago
  69. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  70. 5154ec3 Fix some unchecked conversion warnings by Ray Milkey · 10 years ago
  71. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  72. a12fdf2 Ooops... corrected a unit test. by Thomas Vachuska · 10 years ago
  73. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  74. 6b2ffc3 Fixed issue where LinkCollectionIntentInstaller was missing a flow rule by Jonathan Hart · 10 years ago
  75. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  76. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  77. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  78. 605347c modified SimpleFlowRuleStore not to use MultiMap by Yuta HIGUCHI · 10 years ago
  79. c0fa4db PointToPointintent unit tests by Ray Milkey · 10 years ago
  80. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  81. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  82. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago
  83. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  84. 8bca235 remove timing sensitive portion from DefaultTopologyProviderTest. by Yuta HIGUCHI · 10 years ago
  85. 9dc1b0e removing print statememt by alshabib · 10 years ago
  86. cf36991 flowrule service : apply batch tests by alshabib · 10 years ago
  87. 0742ec9 Add a Multiple source to single destination intent by Ray Milkey · 10 years ago
  88. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  89. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  90. db450ab Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  91. ea5b4ce fixes in mastership reelection for single-node failure by Ayaka Koshibe · 10 years ago
  92. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  93. 88a6f11 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  94. 545708e Optimizing performance of HostId. by tom · 10 years ago
  95. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  96. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  97. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  98. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  99. 704ca14 Unit tests for the ProxyArpManager. by Jonathan Hart · 10 years ago
  100. 92c65ad real application ids by alshabib · 10 years ago