1. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  2. cc10558d Bugfix: OpticalPortOperator should be able to overwrite port number. by HIGUCHI Yuta · 8 years ago
  3. 7a004ae Fix "Driver service not bound yet" issue in optical compiler. by HIGUCHI Yuta · 8 years ago
  4. 943893f Allow turning off CoreEventDispatcher watchdog for debugging. by Jonathan Hart · 8 years ago
  5. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  6. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  7. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  8. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  9. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  10. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  11. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  12. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  13. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  14. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  15. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  16. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  17. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  18. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  19. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  20. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  21. d931a9b Refactor some core testing adapters to not be in the openflow hierarchy by Ray Milkey · 8 years ago
  22. 2e78d90 Unit tests for flow objective manager by Ray Milkey · 8 years ago
  23. bdbdd24 Adding configurability for registration of flow-based intent compilers. by Thomas Vachuska · 8 years ago
  24. d5bf106 Load ComponentConfigService in IntentManager by Sho SHIMIZU · 8 years ago
  25. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  26. a4e3bd3 Add OpticalCircuitIntentCompiler unit-tests by Rimon Ashkenazy · 8 years ago
  27. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  28. 4844808 Introducing concept of a physical or logical region to facilitate by Thomas Vachuska · 8 years ago
  29. 00cddda Send PIM Join/Prune messages based on events from the McastService. by Jonathan Hart · 8 years ago
  30. e014b3a ONOS-3931: move DeviceKey manager and store implementations from incubator to core by Claudine Chiu · 8 years ago
  31. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  32. 3ea5390 fix egress packet treatment ONOS-3467 by Michele Santuari · 8 years ago
  33. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  34. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  35. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  36. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  37. 5b24053 ONOS-3759 Packet fallback driver provider by Andrea Campanella · 8 years ago
  38. 6ee7392 ONOS-3759 Group default provider by Andrea Campanella · 8 years ago
  39. c4ee737 Adding first fallback provider for flow rule subsystem. by Thomas Vachuska · 8 years ago
  40. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  41. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  42. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  43. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  44. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  45. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  46. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  47. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  48. 1159916 Bump up Karaf to 3.0.5 by Jian Li · 8 years ago
  49. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  50. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  51. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  52. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  53. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  54. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  55. d9c6117 Clean up tempDir after each test runs. by HIGUCHI Yuta · 8 years ago
  56. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  57. 8a4a600 fix for reactive forwarding failing in a distributed setting. by alshabib · 8 years ago
  58. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  59. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  60. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  61. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 8 years ago
  62. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 8 years ago
  63. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  64. 761f004 ONOS-1684 Added support for app dependencies. by Thomas Vachuska · 8 years ago
  65. 009c308 Fix duplicate host event by Charles Chan · 8 years ago
  66. f70d399 Refactor ProxyManager Tests and added functionality to manage traffic coming and going through vlan interfaces by Luca Prete · 8 years ago
  67. 0b9c468 Remove dependency on LinkResourceService from ObjectiveTracker by Sho SHIMIZU · 8 years ago
  68. fa62b47 Implement event notification of resource event by Sho SHIMIZU · 8 years ago
  69. c65dd71 ONOS-3321 Added ability for applications to register a deactivation hook. by Thomas Vachuska · 8 years ago
  70. f26e692 Remove dependency on LinkResourceService from MplsPathIntentCompiler by Sho SHIMIZU · 8 years ago
  71. ad3b550 [ONOS-1264] Add IPv6 unit test for ProxyArpManager by Charles Chan · 8 years ago
  72. 5d5e062 [ONOS-641] Update unit tests to include IPv6 as well by Charles Chan · 9 years ago
  73. dd106a6 Simplified component config loader with preset method that sets the configuration regardless of the component state by andrea · 8 years ago
  74. 8d7caff Remove unused fields by Sho SHIMIZU · 8 years ago
  75. 9abfc44 Remove reference that is only used in unit test by Sho SHIMIZU · 8 years ago
  76. 73f0378 Added test file Change-Id: Ie1a24924c6fe6d9a522640c7155976524b755ee0 by andrea · 8 years ago
  77. 33279c8 Minor formatting changes in unit test for component config loader by andrea · 8 years ago
  78. 2581e18 Remove constructor deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  79. c3cf5bc Remove deprecated constructor in FlowRuleIntent by Sho SHIMIZU · 9 years ago
  80. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  81. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  82. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  83. fb32a6e ONOS-2309: Add check in HostMonitor to make sure we only send out edge ports by Jonathan Hart · 9 years ago
  84. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  85. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  86. 883354c Simplify statement by using a method in standard library by Sho SHIMIZU · 9 years ago
  87. 7a4087b Use diamond operator by Sho SHIMIZU · 9 years ago
  88. 006e486 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  89. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  90. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  91. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  92. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  93. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  94. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  95. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  96. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  97. 70ee1ee ONOS-2445: Implement API to declare resource boundary by Sho SHIMIZU · 9 years ago
  98. b2c47a7 Adding ability to synchronize topology clusters' broadcast trees. by Thomas Vachuska · 9 years ago
  99. f1cedf4 host config operator by Ayaka Koshibe · 9 years ago
  100. cc260d2 link config operator by Ayaka Koshibe · 9 years ago