1. d26ea65 ONOS-5799: Make SP2MP compiler partial failure constraint aware by Luca Prete · 7 years ago
  2. 37b687b Adds utility functions related to the link local addresses by Pier Luigi · 7 years ago
  3. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  4. d5ec9e9 Adding to the 'devices' cli command an output that displays the local connectivity of a device. by Saurav Das · 7 years ago
  5. 6fd1ca9 Revert "Allows duplicating packets when requesting packet-in via PacketService" by Pier Luigi Ventre · 7 years ago
  6. f84ea7f Output log on a failure of resource registration by Sho SHIMIZU · 7 years ago
  7. 874900e Allows duplicating packets when requesting packet-in via PacketService by Charles Chan · 7 years ago
  8. 2c433ce Fixes [ONOS-5742] by Pier Ventre · 7 years ago
  9. c590ebb ONOS-5691 ONOS-5742 Fixing intent framework difficulties by Brian O'Connor · 7 years ago
  10. 651a7da [ONOS-5192]Make devices unavailable when master fails by Bharath Thiruveedula · 7 years ago
  11. 4c7fcdf Use more functional idiom by Sho SHIMIZU · 7 years ago
  12. 78e73f6 [CORD-653] Fix host monitor and provide utility functions by Pier Ventre · 7 years ago
  13. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  14. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  15. 1f72203 Add missing dependency during test run by Yuta HIGUCHI · 7 years ago
  16. 3a2a987 ONOS-5701 fix for NPE symptom by Yuta HIGUCHI · 7 years ago
  17. 99849dc [ONOS-4992] Modify the return signature for FlowRuleService for consistent return object by Bharath Thiruveedula · 7 years ago
  18. 5c4a076 Fixes LinkCollection compiler by Pier Ventre · 7 years ago
  19. 652f27f Inherit Intent Key on compilation by Yuta HIGUCHI · 8 years ago
  20. ffe88d6 [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  21. 98308ab [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  22. 81c47bf Fixes [ONOS-5415] and [ONOS-5491] by Pier Ventre · 8 years ago
  23. 766995d [ONOS-5239] Adds encapsulation to LinkCollectionIntent by Pier Ventre · 8 years ago
  24. 3822430 ONOS-4858 Resubmit pending intents with same timestamp by Brian O'Connor · 8 years ago
  25. 37dca33 Exclude alien Port from Edge ports by Yuta HIGUCHI · 7 years ago
  26. ef79434 Fix Javadoc warnings by Ray Milkey · 8 years ago
  27. 1e20dae Added UI_TYPE annotation key, and augmented BasicDeviceConfig and BasicHostConfig to support defining a custom "uiType" value to override the glyph used in rendering on the Topology View. by Simon Hunt · 8 years ago
  28. 5d08e1e Unit tests for virtual host codec. by Ray Milkey · 8 years ago
  29. c0bfe7c Revert "Copy FlowOperationsProcessor defensively for thread safety" by Sho SHIMIZU · 8 years ago
  30. b9e0ab7 Revert "Provide hasFailed explicitly" by Sho SHIMIZU · 8 years ago
  31. f8543d8 Fixes [ONOS-5412] and implements [ONOS-5300] by Pier Ventre · 8 years ago
  32. 4d19ab9 Adding javadoc to IntentInstaller.OperationContext by Yuta HIGUCHI · 8 years ago
  33. d7395c8 Added UiTopoLayoutId network config to BasicNetworkConfigs. by Simon Hunt · 8 years ago
  34. 1bee529 Partial revert of hosts/regions work to fix NPE with null provider. by Simon Hunt · 8 years ago
  35. 351282d Revert "Fixing Hosts filtered by RegionId... for topo-2 view." by Simon Hunt · 8 years ago
  36. 4aef6c3 Fixing Hosts filtered by RegionId... for topo-2 view. by Simon Hunt · 8 years ago
  37. f59d36b ONOS-5411: Introduce basic region config. by Simon Hunt · 8 years ago
  38. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  39. 973bb03 Fix [ONOS-5467] by Pier Ventre · 8 years ago
  40. 19e6e4f Implementing region hosts for topology 2 by Steven Burrows · 8 years ago
  41. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  42. a78f060 ONOS-5309 Clearing installables from intent data object on successful uninstallation by Brian O'Connor · 8 years ago
  43. 5e93545 Fix for ONOS-5033 hosts - dynamic or static by sdn · 8 years ago
  44. a67f8f2 Fix spelling error in LinkCollectionCompiler.java by Brian O'Connor · 8 years ago
  45. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  46. a0b0a13 Keep using same iterator. by Yuta HIGUCHI · 8 years ago
  47. 155370e Fix LinkCollectionCompiler duplicate flow rules problem by Yi Tseng · 8 years ago
  48. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  49. c4f681c Reimplemented the ProxyArp app on top of the NeighbourResolutionService. by Jonathan Hart · 8 years ago
  50. c9b64dc ONOS-5271 pendingDevices is used to track installation progress, by Brian O'Connor · 8 years ago
  51. 09d90f0 ONOS-5268 Intents don't properly transition from WITHDRAWING to INSTALLED by Brian O'Connor · 8 years ago
  52. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  53. e38b866 Provide pendingDevices explicitly by Sho SHIMIZU · 8 years ago
  54. 4c79468 Provide hasFailed explicitly by Sho SHIMIZU · 8 years ago
  55. dfefecd Copy FlowOperationsProcessor defensively for thread safety by Sho SHIMIZU · 8 years ago
  56. dbaed99 Proposing to undeprecate the non-device-specific packet request APIs. by Jonathan Hart · 8 years ago
  57. 6ff6ffe Move EdgeService back to Link/Device services rather than TopologyService. by Jonathan Hart · 8 years ago
  58. 57a61cd Fix the side effects introduced by https://gerrit.onosproject.org/#/c/10978/ by Pier Ventre · 8 years ago
  59. 5f70942 Add comments describing immutability/mutability by Sho SHIMIZU · 8 years ago
  60. 625fb64 Fixing Protected P2PIntent Compiler issues by Yuta HIGUCHI · 8 years ago
  61. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  62. ad4f2cd Apply Null Object pattern by Sho SHIMIZU · 8 years ago
  63. c9e4bb0 Remove redundant field by Sho SHIMIZU · 8 years ago
  64. 9f95074 Make field final by Sho SHIMIZU · 8 years ago
  65. f4fd3de Refactor: Rename and inline to simplify inside of the loop by Sho SHIMIZU · 8 years ago
  66. 2ad5f41 Refactor: Get updating pendingDevices out of the loop by Sho SHIMIZU · 8 years ago
  67. 8efc896 Reformat code by Sho SHIMIZU · 8 years ago
  68. 5711ce1 Add mapping function to simplify process() implementation by Sho SHIMIZU · 8 years ago
  69. c710467 Fix for Mastership exception fetching timestamp - from Madan by Ray Milkey · 8 years ago
  70. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  71. 2712419 Use primitive boolean because of being synchronized already by Sho SHIMIZU · 8 years ago
  72. b837cb7 Use light collection because of being synchronized already by Sho SHIMIZU · 8 years ago
  73. 2d7c539 Make FlowOperationsProcessor thread-safe with synchronized modifier by Sho SHIMIZU · 8 years ago
  74. 7c9b73a Tighten method visibility by Sho SHIMIZU · 8 years ago
  75. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  76. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  77. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  78. ad0c990 Evict pipeliner/driver cache only on DEVICE_REMOVE by Yuta HIGUCHI · 8 years ago
  79. 1fb0a8c Lazily populate Pipeliner cache by Yuta HIGUCHI · 8 years ago
  80. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  81. d48320e Fix [ONOS-4857] and impement [ONOS-5143] by Pier Ventre · 8 years ago
  82. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  83. e6aaa33 Filters intent list before installation by helenyrwu · 8 years ago
  84. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  85. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  86. 81470a5 Use StringBuilder instead of StringBuffer by Sho SHIMIZU · 8 years ago
  87. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  88. 532eb21 Refresh pipeleiner cache with newly initialized Pipeliner by Yuta HIGUCHI · 8 years ago
  89. f4fd2a2 Clean up handling of lat/long geo-coordinates. by Simon Hunt · 8 years ago
  90. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  91. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  92. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  93. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  94. 78613d2 Probe immediately when IPs are added to host monitor by Jonathan Hart · 8 years ago
  95. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  96. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  97. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  98. 90e1229 Fix NPE in AbstractPathService. by Yuta HIGUCHI · 8 years ago
  99. 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
  100. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago