1. bdcd967 Implements policer-meter-mapping [ONOS-5867] by Pier Luigi · 7 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 · 6 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. 31d4d38 MeterManager: Use Executor to call provider to mitigate DistributedMeterStore timeouts by Jordi Ortiz · 7 years ago
  12. e165e1d Forward METER_ADDED/REMOVED events to MeterListener by Jordi Ortiz · 7 years ago
  13. e0d42ac DefaultVirtualMeterProvider attend also to METER_ADDED and METER_REMOVED by Jordi Ortiz · 7 years ago
  14. c108a6b Fix typos detected by Frank Wang by Ray Milkey · 7 years ago
  15. 096cea0 [ONOS-6163] (vnet) revise intent service for vnets by Yoonseon Han · 7 years ago
  16. 26d98c8 (vNet) fix : warning for virtual flow rules by Yoonseon Han · 7 years ago
  17. 9467211 [ONOS-5920] (vCore) Create Meter Manager and Store by yoonseon · 7 years ago
  18. a95193c ONOS-6903 Move EVPN from incubator to apps by Ray Milkey · 7 years ago
  19. 69ec871 Move routing from incubator to a separate app by Ray Milkey · 7 years ago
  20. e9c0c6e Remove dependencies from EVPN route system on unicast route system. by Jonathan Hart · 7 years ago
  21. aa7c123 Adding route subsystem code to support EVPN by Mohammad Shahid · 7 years ago
  22. a9ae0d4 ONOS-6889 Move mcast from incubator to core by Ray Milkey · 7 years ago
  23. b65d784 ONOS-6887 Move neighbour classes from incubator to core by Ray Milkey · 7 years ago
  24. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  25. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  26. 43c5670 Fix typo by sangyun-han · 7 years ago
  27. 205af45 ONOS-6625: Remove meters from device not present in onos by Jordi Ortiz · 7 years ago
  28. 9287b63 MeterManager optimiziation. Use entryset instead of keyset avoiding some store access, by Jordi Ortiz · 7 years ago
  29. 58d5ec0 FIX: Onos is reinstalling the meter to the switch when in PENDING_REMOVE state by Jordi Ortiz · 7 years ago
  30. 89ef158 Remove deprecated RouteService APIs. by Jonathan Hart · 7 years ago
  31. 222c6ec [ONOS-6549] (vNet) Balance role commands for virtual netwrok by Harold Huang · 7 years ago
  32. e86d35f [ONOS-6627] Revise adding and removing packet processor for virtual network by Harold Huang · 7 years ago
  33. d4be52f Clean up routes when the ONOS node they were sourced from goes down by Jonathan Hart · 7 years ago
  34. bee92f6 [ONOS-6616] Revise VirtualPacketContext and DefaultVirtualPacketProvider by Harold Huang · 7 years ago
  35. df43aa3 Fix missing unsetDelegate call by Yuta HIGUCHI · 7 years ago
  36. 8c3680e fix: (vnet) virtual flowrule provider fails by Yoonseon Han · 7 years ago
  37. ea8ac72 [ONOS-6371] (vnet) mastership manager tests by Yoonseon Han · 7 years ago
  38. 2b24337 fix: (vNet) remove dependency for test codes by Yoonseon Han · 7 years ago
  39. d6ba9a6 [ONOS-5648] skeleton code for VirtualMeterProvider by yoonseon · 7 years ago
  40. a327701 [ONOS-6371] (vNet) simple mastership store by Yoonseon Han · 7 years ago
  41. aea0f33 [ONOS-6371] (vNet) mastership manager implementation by Yoonseon Han · 7 years ago
  42. 10dbafd Carry information about source ONOS node in each route. by Jonathan Hart · 7 years ago
  43. ab7a1f6 fix: (vNet) reflect changes of flow objective service by Yoonseon Han · 7 years ago
  44. 8c9e410 ONOS-6052 by Kavitha Alagesan · 7 years ago
  45. a578d76 [ONOS-6395] (vNet) Defining mastership service by Yoonseon Han · 7 years ago
  46. 3fcf743 [ONOS-6473] Refactor getPhysicalDevices method in VirtualNetworkService by Harold Huang · 7 years ago
  47. 048bf9a Remove deprecated API from the Interface class by Ray Milkey · 7 years ago
  48. 9e04379 [ONOS-5919] (vCore) separate Intent store by Yoonseon Han · 7 years ago
  49. df28ecd [ONOS-6188] Notify to MeterListeners meter installation and removal on device. by Jordi Ortiz · 7 years ago
  50. 6c84776 [ONOS-5934] MeterId availability after withdraw. by Jordi Ortiz · 7 years ago
  51. 1547b3f CORD-1180 Collection of fixes for hash-group buckets. Required the following changes: by Saurav Das · 7 years ago
  52. 2048c1f Cleaning up intent tests setup/teardown to avoid cascading failures by Thomas Vachuska · 7 years ago
  53. ffcc32f (vNet) fix:introduce virtual network service adapter by Yoonseon Han · 7 years ago
  54. 70e2db8 ONOS-6382 fail removal of non-existent virtual network with IllegalStateException by Claudine Chiu · 7 years ago
  55. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  56. e1a7e54 (vNet) fix: jenkins failure due to vnet test cases by Yoonseon Han · 7 years ago
  57. 997c842 fix: (vnet) sync batch flow rule batch operation by Yoonseon Han · 7 years ago
  58. 5cf483a fix: (vNet) solve the problem that vnet flows aren't removed by Yoonseon Han · 7 years ago
  59. 7362e67 [ONOS-6249] (vNet) Link mapping and end-to-end isolation for virtual network by Harold Huang · 7 years ago
  60. 5889691 ONOS-5958 Meter restoration to device by Jordi Ortiz · 7 years ago
  61. cdc4b8c ONOS-6204 initial impl of dist. flow objective store by Claudine Chiu · 7 years ago
  62. c8089db [ONOS-6179] Virtual Network Packet Propagation Issue by Yoonseon Han · 7 years ago
  63. 1f036b8 ONOS-6096 initial impl of dist. virtual packet store; virtual PacketRequest CLI; PacketRequest codec by Claudine Chiu · 7 years ago
  64. f702168 Enhance the RouteEvent to notify listeners of alternative viable routes. by Jonathan Hart · 7 years ago
  65. b7d6b8e ONOS-6164 Fix the add and remove command to the virtual network store by Harold Huang · 7 years ago
  66. b14461b fix: (vNet) class load issues for OSGi bundle. by Yoonseon Han · 7 years ago
  67. 0932ac5 Adding support for GUI TopologyView to visualize port packet stats as an alternative to port byte stats. by Thomas Vachuska · 7 years ago
  68. e502e9d ONOS-6201 Add next and filtering objective unit tests to VirtualNetworkFlowObjectiveManagerTest by Claudine Chiu · 7 years ago
  69. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  70. 92ca94d Carry next hop VLAN in the resolved route by Charles Chan · 7 years ago
  71. 96c146b Refactor route subsystem to support multiple routes for each prefix. by Jonathan Hart · 7 years ago
  72. 93722ef apperent infinite loop by kdarapu · 7 years ago
  73. 465a260 ONOS-5682 Trigger DeviceEvent when virtual device or port is added/updated/removed by Claudine Chiu · 7 years ago
  74. b3b09cd Allow interface service to provide all interface that contain given IP by Charles Chan · 7 years ago
  75. 86bebed [ONOS-5936] (vCore) Virtual FlowObjective Manager and Store by yoonseon · 7 years ago
  76. 9a18f49 ONOS-6047 make VirtualNetworkServiceManager.ServiceKey class static + add test for VirtualNetworkManager.get by Claudine Chiu · 7 years ago
  77. 3c3e99e (vCord) Add a convenience method for providing a list of physical device by sangyun-han · 7 years ago
  78. e7f6b91 ONOS-6047 fix VirtualNetworkManager.get() to return existing service class by Claudine Chiu · 7 years ago
  79. 79a0abd Lift route config access into its own component on top of the RouteService. by Jonathan Hart · 7 years ago
  80. 33821fb Fix: to register eventlisteners for virtualnetwork by Yoonseon Han · 7 years ago
  81. 93ce3e8 ONOS-6027 add request/cancelPackets tests to VirtualNetworkPacketManagerTest by Claudine Chiu · 7 years ago
  82. dc3210d [ONOS-5897] (vCore) Create Group Manager and Store by yoonseon · 7 years ago
  83. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 7 years ago
  84. 6602867 Fix NPE on DefaultVirtualPacketProvider deactivate by Jonathan Hart · 7 years ago
  85. 1021932 [ONOS-5647] (vnet SBI) Skeleton for VirtualGroupProvider object. by yoonseon · 7 years ago
  86. fb4a1db [ONOS-5924] fix for Cbench test regression by yoonseon · 7 years ago
  87. 4994c3d Fix: stc setup fail due to virtual packet provider by yoonseon · 7 years ago
  88. 736a73b fix: virtual packet provider test by yoonseon · 7 years ago
  89. 322c9c3 [ONOS-5731] Implement skeleton of VirtualNetworkPacketManager by yoonseon · 7 years ago
  90. 5a51ef7 [ONOS-5571] Implementating skeleton for VirtualPacket Provider by yoonseon · 8 years ago
  91. 67546fb [ONOS-5310] FullMetersAvailable by Jordi Ortiz · 8 years ago
  92. 21daebf MeterManager, check max meters before requesting a new meter by Jordi Ortiz · 7 years ago
  93. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  94. 03c234e Fix master branch by Yuta HIGUCHI · 7 years ago
  95. c70b4e0 [ONOS-5487] Implementation skeleton for VirtualFlowProvider. by Yoonseon Han · 8 years ago
  96. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  97. 09f88b8 Removes leftovers of the previous patches. by Pier Ventre · 7 years ago
  98. a44d18a Fixes NPE in route manager and activates probing. by Pier Luigi · 7 years ago
  99. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  100. bd8a93d [ONOS-5729] VirtualFlowRuleStore implementation by yoonseon · 7 years ago