1. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  2. 195c037 Deprecated unused NetTools class by Jonathan Hart · 8 years ago
  3. 6a16435 Changing tree map interface to only allow a value type parameter, key is always string. by Aaron Kruglikov · 8 years ago
  4. f13b3df Fixing ConsistentMapException type. by Yuta HIGUCHI · 8 years ago
  5. 3e29f66 Adding additional TreeMap resources by Aaron Kruglikov · 8 years ago
  6. b1ce260 ONOS-4326: Working on topology topo2start processing. by Simon Hunt · 8 years ago
  7. e7ea688 Allowing driver loaders to refer to classes loaded by others. by Thomas Vachuska · 8 years ago
  8. 126b8af ONOS-4802 sp2mp intents now apply treatment at the egress switch by Nicholas Dean · 8 years ago
  9. eb851cd Adding commands for managing layouts. by Thomas Vachuska · 8 years ago
  10. 977aa05 ONOS-4326: TopoRegions: Implement basic structure of response to 'topo2Start' event. by Simon Hunt · 8 years ago
  11. d5b9673 TopoRegions: created skeleton Topo2 UI view for development of the "region-aware" topology. by Simon Hunt · 8 years ago
  12. 8d3a9d3 [ONOS-4837] NETCONF function for FUJITSU OLT #4 and #5 by Akihiro Yamanouchi · 8 years ago
  13. 0583387 Implementation of Hybrid Logical Clock Service. by Madan Jampani · 8 years ago
  14. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  15. e18a2ef Fix javadoc error by Yuta HIGUCHI · 8 years ago
  16. 35708a9 Distributed work queue primitive by Madan Jampani · 8 years ago
  17. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  18. d491284 [ONOS-4795] NETCONF function for FUJITSU OLT #3 by Akihiro Yamanouchi · 8 years ago
  19. 8947866 Added patch interface add and remove behavior, and implemented OVSDB driver by Hyunsun Moon · 8 years ago
  20. dd14e8e Refactored tunnel and interface config behavior by Hyunsun Moon · 8 years ago
  21. 91a9912 Adds the control for Encapsulation Constraint. by Pier Ventre · 8 years ago
  22. 6237cfc Add method to create LinkKey for LinkDescription by Yuta HIGUCHI · 8 years ago
  23. 8db7d09 [ONOS-4612]Update SFC flows inline with the Official OVS NSH patch by Phaneendra Manda · 8 years ago
  24. 646aa02 Implement PowerConfig for Oplink Devices by yjimmyy · 8 years ago
  25. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  26. 34a82cf [GEANT] Rate limit on port via NetConf and refactoring. by Andreas Papazois · 8 years ago
  27. 2d6c599 Fixing an issue in basic device config where config always overrode the type to switch. by Thomas Vachuska · 8 years ago
  28. b3ef1fd Fix GroupKey interpretation in REST by Charles Chan · 8 years ago
  29. 4deb03b Use LambdaQuery in OpenFlowDeviceProvider to get details for optical ports and fix OmsPort totalChannels() by Jimmy Yan · 8 years ago
  30. 6a4237d Fix AtomicCounter addAndGet by Madan Jampani · 8 years ago
  31. 8e0a08a Disambiguation of the difference between reachability and availability. by Aaron Kruglikov · 8 years ago
  32. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  33. 10f2ade Removed deprecated methods in Falcon by Hyunsun Moon · 8 years ago
  34. 0c49b60 Fix for JIRA ONOS-4620. Whenever networkconfiguration is deleted even the queued will be removed by Deepa Vaddireddy · 8 years ago
  35. 637ae5d ONOS-4690: containsKey() in TransactionalMap by Sho SHIMIZU · 8 years ago
  36. 1251e19 Refactored bridge config to take bridge description by Hyunsun Moon · 8 years ago
  37. 6c02d9e New ApplicationStore that uses a single ConsistentMap to track all app related state by Madan Jampani · 8 years ago
  38. 17fc9e4 Major refactoring of the BMv2 protocol module (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  39. d27097c ONOS-4604 Fixed flow objective installation by Thomas Vachuska · 8 years ago
  40. 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
  41. fc5c780 CORD-61 Dynamic XConnect support by Charles Chan · 8 years ago
  42. 9cc4a24 Make resource retrieval more efficient when specifing resource type by Sho SHIMIZU · 8 years ago
  43. b5c236e In this commit: by Saurav Das · 8 years ago
  44. 3684dc7 ONOS-4635:Fix Issue with add flows using flowobjective-forward REST API with incorrect priority by Jayasree Ghosh · 8 years ago
  45. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  46. 14dc513 Fix for the Issue - flow rules greater than max-priority ONOS-4613 . by Kavitha Alagesan · 8 years ago
  47. 8e9f8d1 ONOS-2184 - Adding VirtualNetworkTopologyService using Virtual networks. by Brian Stanke · 8 years ago
  48. e022ef6 Unit tests to be sure drivers will load by Ray Milkey · 8 years ago
  49. 54b83e8 Improve network config validation errors to show which fields are invalid. by Jonathan Hart · 8 years ago
  50. ae06fc4 ONOS-4674 - update the version parsing to treat everything after the last separator as a single value by David K. Bainbridge · 8 years ago
  51. cc10558d Bugfix: OpticalPortOperator should be able to overwrite port number. by HIGUCHI Yuta · 8 years ago
  52. 50a6dbe Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  53. d5b200f When a Copycat client is in SUSPENDED or CLOSED state fail-fast all its operations by Madan Jampani · 8 years ago
  54. 6c71a05 Deprecating PortDiscovery in favour of DeviceDescritpionDiscovery by Andrea Campanella · 8 years ago
  55. b6c63a3 Move BandwidthCapacity out of resource pacakge by Sho SHIMIZU · 8 years ago
  56. 0d14a0c Lower default operation timeout for distributed primitives to 5s by Madan Jampani · 8 years ago
  57. 5c1a938 ONOS-4646: Provide temp. mechanism for topology overlays to modify link details data. by Simon Hunt · 8 years ago
  58. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  59. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  60. d7690cf Populate listBuilder with existing conditions when creating a FilteringObjective copy. by Konstantinos Kanonakis · 8 years ago
  61. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  62. b1ced8e ONOS-4619: Web UI -- Support for chained dialog operations. by Simon Hunt · 8 years ago
  63. d7ff34d Ensure one can add/remove status change listeners for LeaderElectors by Madan Jampani · 8 years ago
  64. 44a1fef Updating multimap API and commands and providing implementation. by Aaron Kruglikov · 8 years ago
  65. cf98b1a Modify DiscreteResourceCodec interface by Sho SHIMIZU · 8 years ago
  66. 3a9a644 Topojsons have all been formatted with jsonlint by Steven Burrows · 8 years ago
  67. ddfd2eb Deprecate PushHeaderInstructions and PopVlanInstruction by Jian Li · 8 years ago
  68. f564ab1 Remove erroneous @deprecated javadoc tag by Jonathan Hart · 8 years ago
  69. 3fc7e83 Small clarifications to FlowRuleService javadocs. by Jonathan Hart · 8 years ago
  70. 5acc88a Update flow rule service javadoc to avoid confusion around groups. by Jonathan Hart · 8 years ago
  71. 4822922 [ONOS-4424] Tag LLDP/BDDP source address with fingerprint by Ayaka Koshibe · 8 years ago
  72. 92b016b Enhanced layout service and hooked-in the ui topo session. by Thomas Vachuska · 8 years ago
  73. 612cebf ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network by Brian Stanke · 8 years ago
  74. eae81ee Added host-related unit tests for model cache. by Simon Hunt · 8 years ago
  75. 163efb5 Some improvements around EventuallyConsistentMapBuilder serializer handling. by HIGUCHI Yuta · 8 years ago
  76. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  77. 03666a3 Remove duplicate registrations. by HIGUCHI Yuta · 8 years ago
  78. c299d07 Avoid creating new KryoNamespace instance. by HIGUCHI Yuta · 8 years ago
  79. 61b73e9 Added more network config validation checks by Hyunsun Moon · 8 years ago
  80. 58a0dd0 Included connect point port number in definition of UiLinkId. by Simon Hunt · 8 years ago
  81. c0f20c1 Implemented initial loading of ModelCache. by Simon Hunt · 8 years ago
  82. f46dc4f [ONOS-4513] Move utilities not specific to optical out of optical package. by HIGUCHI Yuta · 8 years ago
  83. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  84. 1797282 Fixed multiple extension criteria bug by Carmelo Cascone · 8 years ago
  85. deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
  86. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  87. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  88. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  89. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  90. 1ed54cf [GEANT] Command device-interfaces added. by Andreas Papazois · 8 years ago
  91. 65b38cb Fixed consistent map event listener remove by Hyunsun Moon · 8 years ago
  92. ccdf9da New partitions cli option for displaying client information by Madan Jampani · 8 years ago
  93. 642bc45 ONOS-4326: Focusing on add/remove cluster member. (WIP). by Simon Hunt · 8 years ago
  94. 0463cf9 New API for specifying an executor when registering a map listener by Madan Jampani · 8 years ago
  95. 9e00ba7 Avoid unnecessary instantiation by Sho SHIMIZU · 8 years ago
  96. 25fc9ad Add a set of synchronous version of methods for MastershipService by Jian Li · 8 years ago
  97. c0e010dd Implement compact serialization for a set of discrete resources by Sho SHIMIZU · 8 years ago
  98. f01fe1c Define codec interface for discrete resources by Sho SHIMIZU · 8 years ago
  99. 72f3f10 Change the data type of Data Point value from Double to Object by Jian Li · 8 years ago
  100. 1077dd7 Add annotation to ChartModel by Jian Li · 8 years ago