1. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 6 years ago
  2. c884b69 ONOS-6825: added OFAgent tracer by Jovana Vuleta · 6 years ago
  3. 86ac40b Fix TestDistributedSet to behave more like real one. by Yuta HIGUCHI · 7 years ago
  4. 409289d Multiple meter support added and meter action added for OF1.5 by cansu.toprak · 7 years ago
  5. 085621b Bug fix for retrieving multiple DMs together by Sean Condon · 7 years ago
  6. ebdd485 Move meter manager implementation out of incubator by Ray Milkey · 7 years ago
  7. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  8. 579969d ONOS-7096 vCore suport VirtualPort enable/disable by Claudine Chiu · 7 years ago
  9. 0e89bda Initial import of CFM and SOAM api by Sean Condon · 7 years ago
  10. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  11. c108a6b Fix typos detected by Frank Wang by Ray Milkey · 7 years ago
  12. 096cea0 [ONOS-6163] (vnet) revise intent service for vnets by Yoonseon Han · 7 years ago
  13. 9467211 [ONOS-5920] (vCore) Create Meter Manager and Store by yoonseon · 7 years ago
  14. 69ec871 Move routing from incubator to a separate app by Ray Milkey · 7 years ago
  15. a9ae0d4 ONOS-6889 Move mcast from incubator to core by Ray Milkey · 7 years ago
  16. b65d784 ONOS-6887 Move neighbour classes from incubator to core by Ray Milkey · 7 years ago
  17. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  18. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  19. e86d35f [ONOS-6627] Revise adding and removing packet processor for virtual network by Harold Huang · 7 years ago
  20. d4be52f Clean up routes when the ONOS node they were sourced from goes down by Jonathan Hart · 7 years ago
  21. ea8ac72 [ONOS-6371] (vnet) mastership manager tests by Yoonseon Han · 7 years ago
  22. 2b24337 fix: (vNet) remove dependency for test codes by Yoonseon Han · 7 years ago
  23. 3fcf743 [ONOS-6473] Refactor getPhysicalDevices method in VirtualNetworkService by Harold Huang · 7 years ago
  24. 048bf9a Remove deprecated API from the Interface class by Ray Milkey · 7 years ago
  25. 9e04379 [ONOS-5919] (vCore) separate Intent store by Yoonseon Han · 7 years ago
  26. 6c84776 [ONOS-5934] MeterId availability after withdraw. by Jordi Ortiz · 7 years ago
  27. 2048c1f Cleaning up intent tests setup/teardown to avoid cascading failures by Thomas Vachuska · 7 years ago
  28. ffcc32f (vNet) fix:introduce virtual network service adapter by Yoonseon Han · 7 years ago
  29. 70e2db8 ONOS-6382 fail removal of non-existent virtual network with IllegalStateException by Claudine Chiu · 7 years ago
  30. e1a7e54 (vNet) fix: jenkins failure due to vnet test cases by Yoonseon Han · 7 years ago
  31. 7362e67 [ONOS-6249] (vNet) Link mapping and end-to-end isolation for virtual network by Harold Huang · 7 years ago
  32. cdc4b8c ONOS-6204 initial impl of dist. flow objective store by Claudine Chiu · 7 years ago
  33. c8089db [ONOS-6179] Virtual Network Packet Propagation Issue by Yoonseon Han · 7 years ago
  34. 1f036b8 ONOS-6096 initial impl of dist. virtual packet store; virtual PacketRequest CLI; PacketRequest codec by Claudine Chiu · 7 years ago
  35. f702168 Enhance the RouteEvent to notify listeners of alternative viable routes. by Jonathan Hart · 7 years ago
  36. b7d6b8e ONOS-6164 Fix the add and remove command to the virtual network store by Harold Huang · 7 years ago
  37. e502e9d ONOS-6201 Add next and filtering objective unit tests to VirtualNetworkFlowObjectiveManagerTest by Claudine Chiu · 7 years ago
  38. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  39. 96c146b Refactor route subsystem to support multiple routes for each prefix. by Jonathan Hart · 7 years ago
  40. 465a260 ONOS-5682 Trigger DeviceEvent when virtual device or port is added/updated/removed by Claudine Chiu · 7 years ago
  41. 86bebed [ONOS-5936] (vCore) Virtual FlowObjective Manager and Store by yoonseon · 7 years ago
  42. 9a18f49 ONOS-6047 make VirtualNetworkServiceManager.ServiceKey class static + add test for VirtualNetworkManager.get by Claudine Chiu · 7 years ago
  43. 3c3e99e (vCord) Add a convenience method for providing a list of physical device by sangyun-han · 7 years ago
  44. 79a0abd Lift route config access into its own component on top of the RouteService. by Jonathan Hart · 7 years ago
  45. 33821fb Fix: to register eventlisteners for virtualnetwork by Yoonseon Han · 7 years ago
  46. 93ce3e8 ONOS-6027 add request/cancelPackets tests to VirtualNetworkPacketManagerTest by Claudine Chiu · 7 years ago
  47. dc3210d [ONOS-5897] (vCore) Create Group Manager and Store by yoonseon · 7 years ago
  48. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 7 years ago
  49. fb4a1db [ONOS-5924] fix for Cbench test regression by yoonseon · 7 years ago
  50. 4994c3d Fix: stc setup fail due to virtual packet provider by yoonseon · 7 years ago
  51. 736a73b fix: virtual packet provider test by yoonseon · 7 years ago
  52. 322c9c3 [ONOS-5731] Implement skeleton of VirtualNetworkPacketManager by yoonseon · 7 years ago
  53. 5a51ef7 [ONOS-5571] Implementating skeleton for VirtualPacket Provider by yoonseon · 8 years ago
  54. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  55. 03c234e Fix master branch by Yuta HIGUCHI · 7 years ago
  56. c70b4e0 [ONOS-5487] Implementation skeleton for VirtualFlowProvider. by Yoonseon Han · 8 years ago
  57. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  58. bd8a93d [ONOS-5729] VirtualFlowRuleStore implementation by yoonseon · 7 years ago
  59. c6a6927 [ONOS-5833] (vCore) Refactor vnet services to enable event delivery mechanism by yoonseon · 7 years ago
  60. d832fc5 Ignoring unit tests for deprecated vnet implementation. by Thomas Vachuska · 7 years ago
  61. 7f872a7 [ONOS-5682] Introduced VIRTUAL_PORT_* events for virtual network to virtual port mapping changes. by Claudine Chiu · 7 years ago
  62. 6b972c3 [ONOS-5708] Implement VirtualNetworkFlowRuleManager by yoonseon · 7 years ago
  63. 1f51857 [ONOS-5806] Revise virtual provider and provider service by yoonseon · 7 years ago
  64. 945828d ONOS-5682 Introduced VIRTUAL_DEVICE_* events. by Claudine Chiu · 7 years ago
  65. cab494d Allow adding/removing static routes through network config service by Charles Chan · 8 years ago
  66. 214963b [ONOS-5686] Re-naming and re-constructing virtual network classes by yoonseon · 7 years ago
  67. 584ea2d Unit tests for Neighbour Resolution Service. by Jonathan Hart · 8 years ago
  68. e4d1310 Carry previous next hop information in RouteEvent by Charles Chan · 8 years ago
  69. 8fe9f4c Carry location of next hop in ResolvedRoute by Charles Chan · 8 years ago
  70. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  71. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  72. 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
  73. 682c19e ONOS-2184 - Removing obsolete PtToPtIntentVirtualNetworkProvider. by Brian Stanke · 8 years ago
  74. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  75. 30a8a2a ONOS-2184 - add virtual network host service. by Claudine Chiu · 8 years ago
  76. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  77. 7a81b53 ONOS-2184 Adding VirtualHost support in Virtual Networks. by Brian Stanke · 8 years ago
  78. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  79. 8e9f8d1 ONOS-2184 - Adding VirtualNetworkTopologyService using Virtual networks. by Brian Stanke · 8 years ago
  80. 8691428 ONOS-2184 - Implemented Virtual Network DeviceService and LinkService to use by Brian Stanke · 8 years ago
  81. 612cebf ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network by Brian Stanke · 8 years ago
  82. 4d57988 ONOS-3633 - Virtual network provider service API definitions. by Brian Stanke · 8 years ago
  83. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  84. 7f2d574 Distinguish between route added and route updated by Jonathan Hart · 8 years ago
  85. 6c2e796 Unit tests for route store. by Jonathan Hart · 8 years ago
  86. 637c807 Moving Polling alarm provider into faultamangement application by Andrea Campanella · 8 years ago
  87. e72ac55 [ONOS-4260]Alarm and fault managment application refactoring according to ONOS architecture by Andrea Campanella · 8 years ago
  88. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  89. 5df1447 ONOS-4076 - Virtual Network CLI commands and bug fixes in by Brian Stanke · 8 years ago
  90. 0e5c94e ONOS-4075 - Distributed virtual network store implementation, by Brian Stanke · 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. 31ad527 ONOS-3931: move "org.onosproject.incubator.net.key" to "org.onosproject.net.key" by Claudine Chiu · 8 years ago
  94. ca93d9a ONOS-3655 - This Device key subsystem update adds the implementation of the by Brian Stanke · 8 years ago
  95. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  96. c65dd71 ONOS-3321 Added ability for applications to register a deactivation hook. by Thomas Vachuska · 9 years ago
  97. ed0951f initial impl of a multicast route table by alshabib · 9 years ago
  98. 70aaa1b adding device specific counters for meter ids in the meter service. by alshabib · 9 years ago
  99. b4ebbc3 Unit tests for InterfaceManager by Jonathan Hart · 9 years ago
  100. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago