1. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  2. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  3. d13e4a4 Shutting down executor immediately to avoid evaluation of queued up tasks. by Thomas Vachuska · 8 years ago
  4. c8187a0 ONOS-5092 Moved expensive processing off the listener thread. by Thomas Vachuska · 8 years ago
  5. d03d7dd Cleanup of AbstractPathService by Brian O'Connor · 8 years ago
  6. 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
  7. 682c19e ONOS-2184 - Removing obsolete PtToPtIntentVirtualNetworkProvider. by Brian Stanke · 8 years ago
  8. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  9. 30a8a2a ONOS-2184 - add virtual network host service. by Claudine Chiu · 8 years ago
  10. e2eeae8 Avoid NPE when IntentData was not found. by Yuta HIGUCHI · 8 years ago
  11. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  12. 858f65b FIxing an STC failure. VirtualNetworkManager must implement VirtualNetworkProviderRegistry. by Thomas Vachuska · 8 years ago
  13. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  14. 7a81b53 ONOS-2184 Adding VirtualHost support in Virtual Networks. by Brian Stanke · 8 years ago
  15. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  16. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  17. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  18. 8e9f8d1 ONOS-2184 - Adding VirtualNetworkTopologyService using Virtual networks. by Brian Stanke · 8 years ago
  19. 8691428 ONOS-2184 - Implemented Virtual Network DeviceService and LinkService to use by Brian Stanke · 8 years ago
  20. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  21. 801121b Skip intents that aren't PointToPont by Ray Milkey · 8 years ago
  22. 612cebf ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network by Brian Stanke · 8 years ago
  23. 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
  24. 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
  25. eb49549 PtToPtIntentVirtualNetworkProvider invalid null parameter exception handling. by Shashikanth VH · 8 years ago
  26. 4d57988 ONOS-3633 - Virtual network provider service API definitions. by Brian Stanke · 8 years ago
  27. 2c626cc changes for getting the previous subject of the modified interface. by gaurav · 8 years ago
  28. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  29. e10a6e9 [ONOS-4163] Add tunnel service API by Avantika-Huawei · 8 years ago
  30. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  31. 7f2d574 Distinguish between route added and route updated by Jonathan Hart · 8 years ago
  32. 695f5d0 Updating BUCK files for 3rd party dependencies. by Brian O'Connor · 8 years ago
  33. 6c2e796 Unit tests for route store. by Jonathan Hart · 8 years ago
  34. 637c807 Moving Polling alarm provider into faultamangement application by Andrea Campanella · 8 years ago
  35. fd17661 Route CLI improvements and bug fixes by Jonathan Hart · 8 years ago
  36. e72ac55 [ONOS-4260]Alarm and fault managment application refactoring according to ONOS architecture by Andrea Campanella · 8 years ago
  37. 4c3c997 [GoldenEye] [ONOS-4163] Add provider service update API with status change by Avantika-Huawei · 8 years ago
  38. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  39. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  40. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  41. bfc5c48 Implementation of the route service by Jonathan Hart · 8 years ago
  42. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  43. 1e0a586 [GoldenEye] [ONOS-4163] Add provider service API by Avantika-Huawei · 8 years ago
  44. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  45. a45755d Fixes to solve Jira Issues ONOS-4173 and ONOS-4174 by Konstantinos Kanonakis · 8 years ago
  46. 5df1447 ONOS-4076 - Virtual Network CLI commands and bug fixes in by Brian Stanke · 8 years ago
  47. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  48. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  49. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  50. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  51. 0e5c94e ONOS-4075 - Distributed virtual network store implementation, by Brian Stanke · 8 years ago
  52. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  53. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  54. 317a7de Fixed issue in MeterManager.java by Konstantinos Kanonakis · 8 years ago
  55. 00cddda Send PIM Join/Prune messages based on events from the McastService. by Jonathan Hart · 8 years ago
  56. e014b3a ONOS-3931: move DeviceKey manager and store implementations from incubator to core by Claudine Chiu · 8 years ago
  57. 31ad527 ONOS-3931: move "org.onosproject.incubator.net.key" to "org.onosproject.net.key" by Claudine Chiu · 8 years ago
  58. e312fc7 ONOS-3658 - Adding CLI commands to display and manage Device Keys. by Brian Stanke · 8 years ago
  59. ef7e290 Make use of Optional more idiomatic by Sho SHIMIZU · 8 years ago
  60. ca93d9a ONOS-3655 - This Device key subsystem update adds the implementation of the by Brian Stanke · 8 years ago
  61. 07eb041 Implemented REST API for multicast RIB. by Jonathan Hart · 8 years ago
  62. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  63. 43d232e Add API to look up interface by name by Jonathan Hart · 8 years ago
  64. 4b5c6dc Added events for the Interface subsytem by Jonathan Hart · 9 years ago
  65. 4ae5aa8 Blew away old version of PIM to restructure. And: by Rusty Eddy · 8 years ago
  66. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  67. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  68. bd7f878 ONOS-3124 Sketch of simplified intent domain service by Brian O'Connor · 8 years ago
  69. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  70. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  71. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  72. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  73. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  74. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  75. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  76. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  77. 7dbe629 Add optional "name" parameter in interface configuration. by Jonathan Hart · 8 years ago
  78. 30ba400 Fix javadoc warnings by Charles Chan · 8 years ago
  79. c65dd71 ONOS-3321 Added ability for applications to register a deactivation hook. by Thomas Vachuska · 8 years ago
  80. 0bdf837 Add basic ability to add and remove interfaces by Jonathan Hart · 9 years ago
  81. 3d62fd7 Adding vnet provider and related interfaces. by Thomas Vachuska · 9 years ago
  82. c6b6080 changing event posting to not post from compute. by alshabib · 9 years ago
  83. ed0951f initial impl of a multicast route table by alshabib · 9 years ago
  84. 5196e86 cleaning up some meter code by alshabib · 9 years ago
  85. 70aaa1b adding device specific counters for meter ids in the meter service. by alshabib · 9 years ago
  86. 33979fd Starting work on virtual network subsystem implementation. by Thomas Vachuska · 9 years ago
  87. b4ebbc3 Unit tests for InterfaceManager by Jonathan Hart · 9 years ago
  88. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  89. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  90. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  91. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  92. f58a888 Fill in some missing package info files. by Ray Milkey · 9 years ago
  93. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  94. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  95. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  96. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  97. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  98. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  99. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  100. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago