1. eddce78 Temporarily disabling NeighbourPacketManager to fix STC tests. by Thomas Vachuska · 8 years ago
  2. 9bdaaec Implementation of the NeighbourResolutionService. by Jonathan Hart · 8 years ago
  3. 179af1e Bump gRPC version to 1.0.0 GA by Yuta HIGUCHI · 8 years ago
  4. d4955ae Preventing NPEs in stores via notifyDelegate by Thomas Vachuska · 8 years ago
  5. 3680fab ONOS-4801 add default available field to gRPC model by Yuta HIGUCHI · 8 years ago
  6. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  7. f79ab48 Protect the RouteManagers threads from exceptions thrown by listeners by Jonathan Hart · 8 years ago
  8. 06e8908 Abstraction to help applications write logic to handle ARP + NDP packets. by Jonathan Hart · 8 years ago
  9. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  10. 8835386 Consolidate gRPC OSGi bundle handling by Yuta HIGUCHI · 8 years ago
  11. 097c8f5 Add gRPC API for multicast service. by Jonathan Hart · 8 years ago
  12. 5064bac Bumping version of onos-maven-plugin to 1.11-SNAPSHOT. by Thomas Vachuska · 8 years ago
  13. 9efba1e Update ProtoBuf 3 & gRPC by Yuta HIGUCHI · 8 years ago
  14. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  15. d13e4a4 Shutting down executor immediately to avoid evaluation of queued up tasks. by Thomas Vachuska · 8 years ago
  16. c8187a0 ONOS-5092 Moved expensive processing off the listener thread. by Thomas Vachuska · 8 years ago
  17. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  18. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  19. d03d7dd Cleanup of AbstractPathService by Brian O'Connor · 8 years ago
  20. 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
  21. ad4861e Add basic error handling to gRPC Device SB service by Yuta HIGUCHI · 8 years ago
  22. 682c19e ONOS-2184 - Removing obsolete PtToPtIntentVirtualNetworkProvider. by Brian Stanke · 8 years ago
  23. 4c7c90a Add link eviction to gRPC Link SB. by Yuta HIGUCHI · 8 years ago
  24. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  25. 30a8a2a ONOS-2184 - add virtual network host service. by Claudine Chiu · 8 years ago
  26. e2eeae8 Avoid NPE when IntentData was not found. by Yuta HIGUCHI · 8 years ago
  27. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  28. 4570084 [ONOS-3775] Building alarms from NETCONF notifications by helenyrwu · 8 years ago
  29. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  30. 06c1a3f [ONOS-4520] Move Protobuf to ONOS model conversion util protobuf bundle. by HIGUCHI Yuta · 8 years ago
  31. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  32. 858f65b FIxing an STC failure. VirtualNetworkManager must implement VirtualNetworkProviderRegistry. by Thomas Vachuska · 8 years ago
  33. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  34. 7a81b53 ONOS-2184 Adding VirtualHost support in Virtual Networks. by Brian Stanke · 8 years ago
  35. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  36. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  37. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  38. 6c02d9e New ApplicationStore that uses a single ConsistentMap to track all app related state by Madan Jampani · 8 years ago
  39. 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
  40. ab69c2c Fix javadoc parameters by Charles Chan · 8 years ago
  41. 8e9f8d1 ONOS-2184 - Adding VirtualNetworkTopologyService using Virtual networks. by Brian Stanke · 8 years ago
  42. 8691428 ONOS-2184 - Implemented Virtual Network DeviceService and LinkService to use by Brian Stanke · 8 years ago
  43. bb6b445 Kafka Integration Application (Fix Javadoc errors + review comments) by Shravan Ambati · 8 years ago
  44. cfdf91b [ONOS-4606] Avoid generating incorrect NetworkId by Kenji HIKICHI · 8 years ago
  45. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  46. 48dac72 Fix OSGi issue. by HIGUCHI Yuta · 8 years ago
  47. 801121b Skip intents that aren't PointToPont by Ray Milkey · 8 years ago
  48. 612cebf ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network by Brian Stanke · 8 years ago
  49. 03666a3 Remove duplicate registrations. by HIGUCHI Yuta · 8 years ago
  50. 3fce242 [ONOS-4520] Separate ProtoBuf model from gRPC services by HIGUCHI Yuta · 8 years ago
  51. e3e9063 [ONOS-4520] Separate model messages from service messages in ProtoBuf IDL. by HIGUCHI Yuta · 8 years ago
  52. c0f5045 Remove some of unnecessary register calls. by HIGUCHI Yuta · 8 years ago
  53. e75edbf [ONOS-4170] Add a new tunnel state by Avantika-Huawei · 8 years ago
  54. d70e957 Tunnel Service extenstion to support to create tunnel from APP and also to carry Label stack as network resource by Satish K · 8 years ago
  55. 0a011be bugfix: comparing wrong field by HIGUCHI Yuta · 8 years ago
  56. f87ccda Update gRPC to 0.14.0 by HIGUCHI Yuta · 8 years ago
  57. d8adcef Bug Fix - Tunnel subsystem 1. After delete the tunnel and then query the tunnel and call provider. Query will always return null. Null Pointer exception. by Satish K · 8 years ago
  58. eb49549 PtToPtIntentVirtualNetworkProvider invalid null parameter exception handling. by Shashikanth VH · 8 years ago
  59. be27bb3 Updating BUCK files by Brian O'Connor · 8 years ago
  60. 4d57988 ONOS-3633 - Virtual network provider service API definitions. by Brian Stanke · 8 years ago
  61. 2c626cc changes for getting the previous subject of the modified interface. by gaurav · 8 years ago
  62. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  63. e10a6e9 [ONOS-4163] Add tunnel service API by Avantika-Huawei · 8 years ago
  64. d77c881 Buck build bugfixes by Ray Milkey · 8 years ago
  65. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  66. 8e94b0c [ONOS-4287] Persistent and distributed alarm store by Andrea Campanella · 8 years ago
  67. d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago
  68. 7f2d574 Distinguish between route added and route updated by Jonathan Hart · 8 years ago
  69. 6381a24 Update gRPC by HIGUCHI Yuta · 8 years ago
  70. 1ad75f2 Modified BGP and FPM route sources to push to new route service. by Jonathan Hart · 8 years ago
  71. 695f5d0 Updating BUCK files for 3rd party dependencies. by Brian O'Connor · 8 years ago
  72. 6c2e796 Unit tests for route store. by Jonathan Hart · 8 years ago
  73. 637c807 Moving Polling alarm provider into faultamangement application by Andrea Campanella · 8 years ago
  74. fd17661 Route CLI improvements and bug fixes by Jonathan Hart · 8 years ago
  75. e72ac55 [ONOS-4260]Alarm and fault managment application refactoring according to ONOS architecture by Andrea Campanella · 8 years ago
  76. 4c3c997 [GoldenEye] [ONOS-4163] Add provider service update API with status change by Avantika-Huawei · 8 years ago
  77. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  78. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  79. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  80. ce54193 Adding a dependency for BUCK. by Thomas Vachuska · 8 years ago
  81. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  82. bfc5c48 Implementation of the route service by Jonathan Hart · 8 years ago
  83. d4334db Javadoc warning fixes by Ray Milkey · 8 years ago
  84. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  85. fb8b816 REST API's for tenants, virtual networks, virtual devices ad virtual ports. by Claudine Chiu · 8 years ago
  86. 1e0a586 [GoldenEye] [ONOS-4163] Add provider service API by Avantika-Huawei · 8 years ago
  87. 7d7e2f5 API for core-based unicast route service. by Jonathan Hart · 8 years ago
  88. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  89. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  90. a45755d Fixes to solve Jira Issues ONOS-4173 and ONOS-4174 by Konstantinos Kanonakis · 8 years ago
  91. b14221c Add support for reconfiguring interfaces in SDN-IP. by Jonathan Hart · 8 years ago
  92. 73aae6c Remove ResourceId deprecated in Emu by Sho SHIMIZU · 8 years ago
  93. 5df1447 ONOS-4076 - Virtual Network CLI commands and bug fixes in by Brian Stanke · 8 years ago
  94. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  95. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  96. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  97. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  98. 0e5c94e ONOS-4075 - Distributed virtual network store implementation, by Brian Stanke · 8 years ago
  99. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  100. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2