1. 9cc4a24 Make resource retrieval more efficient when specifing resource type by Sho SHIMIZU · 8 years ago
  2. b5c236e In this commit: by Saurav Das · 8 years ago
  3. 3684dc7 ONOS-4635:Fix Issue with add flows using flowobjective-forward REST API with incorrect priority by Jayasree Ghosh · 8 years ago
  4. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  5. 14dc513 Fix for the Issue - flow rules greater than max-priority ONOS-4613 . by Kavitha Alagesan · 8 years ago
  6. 54b83e8 Improve network config validation errors to show which fields are invalid. by Jonathan Hart · 8 years ago
  7. cc10558d Bugfix: OpticalPortOperator should be able to overwrite port number. by HIGUCHI Yuta · 8 years ago
  8. 50a6dbe Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  9. 6c71a05 Deprecating PortDiscovery in favour of DeviceDescritpionDiscovery by Andrea Campanella · 8 years ago
  10. b6c63a3 Move BandwidthCapacity out of resource pacakge by Sho SHIMIZU · 8 years ago
  11. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  12. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  13. d7690cf Populate listBuilder with existing conditions when creating a FilteringObjective copy. by Konstantinos Kanonakis · 8 years ago
  14. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  15. cf98b1a Modify DiscreteResourceCodec interface by Sho SHIMIZU · 8 years ago
  16. ddfd2eb Deprecate PushHeaderInstructions and PopVlanInstruction by Jian Li · 8 years ago
  17. f564ab1 Remove erroneous @deprecated javadoc tag by Jonathan Hart · 8 years ago
  18. 3fc7e83 Small clarifications to FlowRuleService javadocs. by Jonathan Hart · 8 years ago
  19. 5acc88a Update flow rule service javadoc to avoid confusion around groups. by Jonathan Hart · 8 years ago
  20. 4822922 [ONOS-4424] Tag LLDP/BDDP source address with fingerprint by Ayaka Koshibe · 8 years ago
  21. 612cebf ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network by Brian Stanke · 8 years ago
  22. 61b73e9 Added more network config validation checks by Hyunsun Moon · 8 years ago
  23. f46dc4f [ONOS-4513] Move utilities not specific to optical out of optical package. by HIGUCHI Yuta · 8 years ago
  24. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  25. 1797282 Fixed multiple extension criteria bug by Carmelo Cascone · 8 years ago
  26. deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
  27. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  28. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  29. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  30. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  31. 1ed54cf [GEANT] Command device-interfaces added. by Andreas Papazois · 8 years ago
  32. 9e00ba7 Avoid unnecessary instantiation by Sho SHIMIZU · 8 years ago
  33. c0e010dd Implement compact serialization for a set of discrete resources by Sho SHIMIZU · 8 years ago
  34. f01fe1c Define codec interface for discrete resources by Sho SHIMIZU · 8 years ago
  35. 59232cf Changes include: by Saurav Das · 8 years ago
  36. ee66aad Add failed value as Exception message. by HIGUCHI Yuta · 8 years ago
  37. 2ea177b ONOS-3961 ONOS-4285 Implemented BMv2 drivers and protocol by Carmelo Cascone · 8 years ago
  38. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  39. d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago
  40. dab7256 [ONOS-4258] Initial implementation of supporting extension in REST by Jian Li · 8 years ago
  41. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  42. a2eb9ff Adapt FIBs to new route interface by Jonathan Hart · 8 years ago
  43. 827d8d0 [GEANT] VLAN arg not needed when removing interface. by Andreas Papazois · 8 years ago
  44. 59e19bb [GEANT] Multiple VLAN-IDs allowed for trunk mode of ports. by Andreas Papazois · 8 years ago
  45. b05be2d Adding support to remove a subscriber. by alshabib · 8 years ago
  46. cda9c03 Converted UiSharedTopologyModel to be a @Service. by Simon Hunt · 8 years ago
  47. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  48. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  49. f04b7d9 Small cleanups for vRouter app by Jonathan Hart · 8 years ago
  50. a6b4dc7 Extract interface consisting of read-only operations by Sho SHIMIZU · 8 years ago
  51. bfc5c48 Implementation of the route service by Jonathan Hart · 8 years ago
  52. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  53. 2a3a965 Added meter in DefaultTrafficTreatment toString() method. by Konstantinos Kanonakis · 8 years ago
  54. cbcc02b Make field defined as final if possible by Sho SHIMIZU · 8 years ago
  55. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  56. f133bb1 Correcting javadoc comment by Thomas Vachuska · 8 years ago
  57. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  58. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  59. f53bc2b Add comment in GroupOperation for javadoc by sangyun-han · 8 years ago
  60. 160c149 Fixing a bug in DefaultNextObjective copy constructor. by Thomas Vachuska · 8 years ago
  61. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  62. f60e45f Remove L0SubType.LAMBDA which now gets unnecessary by Sho SHIMIZU · 8 years ago
  63. 4ca2f7f Support metadata in forwarding objective by Charles Chan · 8 years ago
  64. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  65. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  66. 0681016 Remove IndexedLambdaCriterion deprecated in Emu by Sho SHIMIZU · 8 years ago
  67. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  68. 988cba4 Remove methods deprecated in Emu by Sho SHIMIZU · 8 years ago
  69. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  70. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  71. b14221c Add support for reconfiguring interfaces in SDN-IP. by Jonathan Hart · 8 years ago
  72. aec0d37 Remove constructs deprecated in Emu from old resource API by Sho SHIMIZU · 8 years ago
  73. f08a835 Remove methods in the deprecated old resource API by Sho SHIMIZU · 8 years ago
  74. 73aae6c Remove ResourceId deprecated in Emu by Sho SHIMIZU · 8 years ago
  75. 25e32ec Remove constructs deprecated in Emu from old resource API by Sho SHIMIZU · 8 years ago
  76. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  77. 94eff80 Remove deprecated interface, its implementation and CLIs by Sho SHIMIZU · 8 years ago
  78. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  79. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  80. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  81. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  82. 602edca Tighten visibility of variable by Sho SHIMIZU · 8 years ago
  83. 0fd79d9 Group handling changes: by Saurav Das · 8 years ago
  84. 81df608 Avoid null pointer exception when comparing annotations by Marc De Leenheer · 8 years ago
  85. 1ef82db [ONOS-4115] Support flow table pipeline for REST API by Jian Li · 8 years ago
  86. f032511 Bug fix: display correct treatment content by Jian Li · 8 years ago
  87. 84f4f31 Cleaned up NewAdaptiveFlowStatsCollector logs to prevent excessive by Jonathan Hart · 8 years ago
  88. c662d32 SNMP based device and flow rule provider for Lumentum SDN ROADMs. by Marc De Leenheer · 8 years ago
  89. 9eb45bb Add config validation for vRouter and PIM configs by Jonathan Hart · 8 years ago
  90. 92e4a04 [GEANT] Remove configuration from device interfaces. by Andreas Papazois · 8 years ago
  91. 1f8188d Changing error message in case of no pipeliner by Andrea Campanella · 8 years ago
  92. 3e04129 Override toString for flow objectives by Charles Chan · 8 years ago
  93. 3ac8526 Updating FlowObjectiveService javadoc by Brian O'Connor · 8 years ago
  94. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  95. 00f4816 Adding copy builders for flow objectives. by Thomas Vachuska · 8 years ago
  96. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  97. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  98. f6ec97b Initial work for adding flow-objective backed intents. by Thomas Vachuska · 8 years ago
  99. 1dff77c [GEANT] Interface configuration for Cisco devices. by Andreas Papazois · 8 years ago
  100. 125572b Remove methods deprecated in Drake from L2ModificationInstruction API by Ray Milkey · 8 years ago