1. 81b1298 Removing check that can cause random build failures. by Aaron Kruglikov · 7 years ago
  2. 29ecdee Do not override configured hosts by Charles Chan · 7 years ago
  3. 7438f5a Mechanism to add Port annotation via netcfg by Yuta HIGUCHI · 7 years ago
  4. de10c78 ONOS-5808: Allocate BW from ConnectivityIntentCompiler and unit tests for partial failure by Luca Prete · 7 years ago
  5. e6caf68 Fix for [ONOS-5875] by Pier Luigi · 7 years ago
  6. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 7 years ago
  7. 1a15b06 Removing assert that will cause random failures and correcting range for mpls. by Aaron Kruglikov · 7 years ago
  8. 322c9c3 [ONOS-5731] Implement skeleton of VirtualNetworkPacketManager by yoonseon · 7 years ago
  9. a255bb4 ONOS-5595 netcfg for protection by Yuta HIGUCHI · 7 years ago
  10. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  11. d26ea65 ONOS-5799: Make SP2MP compiler partial failure constraint aware by Luca Prete · 7 years ago
  12. c6a6927 [ONOS-5833] (vCore) Refactor vnet services to enable event delivery mechanism by yoonseon · 7 years ago
  13. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  14. 1f72203 Add missing dependency during test run by Yuta HIGUCHI · 7 years ago
  15. 5c4a076 Fixes LinkCollection compiler by Pier Ventre · 7 years ago
  16. 652f27f Inherit Intent Key on compilation by Yuta HIGUCHI · 7 years ago
  17. ffe88d6 [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  18. 98308ab [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  19. a19e1b7 [ONOS-5560] remove unneecessary comments by Jihwan Kim · 7 years ago
  20. 81c47bf Fixes [ONOS-5415] and [ONOS-5491] by Pier Ventre · 7 years ago
  21. 766995d [ONOS-5239] Adds encapsulation to LinkCollectionIntent by Pier Ventre · 8 years ago
  22. 3822430 ONOS-4858 Resubmit pending intents with same timestamp by Brian O'Connor · 8 years ago
  23. 37dca33 Exclude alien Port from Edge ports by Yuta HIGUCHI · 7 years ago
  24. fc1bf34 [ONOS-5560] IntentCleanupTestMock::corruptPoll fails very rarely due to race by Jihwan Kim · 7 years ago
  25. f8543d8 Fixes [ONOS-5412] and implements [ONOS-5300] by Pier Ventre · 8 years ago
  26. a91dc19 Adding FIXME to IntentCleanupTestMock by Brian O'Connor · 8 years ago
  27. ce48f96 ONOS-3600 - use separate dispatch queues for different classes of events by Ray Milkey · 8 years ago
  28. 351282d Revert "Fixing Hosts filtered by RegionId... for topo-2 view." by Simon Hunt · 8 years ago
  29. 4aef6c3 Fixing Hosts filtered by RegionId... for topo-2 view. by Simon Hunt · 8 years ago
  30. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  31. 973bb03 Fix [ONOS-5467] by Pier Ventre · 8 years ago
  32. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  33. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  34. f2b9d03 MastershipManager: make "useRegionForBalanceRoles" a property by Victor Silva · 8 years ago
  35. 155370e Fix LinkCollectionCompiler duplicate flow rules problem by Yi Tseng · 8 years ago
  36. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  37. 6ff6ffe Move EdgeService back to Link/Device services rather than TopologyService. by Jonathan Hart · 8 years ago
  38. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  39. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  40. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  41. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  42. 1fb0a8c Lazily populate Pipeliner cache by Yuta HIGUCHI · 8 years ago
  43. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  44. 970d6e2 Remove unnecessary reference to this by Sho SHIMIZU · 8 years ago
  45. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  46. f4fd2a2 Clean up handling of lat/long geo-coordinates. by Simon Hunt · 8 years ago
  47. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  48. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  49. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  50. 78613d2 Probe immediately when IPs are added to host monitor by Jonathan Hart · 8 years ago
  51. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  52. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  53. 45920dd ONOS-2184 - initial impl. of virtual network path service; move path related methods from PathManager to AbstractPathService (since they are reused for VirtualNetworkPathService). by Claudine Chiu · 8 years ago
  54. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  55. 1677f9f Fix PathCompiler in case of VLAN encapsulation constraint and 1 hop. by Pier · 8 years ago
  56. b440ef4 EdgeManager fixes by Yuta HIGUCHI · 8 years ago
  57. 0583387 Implementation of Hybrid Logical Clock Service. by Madan Jampani · 8 years ago
  58. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  59. 51313bd Fix ONOS-4570 by Pier Luigi Ventre · 8 years ago
  60. 0c49b60 Fix for JIRA ONOS-4620. Whenever networkconfiguration is deleted even the queued will be removed by Deepa Vaddireddy · 8 years ago
  61. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  62. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  63. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  64. cc10558d Bugfix: OpticalPortOperator should be able to overwrite port number. by HIGUCHI Yuta · 8 years ago
  65. 7a004ae Fix "Driver service not bound yet" issue in optical compiler. by HIGUCHI Yuta · 8 years ago
  66. 943893f Allow turning off CoreEventDispatcher watchdog for debugging. by Jonathan Hart · 8 years ago
  67. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  68. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  69. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  70. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  71. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  72. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  73. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  74. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  75. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  76. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  77. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler 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. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  83. d931a9b Refactor some core testing adapters to not be in the openflow hierarchy by Ray Milkey · 8 years ago
  84. 2e78d90 Unit tests for flow objective manager by Ray Milkey · 8 years ago
  85. bdbdd24 Adding configurability for registration of flow-based intent compilers. by Thomas Vachuska · 8 years ago
  86. d5bf106 Load ComponentConfigService in IntentManager by Sho SHIMIZU · 8 years ago
  87. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  88. a4e3bd3 Add OpticalCircuitIntentCompiler unit-tests by Rimon Ashkenazy · 8 years ago
  89. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  90. 4844808 Introducing concept of a physical or logical region to facilitate by Thomas Vachuska · 8 years ago
  91. 00cddda Send PIM Join/Prune messages based on events from the McastService. by Jonathan Hart · 8 years ago
  92. e014b3a ONOS-3931: move DeviceKey manager and store implementations from incubator to core by Claudine Chiu · 8 years ago
  93. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  94. 3ea5390 fix egress packet treatment ONOS-3467 by Michele Santuari · 8 years ago
  95. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  96. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  97. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  98. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  99. 5b24053 ONOS-3759 Packet fallback driver provider by Andrea Campanella · 8 years ago
  100. 6ee7392 ONOS-3759 Group default provider by Andrea Campanella · 8 years ago